MCPcopy
hub / github.com/scrapy/scrapy / start_exporting

Method start_exporting

scrapy/exporters.py:152–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 self._beautify_newline()
151
152 def start_exporting(self) -> None:
153 self.file.write(b"[")
154 self._beautify_newline()
155
156 def finish_exporting(self) -> None:
157 self._beautify_newline()

Callers

nothing calls this directly

Calls 2

_beautify_newlineMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected