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

Method go

test/aaa_profiling/test_misc.py:279–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277
278 @profiling.function_call_count(variance=0.15, warmup=1)
279 def go():
280 assert (
281 subq.corresponding_column(
282 src, require_embedded=require_embedded
283 )
284 is target
285 )
286
287 go()
288

Callers

nothing calls this directly

Calls 7

selectFunction · 0.90
aliasedFunction · 0.90
inspectFunction · 0.90
corresponding_columnMethod · 0.45
subqueryMethod · 0.45
union_allMethod · 0.45
__clause_element__Method · 0.45

Tested by

no test coverage detected