utils#

Generic utility functions.

Attributes

SUFFIX_SCALE

Integer suffix to scale factor.

DEFAULT_DELETE

Delete from hex strings.

Functions

chop

Chops a vector.

hexlify

Converts raw bytes into a hexadecimal byte string.

parse_int

Parses an integer.

unhexlify

Converts a hexadecimal byte string into raw bytes.

Classes

SparseMemoryIO

Sparse memory I/O wrapper.