MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / manager_of_class

Function manager_of_class

lib/sqlalchemy/orm/base.py:312–312  ·  view source on GitHub ↗
(cls: Type[_O])

Source from the content-addressed store, hash-verified

310if TYPE_CHECKING:
311
312 def manager_of_class(cls: Type[_O]) -> ClassManager[_O]: ...
313
314 @overload
315 def opt_manager_of_class(cls: AliasedClass[Any]) -> None: ...

Callers 10

unregisterMethod · 0.85
is_instrumentedFunction · 0.85
has_parentFunction · 0.85
register_attribute_implFunction · 0.85
register_descriptorFunction · 0.85
unregister_attributeFunction · 0.85
test_standardMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_standardMethod · 0.68