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

Method encoded

barcode/codex.py:161–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159
160 @property
161 def encoded(self) -> list[int]:
162 return self._build()
163
164 def get_fullcode(self) -> str:
165 return self.code

Callers

nothing calls this directly

Calls 1

_buildMethod · 0.95

Tested by

no test coverage detected