Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ __init__
Method
__init__
cassandra/connection.py:405–407 ·
view source on GitHub ↗
(self, message, endpoint=None)
Source
from the content-addressed store, hash-verified
403
""
"
404
405
def
__init__(self, message, endpoint=None):
406
Exception.__init__(self, message)
407
self.endpoint = endpoint
408
409
@property
410
def
host(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected