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