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

Method default

cassandra/cluster.py:550–554  ·  view source on GitHub ↗

internal-only; no checks are done because this entry is populated on cluster init

(self)

Source from the content-addressed store, hash-verified

548
549 @property
550 def default(self):
551 """
552 internal-only; no checks are done because this entry is populated on cluster init
553 """
554 return self.profiles[EXEC_PROFILE_DEFAULT]
555
556
557EXEC_PROFILE_DEFAULT = object()

Calls

no outgoing calls