MCPcopy Create free account
hub / github.com/PyTables/PyTables / _f_remove

Method _f_remove

tables/group.py:1246–1247  ·  view source on GitHub ↗
(self, recursive: bool = False)

Source from the content-addressed store, hash-verified

1244 raise NodeError("the root node can not be moved")
1245
1246 def _f_remove(self, recursive: bool = False) -> NoReturn:
1247 raise NodeError("the root node can not be removed")
1248
1249
1250class TransactionGroupG(NotLoggedMixin, Group):

Callers

nothing calls this directly

Calls 1

NodeErrorClass · 0.85

Tested by

no test coverage detected