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

Class FiltersWarning

tables/exceptions.py:365–374  ·  view source on GitHub ↗

Unavailable filters. This warning is issued when a valid filter is specified but it is not available in the system. It may mean that an available default filter is to be used instead.

Source from the content-addressed store, hash-verified

363
364
365class FiltersWarning(Warning):
366 """Unavailable filters.
367
368 This warning is issued when a valid filter is specified but it is
369 not available in the system. It may mean that an available default
370 filter is to be used instead.
371
372 """
373
374 pass
375
376
377class OldIndexWarning(Warning):

Callers 1

__getattr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected