MCPcopy
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_comparatorMethod · 0.95
fgetMethod · 0.45

Tested by

no test coverage detected