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

Method __init__

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

Source from the content-addressed store, hash-verified

198 name = "EAN-8 with guards"
199
200 def __init__(self, ean, writer=None, no_checksum=False, guardbar=True) -> None:
201 super().__init__(ean, writer, no_checksum, guardbar)
202
203
204class EuropeanArticleNumber14(EuropeanArticleNumber13):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected