Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_get_schema_objects
Method · 0.70
test_get_schema_object_by_name
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_get_schema_objects
Method · 0.56
test_get_schema_object_by_name
Method · 0.56