MCPcopy 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_stringMethod · 0.45
test_comparisonMethod · 0.45
rebuild_token_mapMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_from_stringMethod · 0.36
test_comparisonMethod · 0.36