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