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

Method startswith

utils/bitstring.py:2693–2706  ·  view source on GitHub ↗

Return whether the current bitstring starts with prefix. prefix -- The bitstring to search for. start -- The bit position to start from. Defaults to 0. end -- The bit position to end at. Defaults to self.len.

(self, prefix, 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 3

_validate_sliceMethod · 0.95
_sliceMethod · 0.95
BitsClass · 0.85

Tested by

no test coverage detected