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

Class ClosedFileError

tables/exceptions.py:236–244  ·  view source on GitHub ↗

The operation can not be completed because the hosting file is closed. For instance, getting an existing node from a closed file is not allowed.

Source from the content-addressed store, hash-verified

234
235
236class ClosedFileError(ValueError):
237 """The operation can not be completed because the hosting file is closed.
238
239 For instance, getting an existing node from a closed file is not
240 allowed.
241
242 """
243
244 pass
245
246
247class FileModeError(ValueError):

Callers 1

_check_openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected