MCPcopy Index your code
hub / github.com/PyTables/PyTables / read

Function read

examples/nested1.py:14–21  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

12
13
14def read(file):
15 fileh = tb.open_file(file, "r")
16
17 print("table (short)-->", fileh.root.table)
18 print("table (long)-->", repr(fileh.root.table))
19 print("table (contents)-->", repr(fileh.root.table[:]))
20
21 fileh.close()
22
23
24def write(file, desc, indexed):

Callers 1

nested1.pyFile · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected