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

Method _maybe_set_graph_paging

cassandra/cluster.py:2855–2860  ·  view source on GitHub ↗
(self, execution_profile)

Source from the content-addressed store, hash-verified

2853 return future
2854
2855 def _maybe_set_graph_paging(self, execution_profile):
2856 graph_paging = execution_profile.continuous_paging_options
2857 if execution_profile.continuous_paging_options is _NOT_SET:
2858 graph_paging = ContinuousPagingOptions() if self._graph_paging_available else None
2859
2860 execution_profile.continuous_paging_options = graph_paging
2861
2862 def _check_graph_paging_available(self):
2863 """Verify if we can enable graph paging. This executed only once when the session is created."""

Callers 1

execute_graph_asyncMethod · 0.95

Calls 1

Tested by

no test coverage detected