Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ from_string
Method
from_string
cassandra/metadata.py:1806–1807 ·
view source on GitHub ↗
(cls, token_string)
Source
from the content-addressed store, hash-verified
1804
1805
@classmethod
1806
def
from_string(cls, token_string):
1807
raise
NotImplementedError()
1808
1809
def
__eq__(self, other):
1810
return
self.value == other.value
Callers
4
test_from_string
Method · 0.45
test_comparison
Method · 0.45
test_comparison_unicode
Method · 0.45
rebuild_token_map
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_from_string
Method · 0.36
test_comparison
Method · 0.36
test_comparison_unicode
Method · 0.36