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

Method quoted

web/pgadmin/utils/csv_lib.py:96–99  ·  view source on GitHub ↗

Determine whether this field should be quoted.

(self, field=None, raw_field=None, only=None)

Source from the content-addressed store, hash-verified

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."""
98 raise NotImplementedError(
99 'quoted must be implemented by a subclass')
100
101 @property
102 def specialchars(self):

Callers 1

prepareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected