MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get

Function get

lib/sqlalchemy/testing/schema.py:180–181  ·  view source on GitHub ↗
(cls, value)

Source from the content-addressed store, hash-verified

178
179 @classmethod
180 def get(cls, value):
181 return value_to_member[value]
182
183 someenum = type(
184 name,

Callers 5

test_custom_getsetMethod · 0.85

Calls

no outgoing calls

Tested by 5

test_custom_getsetMethod · 0.68