Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WhyNotHugo/python-barcode
/ get_fullcode
Method
get_fullcode
barcode/itf.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
return
self.code
47
48
def
get_fullcode(self):
49
return
self.code
50
51
def
build(self) -> list[str]:
52
data = itf.START
Callers
9
test_generating_barcodes
Function · 0.45
test_code39_checksum
Function · 0.45
test_pzn_checksum
Function · 0.45
test_ean13_checksum
Function · 0.45
test_ean8_checksum
Function · 0.45
test_jan_checksum
Function · 0.45
test_ean14_checksum
Function · 0.45
test_isbn13_checksum
Function · 0.45
test_gs1_128_checksum
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_generating_barcodes
Function · 0.36
test_code39_checksum
Function · 0.36
test_pzn_checksum
Function · 0.36
test_ean13_checksum
Function · 0.36
test_ean8_checksum
Function · 0.36
test_jan_checksum
Function · 0.36
test_ean14_checksum
Function · 0.36
test_isbn13_checksum
Function · 0.36
test_gs1_128_checksum
Function · 0.36