MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/aaa_profiling/test_orm.py:1133–1140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1131
1132 @profiling.function_call_count(warmup=1)
1133 def go():
1134 q2 = q.options(opts)
1135 context.query = q2
1136 context.attributes = q2._attributes = {
1137 "_unbound_load_dedupes": set()
1138 }
1139 for opt in q2._with_options:
1140 opt.process_compile_state(context)
1141
1142 go()
1143

Callers

nothing calls this directly

Calls 2

optionsMethod · 0.45
process_compile_stateMethod · 0.45

Tested by

no test coverage detected