Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ escape_name
Function
escape_name
cassandra/metadata.py:1602–1603 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1600
1601
1602
def
escape_name(name):
1603
return
'"%s"'
% (name.replace(
'"'
,
'""'
),)
1604
1605
1606
class
ColumnMetadata(object):
Callers
1
maybe_escape_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected