MCPcopy Create free account
hub / github.com/numpy/numpy / ConverterError

Class ConverterError

numpy/lib/_iotools.py:421–426  ·  view source on GitHub ↗

Exception raised when an error occurs in a converter for string values.

Source from the content-addressed store, hash-verified

419
420
421class ConverterError(Exception):
422 """
423 Exception raised when an error occurs in a converter for string values.
424
425 """
426 pass
427
428
429class ConverterLockError(ConverterError):

Callers 2

genfromtxtFunction · 0.85
_do_upgradeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected