MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __clause_element__

Method __clause_element__

lib/sqlalchemy/orm/properties.py:669–670  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

667 ]
668
669 def __clause_element__(self) -> Column[_T]:
670 return self.column
671
672 def operate(
673 self, op: OperatorType, *other: Any, **kwargs: Any

Callers 2

operateMethod · 0.95
reverse_operateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected