MCPcopy 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_barcodesFunction · 0.45
test_code39_checksumFunction · 0.45
test_pzn_checksumFunction · 0.45
test_ean13_checksumFunction · 0.45
test_ean8_checksumFunction · 0.45
test_jan_checksumFunction · 0.45
test_ean14_checksumFunction · 0.45
test_isbn13_checksumFunction · 0.45
test_gs1_128_checksumFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_generating_barcodesFunction · 0.36
test_code39_checksumFunction · 0.36
test_pzn_checksumFunction · 0.36
test_ean13_checksumFunction · 0.36
test_ean8_checksumFunction · 0.36
test_jan_checksumFunction · 0.36
test_ean14_checksumFunction · 0.36
test_isbn13_checksumFunction · 0.36
test_gs1_128_checksumFunction · 0.36