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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected