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

Method _get_keyspace

cassandra/cqlengine/models.py:511–515  ·  view source on GitHub ↗

Returns the manual keyspace, if set, otherwise the default keyspace

(cls)

Source from the content-addressed store, hash-verified

509
510 @classmethod
511 def _get_keyspace(cls):
512 """
513 Returns the manual keyspace, if set, otherwise the default keyspace
514 """
515 return cls.__keyspace__ or DEFAULT_KEYSPACE
516
517 @classmethod
518 def _get_column(cls, name):

Callers 9

test_context_managerMethod · 0.80
_sync_tableFunction · 0.80
_get_table_metadataFunction · 0.80
_update_optionsFunction · 0.80
_drop_tableFunction · 0.80
column_family_nameMethod · 0.80
__new__Method · 0.80
_execute_statementFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_context_managerMethod · 0.64