H A D | sequencer.py | 88 def pack(self, vdict, cdict, val): argument 90 return b''.join(self.apack(vdict, cdict, val)) 93 def apack(self, vdict, cdict, val): argument 97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 218 def apack(self, vdict, cdict, val): argument 250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 345 def apack(self, vdict, cdict, val): argument 353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 430 def apack(self, vdict, cdict, val): argument 432 num = vdict[self.repeat] [all …]
|