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

Class LambdaOptions

lib/sqlalchemy/sql/lambdas.py:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71class LambdaOptions(Options):
72 enable_tracking = True
73 track_closure_variables = True
74 track_on: Optional[object] = None
75 global_track_bound_values = True
76 track_bound_values = True
77 lambda_cache: Optional[_LambdaCacheType] = None
78
79
80def lambda_stmt(

Callers 2

sixMethod · 0.90
lambda_stmtFunction · 0.85

Calls

no outgoing calls

Tested by 1

sixMethod · 0.72