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

Class FlavorError

tables/exceptions.py:338–347  ·  view source on GitHub ↗

Unsupported or unavailable flavor or flavor conversion. This exception is raised when an unsupported or unavailable flavor is given to a dataset, or when a conversion of data between two given flavors is not supported nor available.

Source from the content-addressed store, hash-verified

336
337
338class FlavorError(ValueError):
339 """Unsupported or unavailable flavor or flavor conversion.
340
341 This exception is raised when an unsupported or unavailable flavor
342 is given to a dataset, or when a conversion of data between two
343 given flavors is not supported nor available.
344
345 """
346
347 pass
348
349
350class FlavorWarning(Warning):

Callers 2

check_flavorFunction · 0.85
array_of_flavor2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected