Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
314
if
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
unregister
Method · 0.85
is_instrumented
Function · 0.85
has_parent
Function · 0.85
_register_attribute_impl
Function · 0.85
_register_descriptor
Function · 0.85
_unregister_attribute
Function · 0.85
test_standard
Method · 0.85
test_nativeext_submanager
Method · 0.85
test_customfinder_greedy
Method · 0.85
test_customfinder_pass
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_standard
Method · 0.68
test_nativeext_submanager
Method · 0.68
test_customfinder_greedy
Method · 0.68
test_customfinder_pass
Method · 0.68