Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Foo
Class
Foo
test/orm/test_lambdas.py:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
def
query(names):
154
class
Foo:
155
def
__init__(self):
156
self.u1 = aliased(User)
157
158
f1 = Foo()
159
Callers
1
query
Method · 0.70
Calls
no outgoing calls
Tested by
1
query
Method · 0.56