MCPcopy Index your code
hub / github.com/WhyNotHugo/python-barcode / get_fullcode

Method get_fullcode

barcode/base.py:57–63  ·  view source on GitHub ↗

Returns the full code, encoded in the barcode. :returns: Full human readable code. :rtype: String

(self)

Source from the content-addressed store, hash-verified

55 raise NotImplementedError
56
57 def get_fullcode(self):
58 """Returns the full code, encoded in the barcode.
59
60 :returns: Full human readable code.
61 :rtype: String
62 """
63 raise NotImplementedError
64
65 def save(
66 self, filename: str, options: dict | None = None, text: str | None = None

Callers 2

__repr__Method · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected