MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / read_byte

Function read_byte

cassandra/protocol.py:1276–1277  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1274
1275
1276def read_byte(f):
1277 return int8_unpack(f.read(1))
1278
1279
1280def write_byte(f, b):

Callers 4

recv_error_infoMethod · 0.85
recv_error_infoMethod · 0.85
read_uint_leFunction · 0.85
read_inet_addr_onlyFunction · 0.85

Calls 1

readMethod · 0.80

Tested by

no test coverage detected