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

Method count

utils/bitstring.py:2767–2788  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bitstring.pyFile · 0.80

Calls 1

getbyteMethod · 0.80

Tested by

no test coverage detected