Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ opt_manager_of_class
Function
opt_manager_of_class
lib/sqlalchemy/orm/base.py:315–315 ·
view source on GitHub ↗
(cls: AliasedClass[Any])
Source
from the content-addressed store, hash-verified
313
314
@overload
315
def
opt_manager_of_class(cls: AliasedClass[Any]) -> None: ...
316
317
@overload
318
def
opt_manager_of_class(
Callers
9
_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
no test coverage detected