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

Method cut

utils/bitstring.py:2544–2569  ·  view source on GitHub ↗

Return bitstring generator by cutting into bits sized chunks. bits -- The size in bits of the bitstring chunks to generate. start -- The bit position to start the first cut. Defaults to 0. end -- The bit position one past the last bit to use in the cut. Defaul

(self, bits, start=None, end=None, count=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_validate_sliceMethod · 0.95
_sliceMethod · 0.95
_assertsanityMethod · 0.80

Tested by

no test coverage detected