def find(self, bs, start=None, end=None, bytealigned=None): t = Bits.find(self, bs, start, end, bytealigned) if t: self._pos = t[0] return t