![]() |
Belle II Software release-09-00-00
|
Public Member Functions | |
def | setbit (self, pos) |
def | unsetbit (self, pos) |
def | invertbit (self, pos) |
def | setbyte (self, pos, value) |
def | setbyteslice (self, start, end, value) |
Static Private Attributes | |
tuple | __slots__ = () |
Adding mutating methods to ConstByteStore Used internally - not part of public interface.
Definition at line 221 of file bitstring.py.
def invertbit | ( | self, | |
pos | |||
) |
Definition at line 238 of file bitstring.py.
def setbit | ( | self, | |
pos | |||
) |
Definition at line 228 of file bitstring.py.
def setbyte | ( | self, | |
pos, | |||
value | |||
) |
Definition at line 243 of file bitstring.py.
def setbyteslice | ( | self, | |
start, | |||
end, | |||
value | |||
) |
Definition at line 246 of file bitstring.py.
def unsetbit | ( | self, | |
pos | |||
) |
Definition at line 233 of file bitstring.py.
|
staticprivate |
Definition at line 226 of file bitstring.py.