Remove group Parameters ---------- group_path : str PyTable group path; e.g. '/path/to/group'.
(self, group_path, **kwargs)
| 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): |
no outgoing calls