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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected