Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ __clause_element__
Method
__clause_element__
lib/sqlalchemy/orm/properties.py:647–648 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
645
]
646
647
def
__clause_element__(self) -> Column[_T]:
648
return
self.column
649
650
def
operate(
651
self, op: OperatorType, *other: Any, **kwargs: Any
Callers
2
operate
Method · 0.95
reverse_operate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected