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

Method _maybe_get_execution_profile

cassandra/cluster.py:3091–3092  ·  view source on GitHub ↗
(self, ep)

Source from the content-addressed store, hash-verified

3089 _execution_profile_to_string(name), ', '.join(eps)))
3090
3091 def _maybe_get_execution_profile(self, ep):
3092 return ep if isinstance(ep, ExecutionProfile) else self.get_execution_profile(ep)
3093
3094 def execution_profile_clone_update(self, ep, **kwargs):
3095 """

Callers 2

Calls 1

get_execution_profileMethod · 0.95

Tested by

no test coverage detected