Optional method for strategy-wide optimizations.
(self)
| 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.""" |
no outgoing calls
no test coverage detected