Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __get__
Method
__get__
lib/sqlalchemy/ext/hybrid.py:1437–1437 ·
view source on GitHub ↗
(self, instance: Any, owner: Literal[None])
Source
from the content-addressed store, hash-verified
1435
1436
@overload
1437
def
__get__(self, instance: Any, owner: Literal[None]) -> Self: ...
1438
1439
@overload
1440
def
__get__(
Callers
nothing calls this directly
Calls
2
_expr_comparator
Method · 0.95
fget
Method · 0.45
Tested by
no test coverage detected