Example #1
0
 def _pack_type(self):
     return pack_uint8(codes.tagtypes[self.tagtype])
Example #2
0
File: tag.py Project: adaptee/pyec
 def _pack_type(self):
     return pack_uint8( codes.tagtypes[self.tagtype] )
Example #3
0
 def _pack_op(self):
     op = codes.ops[self.op]
     return pack_uint8(op)