MCPcopy Index your code
hub / github.com/PyTables/PyTables / links.py

File links.py

examples/links.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import tables as tb
2
3# Create a new file with some structural groups
4f1 = tb.open_file("links1.h5", "w")

Callers

nothing calls this directly

Calls 10

create_groupMethod · 0.80
create_carrayMethod · 0.80
create_hard_linkMethod · 0.80
create_soft_linkMethod · 0.80
create_external_linkMethod · 0.80
create_tableMethod · 0.45
removeMethod · 0.45
get_nodeMethod · 0.45
copyMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected