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

Class ConverterLockError

numpy/lib/_iotools.py:431–436  ·  view source on GitHub ↗

Exception raised when an attempt is made to upgrade a locked converter.

Source from the content-addressed store, hash-verified

429
430
431class ConverterLockError(ConverterError):
432 """
433 Exception raised when an attempt is made to upgrade a locked converter.
434
435 """
436 pass
437
438
439class ConversionWarning(UserWarning):

Callers 1

_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…