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

Function read_inet

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

Source from the content-addressed store, hash-verified

1474
1475
1476def read_inet(f):
1477 addr = read_inet_addr_only(f)
1478 port = read_int(f)
1479 return (addr, port)
1480
1481
1482def write_inet(f, addrtuple):

Callers 3

test_write_read_inetMethod · 0.90
recv_topology_changeMethod · 0.85
recv_status_changeMethod · 0.85

Calls 2

read_inet_addr_onlyFunction · 0.85
read_intFunction · 0.85

Tested by 1

test_write_read_inetMethod · 0.72