MCPcopy
hub / github.com/scrapy/scrapy / _get_exporter

Method _get_exporter

tests/test_exporters.py:391–392  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

389
390class TestXmlItemExporter(TestBaseItemExporter):
391 def _get_exporter(self, **kwargs):
392 return XmlItemExporter(self.output, **kwargs)
393
394 def assertXmlEquivalent(self, first, second, msg=None):
395 def xmltuple(elem):

Callers

nothing calls this directly

Calls 1

XmlItemExporterClass · 0.90

Tested by

no test coverage detected