Home | Trees | Indices | Help |
---|
|
1 from struct import unpack_from 24 _buff = "" 5 _position = 0 6628 self._buff = data911 self._position += offset12 17 22 27 32 37 42 4749 data = unpack_from(("<%dB" % length), self._buff, self._position) 50 self._position += length 51 return data5254 data = unpack_from(("<%ds" % length), self._buff, self._position)[0] 55 self._position += length 56 return data57
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 30 11:47:02 2014 | http://epydoc.sourceforge.net |