|||
Quick search
Getting Started
TLDR;
Comparison with bitstring
Common Use Cases
Constructing binary data
Manipulating binary data
Binary formats
API Reference
Dtypes
Bits
MutableBits
Array
Reader
FieldTypes
Parser Reference
Miscellaneous
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
A
add_dtype() (Register class method)
all() (Bits method)
(MutableBits method)
any() (Bits method)
(MutableBits method)
append() (Array method)
(Format method)
(MutableBits method)
Array (class in bitformat)
as_bits() (MutableBits method)
as_type() (Array method)
B
BIG (Endianness attribute)
bin (Bits property)
BIN (DtypeKind attribute)
bin (MutableBits property)
bit_length (Dtype property)
(Field property)
(FieldType property)
(Format property)
bits (Array property)
(Bits property)
Bits (class in bitformat)
BITS (DtypeKind attribute)
bits (MutableBits property)
(Reader property)
bool (Bits property)
BOOL (DtypeKind attribute)
bool (MutableBits property)
byte_aligned (Options property)
byte_swap() (Array method)
(MutableBits method)
bytes (Bits property)
BYTES (DtypeKind attribute)
bytes (MutableBits property)
C
capacity() (MutableBits method)
chunks() (Bits method)
clear() (Field method)
(FieldType method)
(Format method)
(If method)
(Let method)
(MutableBits method)
(Pass method)
(Repeat method)
code (Expression attribute)
code_str (Expression attribute)
condition (If attribute)
condition_value (If attribute)
const_value (Expression attribute)
count (Repeat property)
count() (Array method)
(Bits method)
(MutableBits method)
D
dtype (Array property)
Dtype (class in bitformat)
dtype (Field property)
DtypeArray (class in bitformat)
DtypeSingle (class in bitformat)
DtypeTuple (class in bitformat)
E
else_ (If attribute)
endianness (DtypeArray property)
(DtypeSingle property)
ends_with() (Bits method)
(MutableBits method)
equals() (Array method)
evaluate() (Dtype method)
(DtypeArray method)
(DtypeSingle method)
(DtypeTuple method)
(Expression method)
Expression (class in bitformat)
extend() (Array method)
(Format method)
F
f (Bits property)
(MutableBits property)
f_be (Bits property)
(MutableBits property)
f_le (Bits property)
(MutableBits property)
f_ne (Bits property)
(MutableBits property)
Field (class in bitformat)
field (Repeat attribute)
FieldType (class in bitformat)
find() (Bits method)
(MutableBits method)
find_all() (Bits method)
FLOAT (DtypeKind attribute)
Format (class in bitformat)
from_bits() (Array class method)
(Field class method)
from_bools() (Bits method)
(MutableBits method)
from_bytes() (Array class method)
(Bits method)
(Field class method)
(MutableBits method)
from_dtype() (Bits class method)
(MutableBits class method)
from_int() (Expression class method)
from_iterable() (Array class method)
from_joined() (Bits method)
(MutableBits method)
from_none() (Expression class method)
from_ones() (Bits method)
(MutableBits method)
from_params() (Dtype class method)
(DtypeArray class method)
(DtypeSingle class method)
(DtypeTuple class method)
(Field class method)
(FieldType class method)
(Format class method)
(If class method)
(Let class method)
(Pass class method)
(Repeat class method)
from_random() (Bits method)
(MutableBits method)
from_string() (Bits method)
(Dtype class method)
(Expression class method)
(Field class method)
(FieldType class method)
(Format class method)
(If class method)
(MutableBits method)
(Repeat class method)
from_zeros() (Array class method)
(Bits method)
(MutableBits method)
G
get_array_dtype() (Register class method)
get_single_dtype() (Register class method)
H
has_const_value (Expression attribute)
has_dynamic_size() (Dtype method)
(DtypeArray method)
(DtypeSingle method)
(DtypeTuple method)
(Field method)
(FieldType method)
(Format method)
(If method)
(Let method)
(Pass method)
(Repeat method)
has_known_size() (Dtype method)
(DtypeArray method)
(DtypeSingle method)
(DtypeTuple method)
hex (Bits property)
HEX (DtypeKind attribute)
hex (MutableBits property)
I
i (Bits property)
(MutableBits property)
i_be (Bits property)
(MutableBits property)
i_le (Bits property)
(MutableBits property)
i_ne (Bits property)
(MutableBits property)
If (class in bitformat)
indent_size (Options property)
info() (Array method)
(Bits method)
(Dtype method)
(DtypeArray method)
(DtypeSingle method)
(DtypeTuple method)
(Field method)
(FieldType method)
(Format method)
(MutableBits method)
insert() (Array method)
(MutableBits method)
INT (DtypeKind attribute)
invert() (MutableBits method)
is_const() (Field method)
(FieldType method)
(Format method)
(If method)
(Let method)
(Pass method)
(Repeat method)
is_none() (Expression method)
item_size (Array property)
items (DtypeArray property)
(DtypeTuple property)
K
kind (DtypeArray property)
(DtypeSingle property)
kind_to_def (Register attribute)
L
Let (class in bitformat)
LITTLE (Endianness attribute)
M
MutableBits (class in bitformat)
N
name (Field property)
(FieldType property)
(Format property)
NATIVE (Endianness attribute)
no_color (Options property)
node_whitelist (Expression attribute)
O
oct (Bits property)
OCT (DtypeKind attribute)
oct (MutableBits property)
Options (class in bitformat)
P
pack() (Dtype method)
(DtypeArray method)
(DtypeSingle method)
(DtypeTuple method)
(Field method)
(FieldType method)
(Format method)
pad (Bits property)
PAD (DtypeKind attribute)
pad (MutableBits property)
parse() (Field method)
(FieldType method)
(Format method)
(Reader method)
Pass (class in bitformat)
peek() (Reader method)
pop() (Array method)
pos (Reader property)
pp() (Array method)
(Bits method)
(Field method)
(FieldType method)
(Format method)
(MutableBits method)
prepend() (MutableBits method)
R
read() (Reader method)
Reader (class in bitformat)
Register (class in bitformat)
Repeat (class in bitformat)
replace() (MutableBits method)
reserve() (MutableBits method)
reverse() (Array method)
(MutableBits method)
rfind() (Bits method)
(MutableBits method)
rfind_all() (Bits method)
rol() (MutableBits method)
ror() (MutableBits method)
S
set() (MutableBits method)
size (DtypeArray property)
(DtypeSingle property)
starts_with() (Bits method)
(MutableBits method)
T
then_ (If attribute)
to_bits() (Array method)
(Field method)
(FieldType method)
(Format method)
(If method)
(Let method)
(MutableBits method)
(Pass method)
(Repeat method)
to_bytes() (Array method)
(Bits method)
(Field method)
(FieldType method)
(Format method)
(MutableBits method)
to_list() (Array method)
to_mutable_bits() (Bits method)
trailing_bits (Array property)
U
u (Bits property)
(MutableBits property)
u_be (Bits property)
(MutableBits property)
u_le (Bits property)
(MutableBits property)
u_ne (Bits property)
(MutableBits property)
UINT (DtypeKind attribute)
unpack() (Bits method)
(Dtype method)
(Field method)
(FieldType method)
(Format method)
(MutableBits method)
UNSPECIFIED (Endianness attribute)
V
value (Field property)
(FieldType property)
(Format property)
vars (Format attribute)