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

Method remove_group

apptools/io/h5/file.py:312–320  ·  view source on GitHub ↗

Remove group Parameters ---------- group_path : str PyTable group path; e.g. '/path/to/group'.

(self, group_path, **kwargs)

Source from the content-addressed store, hash-verified

310 node._f_remove()
311
312 def remove_group(self, group_path, **kwargs):
313 """Remove group
314
315 Parameters
316 ----------
317 group_path : str
318 PyTable group path; e.g. '/path/to/group'.
319 """
320 self[group_path]._h5_group._g_remove(**kwargs)
321
322 @classmethod
323 def _assert_valid_path(self, node_path):

Callers 3

_check_nodeMethod · 0.95

Calls

no outgoing calls