MCPcopy 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
1602def escape_name(name):
1603 return '"%s"' % (name.replace('"', '""'),)
1604
1605
1606class ColumnMetadata(object):

Callers 1

maybe_escape_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected