MCPcopy Create free account
hub / github.com/enthought/apptools / _create_pytables_node

Method _create_pytables_node

apptools/io/h5/table_node.py:155–158  ·  view source on GitHub ↗
(cls, h5, node_path, description, **kwargs)

Source from the content-addressed store, hash-verified

153
154 @classmethod
155 def _create_pytables_node(cls, h5, node_path, description, **kwargs):
156 path, name = h5.split_path(node_path)
157 pyt_file = h5._h5
158 pyt_file.create_table(path, name, description, **kwargs)

Callers 1

add_to_h5fileMethod · 0.80

Calls 2

split_pathMethod · 0.80
create_tableMethod · 0.45

Tested by

no test coverage detected