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

Method __init__

barcode/ean.py:135–136  ·  view source on GitHub ↗
(self, ean, writer=None, no_checksum=False, guardbar=True)

Source from the content-addressed store, hash-verified

133 name = "EAN-13 with guards"
134
135 def __init__(self, ean, writer=None, no_checksum=False, guardbar=True) -> None:
136 super().__init__(ean, writer, no_checksum, guardbar)
137
138
139class JapanArticleNumber(EuropeanArticleNumber13):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected