build() brings different results on repeated calls #143
Kris-sbor
commented 2022-01-13 12:34:30 +01:00
(Migrated from github.com)
>>> from barcode import Code128
>>> ean=Code128.get("1170773")
>>> ean
<Code128('1170773')>
>>> ean.build()
['110100111001100010010010110000100111101110101011110111011001011100111010001101100011101011']
>>> ean.build()
['110100100001001110011010111011110100111001101001100010010000110100101101110001100011101011']
>>> ean.build()
['110100111001100010010010110000100111101110101011110111011001011100111010001101100011101011']
>>> ean.build()
['110100100001001110011010111011110100111001101001100010010000110100101101110001100011101011']
>>>
Labels
No labels
api-inconsistency
automerge
bug
contributions welcome
documentation
duplicate
enhancement
good first issue
invalid
more-information-needed
question
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WhyNotHugo/python-barcode#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?