MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _join_fixture_o2m

Method _join_fixture_o2m

test/orm/test_rel_fn.py:263–271  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

261 )
262
263 def _join_fixture_o2m(self, **kw):
264 return relationships._JoinCondition(
265 self.left,
266 self.right,
267 self.left,
268 self.right,
269 prop=self.relationship,
270 **kw,
271 )
272
273 def _join_fixture_m2o(self, **kw):
274 return relationships._JoinCondition(

Calls

no outgoing calls

Tested by

no test coverage detected