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

Class WrongCountryCodeError

barcode/errors.py:27–30  ·  view source on GitHub ↗

Raised when a JAN (Japan Article Number) don't starts with 450-459 or 490-499.

Source from the content-addressed store, hash-verified

25
26
27class WrongCountryCodeError(BarcodeError):
28 """Raised when a JAN (Japan Article Number) don't starts with 450-459
29 or 490-499.
30 """

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected