MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / SomeObject

Class SomeObject

test/orm/test_scoping.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 pass
52
53 class SomeObject(ComparableEntity):
54 query = Session.query_property()
55
56 class SomeOtherObject(ComparableEntity):
57 query = Session.query_property()

Callers 1

test_basicMethod · 0.85

Calls 1

query_propertyMethod · 0.80

Tested by 1

test_basicMethod · 0.68