MCPcopy Create free account
hub / github.com/PyTables/PyTables / check_partial_browse

Function check_partial_browse

bench/open_close-bench.py:74–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def check_partial_browse():
75 for i in range(niter):
76 print("------------------ partial_browse #%s --------------------" % i)
77 tref = clock()
78 fileh = tb.open_file(filename)
79 for node in fileh.root.ngroup0.ngroup1:
80 pass
81 fileh.close()
82 show_stats("After closing file", tref)
83
84
85def check_full_browse_attrs():

Callers

nothing calls this directly

Calls 2

show_statsFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected