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

Method escapechar

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

Source from the content-addressed store, hash-verified

110 return self.escape_re_unquoted
111
112 def escapechar(self, quoted=None):
113 if quoted and self.dialect.doublequote:
114 return self.dialect.quotechar
115 return self.dialect.escapechar
116
117 def prepare(self, raw_field, only=None):
118 field = str(raw_field if raw_field is not None else '')

Callers 1

prepareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected