コード例 #1
0
ファイル: constbitstream.py プロジェクト: nssllc/carver
 def rfind(self, bs, start=None, end=None, bytealigned=None):
     t = Bits.rfind(self, bs, start, end, bytealigned)
     if t:
         self._pos = t[0]
     return t