MCPcopy Index your code
hub / github.com/PyTables/PyTables / ClosedNodeError

Class ClosedNodeError

tables/exceptions.py:226–233  ·  view source on GitHub ↗

The operation can not be completed because the node is closed. For instance, listing the children of a closed group is not allowed.

Source from the content-addressed store, hash-verified

224
225
226class ClosedNodeError(ValueError):
227 """The operation can not be completed because the node is closed.
228
229 For instance, listing the children of a closed group is not allowed.
230
231 """
232
233 pass
234
235
236class ClosedFileError(ValueError):

Callers 2

_g_check_openMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected