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

Method __delitem__

utils/bitstring.py:3193–3240  ·  view source on GitHub ↗

Delete item or range. Indices are in units of the step parameter (default 1 bit). Stepping is used to specify the number of bits in each item. >>> a = BitArray('0x001122') >>> del a[1:2:8] >>> print a 0x0022

(self, key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_deleteMethod · 0.80
_getbinMethod · 0.80
_setbin_unsafeMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected