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

Function create_junk

bench/LRU-experiments2.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def create_junk():
15 fileh = tb.open_file(filename, mode="w")
16 for i in range(NOBJS):
17 fileh.create_array(fileh.root, "array" + str(i), [1])
18 fileh.close()
19
20
21def modify_junk_lru():

Callers

nothing calls this directly

Calls 2

create_arrayMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected