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

Method ror

utils/bitstring.py:3515–3535  ·  view source on GitHub ↗

Rotate bits to the right in-place. bits -- The number of bits to rotate by. start -- Start of slice to rotate. Defaults to 0. end -- End of slice to rotate. Defaults to self.len. Raises ValueError if bits < 0.

(self, bits, start=None, end=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

ErrorClass · 0.85
_validate_sliceMethod · 0.80
_sliceMethod · 0.80
_deleteMethod · 0.80
_insertMethod · 0.80

Tested by

no test coverage detected