Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1476
def
read_inet(f):
1477
addr = read_inet_addr_only(f)
1478
port = read_int(f)
1479
return
(addr, port)
1480
1481
1482
def
write_inet(f, addrtuple):
Callers
3
test_write_read_inet
Method · 0.90
recv_topology_change
Method · 0.85
recv_status_change
Method · 0.85
Calls
2
read_inet_addr_only
Function · 0.85
read_int
Function · 0.85
Tested by
1
test_write_read_inet
Method · 0.72