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

Class ConverterLockError

numpy/lib/_iotools.py:429–434  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

_do_upgradeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected