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

Method _drop_keyspace

cassandra/metadata.py:198–200  ·  view source on GitHub ↗
(self, keyspace)

Source from the content-addressed store, hash-verified

196 self._keyspace_added(ks_name)
197
198 def _drop_keyspace(self, keyspace):
199 if self.keyspaces.pop(keyspace, None):
200 self._keyspace_removed(keyspace)
201
202 def _update_table(self, meta):
203 try:

Callers

nothing calls this directly

Calls 2

_keyspace_removedMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected