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 351 return self.sequence.apack(val, cdict) 353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 361 offset = self.sequence.unpack_from(obj, cdict, bstring, offset, noerror) [all …]
|