MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Bar

Class Bar

test/typing/plain_files/orm/sessionmakers.py:124–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124class Bar:
125 query: QueryPropertyDescriptor = ss_9338.query_property()
126
127
128assert_type(Bar.query, Query[Bar])

Callers

nothing calls this directly

Calls 1

query_propertyMethod · 0.80

Tested by

no test coverage detected