MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / three_a

Method three_a

test/orm/test_cache_key.py:727–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725 return fixture_session().query(wp).filter(wp.name == "asdfo")
726
727 def three_a():
728 wp = with_polymorphic(Person, [Manager, Engineer], flat=True)
729
730 return fixture_session().query(wp).filter(wp.name == "asdfo")
731
732 def five():
733 subq = (

Callers

nothing calls this directly

Calls 4

with_polymorphicFunction · 0.90
fixture_sessionFunction · 0.90
filterMethod · 0.45
queryMethod · 0.45

Tested by

no test coverage detected