Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WhyNotHugo/python-barcode
/ __init__
Method
__init__
barcode/codex.py:297–299 ·
view source on GitHub ↗
(self, code, writer=None)
Source
from the content-addressed store, hash-verified
295
FNC1_CHAR =
"\xf1"
296
297
def
__init__(self, code, writer=None) -> None:
298
code = self.FNC1_CHAR + code
299
super().__init__(code, writer)
300
301
def
get_fullcode(self):
302
return
super().get_fullcode()[1:]
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected