MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / escape_re

Method escape_re

web/pgadmin/utils/csv_lib.py:107–110  ·  view source on GitHub ↗
(self, quoted=None)

Source from the content-addressed store, hash-verified

105 'specialchars must be implemented by a subclass')
106
107 def escape_re(self, quoted=None):
108 if quoted:
109 return self.escape_re_quoted
110 return self.escape_re_unquoted
111
112 def escapechar(self, quoted=None):
113 if quoted and self.dialect.doublequote:

Callers 1

prepareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected