MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / setup

Method setup

web/pgadmin/utils/csv_lib.py:93–94  ·  view source on GitHub ↗

Optional method for strategy-wide optimizations.

(self)

Source from the content-addressed store, hash-verified

91 self.escape_re_unquoted = re.compile(escape_pattern_unquoted)
92
93 def setup(self):
94 """Optional method for strategy-wide optimizations."""
95
96 def quoted(self, field=None, raw_field=None, only=None):
97 """Determine whether this field should be quoted."""

Calls

no outgoing calls

Tested by

no test coverage detected