MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / left_of

Method left_of

test/orm/test_utils.py:304–305  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

302
303 @hybrid_method
304 def left_of(self, other):
305 return self.x < other.x
306
307 self._fixture(Point)
308 alias = aliased(Point)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected