MCPcopy Index your code
hub / github.com/numpy/numpy / ConverterError

Class ConverterError

numpy/lib/_iotools.py:423–428  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

genfromtxtFunction · 0.85
_do_upgradeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…