MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / manager_of_class

Function manager_of_class

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

Source from the content-addressed store, hash-verified

314if TYPE_CHECKING:
315
316 def manager_of_class(cls: Type[_O]) -> ClassManager[_O]: ...
317
318 @overload
319 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