Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ InternalError
Class
InternalError
cassandra/protocol.py:54–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
class
InternalError(Exception):
55
pass
56
57
ColumnMetadata = namedtuple(
"ColumnMetadata"
, [
'keyspace_name'
,
'table_name'
,
'name'
,
'type'
])
58
Callers
1
read_inet_addr_only
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected