Invert one or many bits from 0 to 1 or vice versa. pos -- Either a single bit position or an iterable of bit positions. Negative numbers are treated in the same way as slice indices. Raises IndexError if pos < -self.len or pos >= self.len.
(self, pos=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected