MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / copy

Method copy

cassandra/datastax/graph/query.py:85–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 setattr(self, attr, value)
84
85 def copy(self):
86 new_options = GraphOptions()
87 new_options._graph_options = self._graph_options.copy()
88 return new_options
89
90 def update(self, options):
91 self._graph_options.update(options._graph_options)

Callers 6

get_type_definitionsMethod · 0.45
get_type_definitionsMethod · 0.45
get_options_mapMethod · 0.45
_serializers.pyFile · 0.45
connection_createdMethod · 0.45
connection_destroyedMethod · 0.45

Calls 1

GraphOptionsClass · 0.85

Tested by

no test coverage detected