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

Method go

test/aaa_profiling/test_memusage.py:413–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411
412 @profile_memory(maxtimes=10)
413 def go():
414 x[-1:] = [Foo(), Foo(), Foo(), Foo(), Foo(), Foo()]
415
416 go()
417

Callers

nothing calls this directly

Calls 15

addMethod · 0.95
flushMethod · 0.95
expunge_allMethod · 0.95
queryMethod · 0.95
deleteMethod · 0.95
closeMethod · 0.95
SessionClass · 0.90
eq_Function · 0.90
sessionmakerClass · 0.90
selectFunction · 0.90
relationshipFunction · 0.90
clear_mappersFunction · 0.90

Tested by

no test coverage detected