MCPcopy Create free account
hub / github.com/WhyNotHugo/python-barcode / IllegalCharacterError

Class IllegalCharacterError

barcode/errors.py:15–16  ·  view source on GitHub ↗

Raised when a barcode-string contains illegal characters.

Source from the content-addressed store, hash-verified

13
14
15class IllegalCharacterError(BarcodeError):
16 """Raised when a barcode-string contains illegal characters."""
17
18
19class BarcodeNotFoundError(BarcodeError):

Callers 6

buildMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
check_codeFunction · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected