Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
310
if
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
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