MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyEnum

Class MyEnum

test/sql/test_metadata.py:837–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835
836 def test_get_schema_objects(self):
837 class MyEnum(Enum):
838 pass
839
840 m1 = MetaData()
841 e = Enum("a", "b", name="foo")

Callers 2

Calls

no outgoing calls

Tested by 2