mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-27 21:12:13 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
6
support/testing/tests/package/sample_python_bitstring.py
Normal file
6
support/testing/tests/package/sample_python_bitstring.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import bitstring
|
||||
|
||||
value = bitstring.BitArray("uint:12=42")
|
||||
assert(value.hex == "02a")
|
||||
assert(value.bin == "000000101010")
|
||||
assert(value.uint == 42)
|
||||
Reference in New Issue
Block a user