Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
tables
as
tb
2
3
# Create a new file with some structural groups
4
f1 = tb.open_file(
"links1.h5"
,
"w"
)
Callers
nothing calls this directly
Calls
10
create_group
Method · 0.80
create_carray
Method · 0.80
create_hard_link
Method · 0.80
create_soft_link
Method · 0.80
create_external_link
Method · 0.80
create_table
Method · 0.45
remove
Method · 0.45
get_node
Method · 0.45
copy
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected