MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / six

Method six

test/sql/test_compare.py:1135–1142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1133 )
1134
1135 def six():
1136 d = {"g": random.randint(40, 45)}
1137
1138 return LambdaElement(
1139 lambda: and_(table_a.c.b == d["g"]),
1140 roles.WhereHavingRole,
1141 opts=LambdaOptions(track_closure_variables=False),
1142 )
1143
1144 def seven():
1145 # lambda statements don't collect bindparameter objects

Callers

nothing calls this directly

Calls 3

LambdaElementClass · 0.90
and_Function · 0.90
LambdaOptionsClass · 0.90

Tested by

no test coverage detected