Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ opt_manager_of_class
Function
opt_manager_of_class
lib/sqlalchemy/orm/base.py:319–319 ·
view source on GitHub ↗
(cls: AliasedClass[Any])
Source
from the content-addressed store, hash-verified
317
318
@overload
319
def
opt_manager_of_class(cls: AliasedClass[Any]) -> None: ...
320
321
@overload
322
def
opt_manager_of_class(
Callers
10
test_define_typed_columns
Method · 0.90
_inspect_mapped_class
Function · 0.85
_inspect_mc
Function · 0.85
__init__
Method · 0.85
subclass_managers
Method · 0.85
uninstrument_attribute
Method · 0.85
__call__
Method · 0.85
create_manager_for_cls
Method · 0.85
register_class
Function · 0.85
__init__
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
1
test_define_typed_columns
Method · 0.72