Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ protect_name
Function
protect_name
cassandra/metadata.py:1569–1570 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1567
1568
1569
def
protect_name(name):
1570
return
maybe_escape_name(name)
1571
1572
1573
def
protect_names(names):
Callers
15
make_create_statement
Method · 0.90
test_protect_name
Method · 0.90
set_keyspace
Method · 0.90
column_family_name
Method · 0.90
as_cql_query
Method · 0.85
as_cql_query
Method · 0.85
as_cql_query
Method · 0.85
as_cql_query
Method · 0.85
as_cql_query
Method · 0.85
_property_string
Method · 0.85
as_cql_query
Method · 0.85
_export_edge_as_cql
Method · 0.85
Calls
1
maybe_escape_name
Function · 0.85
Tested by
2
make_create_statement
Method · 0.72
test_protect_name
Method · 0.72