Example #1
0
def read_byte(f):
    return int8_unpack(f.read(1))
Example #2
0
 def deserialize(byts):
     return bool(int8_unpack(byts))
Example #3
0
 def deserialize(byts):
     return bool(int8_unpack(byts))
Example #4
0
def read_byte(f):
    return int8_unpack(f.read(1))