Return whether the current bitstring ends with suffix. suffix -- 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, suffix, start=None, end=None)
source not stored for this graph (policy: none)
no test coverage detected