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

Class NoSuchNodeError

tables/exceptions.py:281–289  ·  view source on GitHub ↗

An operation was requested on a node that does not exist. This exception is raised when an operation gets a path name or a ``(where, name)`` pair leading to a nonexistent node.

Source from the content-addressed store, hash-verified

279
280
281class NoSuchNodeError(NodeError):
282 """An operation was requested on a node that does not exist.
283
284 This exception is raised when an operation gets a path name or a
285 ``(where, name)`` pair leading to a nonexistent node.
286
287 """
288
289 pass
290
291
292class UndoRedoError(Exception):

Callers 2

_g_check_has_childMethod · 0.85
get_nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected