MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / get

Function get

cassandra/datastax/graph/query.py:154–155  ·  view source on GitHub ↗
(self, key=opt[2])

Source from the content-addressed store, hash-verified

152for opt in _graph_options:
153
154 def get(self, key=opt[2]):
155 return self._graph_options.get(key)
156
157 def set(self, value, key=opt[2]):
158 if value is not None:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected