MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / two

Method two

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

Source from the content-addressed store, hash-verified

715 )
716
717 def two():
718 wp = with_polymorphic(Person, [Manager, Engineer])
719
720 return fixture_session().query(wp)
721
722 def three():
723 wp = with_polymorphic(Person, [Manager, Engineer])

Callers

nothing calls this directly

Calls 6

with_polymorphicFunction · 0.90
fixture_sessionFunction · 0.90
queryMethod · 0.45
filterMethod · 0.45
joinMethod · 0.45
of_typeMethod · 0.45

Tested by

no test coverage detected