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

Method insert

utils/bitstring.py:3371–3394  ·  view source on GitHub ↗

Insert bs at bit position pos. bs -- The bitstring to insert. pos -- The bit position to insert at. Raises ValueError if pos < 0 or pos > self.len.

(self, bs, pos=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

__copy__Method · 0.95
BitsClass · 0.85
_insertMethod · 0.80

Tested by

no test coverage detected