MCPcopy
hub / github.com/scrapy/scrapy / _configure

Method _configure

scrapy/exporters.py:345–348  ·  view source on GitHub ↗
(self, options: dict[str, Any], dont_fail: bool = False)

Source from the content-addressed store, hash-verified

343 """
344
345 def _configure(self, options: dict[str, Any], dont_fail: bool = False) -> None:
346 super()._configure(options, dont_fail)
347 if not self.encoding:
348 self.encoding = "utf-8"
349
350 def serialize_field(
351 self, field: Mapping[str, Any] | Field, name: str, value: Any

Callers

nothing calls this directly

Calls 1

_configureMethod · 0.45

Tested by

no test coverage detected