Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WhyNotHugo/python-barcode
/ NumberOfDigitsError
Class
NumberOfDigitsError
barcode/errors.py:23–24 ·
view source on GitHub ↗
Raised when the number of digits do not match.
Source
from the content-addressed store, hash-verified
21
22
23
class
NumberOfDigitsError(BarcodeError):
24
""
"Raised when the number of digits do not match."
""
25
26
27
class
WrongCountryCodeError(BarcodeError):
Callers
3
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected