Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _is_aliased_class
Function
_is_aliased_class
lib/sqlalchemy/orm/base.py:479–481 ·
view source on GitHub ↗
(entity: Any)
Source
from the content-addressed store, hash-verified
477
478
479
def
_is_aliased_class(entity: Any) -> bool:
480
insp = inspection.inspect(entity, False)
481
return
insp is not None and getattr(insp,
"is_aliased_class"
, False)
482
483
484
@no_type_check
Callers
1
corresponds_to
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected