Return count of total number of either zero or one bits. value -- If True then bits set to 1 are counted, otherwise bits set to 0 are counted. >>> Bits('0xef').count(1) 7
(self, value)
source not stored for this graph (policy: none)
no test coverage detected