Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ mylambda
Method
mylambda
test/sql/test_lambdas.py:1514–1515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1512
x =
"foo"
1513
1514
def
mylambda():
1515
return
x + user.c.name
1516
1517
expr = coercions.expect(roles.WhereHavingRole, mylambda)
1518
self.assert_compile(
Callers
nothing calls this directly
Calls
1
_null_operate
Method · 0.80
Tested by
no test coverage detected