MCPcopy Create free account
hub / github.com/PyMySQL/mysqlclient / quote_identifier

Method quote_identifier

tests/capabilities.py:56–57  ·  view source on GitHub ↗
(self, ident)

Source from the content-addressed store, hash-verified

54 return True
55
56 def quote_identifier(self, ident):
57 return '"%s"' % ident
58
59 def new_table_name(self):
60 i = id(self.cursor)

Callers 1

new_table_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected