MCPcopy Create free account
hub / github.com/IncideDigital/Mistica / Bits

Class Bits

utils/bitstring.py:692–2882  ·  view source on GitHub ↗

A container holding an immutable sequence of bits. For a mutable container use the BitArray class instead. Methods: all() -- Check if all specified bits are set to 1 or 0. any() -- Check if any of specified bits are set to 1 or 0. count() -- Count the number of bits set to 1 o

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__add__Method · 0.85
__eq__Method · 0.85
__lshift__Method · 0.85
__and__Method · 0.85
__or__Method · 0.85
__xor__Method · 0.85
_setueMethod · 0.85
_setsieMethod · 0.85
_ilshiftMethod · 0.85
_irshiftMethod · 0.85
findMethod · 0.85
findallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected