MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / LineItem

Class LineItem

test/orm/test_relationships.py:1967–1968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1965 pass
1966
1967 class LineItem(BasicEntity):
1968 pass
1969
1970 container_select = (
1971 sa.select(items.c.policyNum, items.c.policyEffDate, items.c.type)

Callers 1

test_basicMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_basicMethod · 0.68