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

Class UnclosedFileWarning

tables/exceptions.py:411–417  ·  view source on GitHub ↗

Warning raised when there are still open files at program exit. PyTables will close remaining open files at exit, but raise this warning.

Source from the content-addressed store, hash-verified

409
410
411class UnclosedFileWarning(Warning):
412 """Warning raised when there are still open files at program exit.
413
414 PyTables will close remaining open files at exit, but raise this warning.
415 """
416
417 pass
418
419
420class ChunkError(Exception):

Callers 1

close_allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected