Exception raised when an attempt is made to upgrade a locked converter.
| 429 | |
| 430 | |
| 431 | class ConverterLockError(ConverterError): |
| 432 | """ |
| 433 | Exception raised when an attempt is made to upgrade a locked converter. |
| 434 | |
| 435 | """ |
| 436 | pass |
| 437 | |
| 438 | |
| 439 | class ConversionWarning(UserWarning): |
no outgoing calls
no test coverage detected
searching dependent graphs…