Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __get__
Method
__get__
lib/sqlalchemy/util/langhelpers.py:1600–1601 ·
view source on GitHub ↗
(self, obj: Any, cls: Optional[type] = None)
Source
from the content-addressed store, hash-verified
1598
self.__doc__ = fget.__doc__
1599
1600
def
__get__(self, obj: Any, cls: Optional[type] = None) -> Any:
1601
return
self.fget(cls)
1602
1603
1604
class
hybridproperty(Generic[_T]):
Callers
nothing calls this directly
Calls
1
fget
Method · 0.45
Tested by
no test coverage detected