MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

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

Source from the content-addressed store, hash-verified

714
715 @profiling.function_call_count(warmup=1)
716 def go():
717 for i in range(100):
718 obj = q.all()
719 list(obj)
720 sess.close()
721
722 go()
723

Callers

nothing calls this directly

Calls 2

allMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected