MCPcopy
hub / github.com/scrapy/scrapy / xmliter

Method xmliter

tests/test_utils_iterators.py:281–284  ·  view source on GitHub ↗
(
        self, obj: Response | str | bytes, nodename: str, *args: Any
    )

Source from the content-addressed store, hash-verified

279
280class TestLxmlXmliter(TestXmliterBase):
281 def xmliter(
282 self, obj: Response | str | bytes, nodename: str, *args: Any
283 ) -> Iterator[Selector]:
284 return xmliter_lxml(obj, nodename, *args)
285
286 def test_xmliter_iterate_namespace(self):
287 body = b"""

Calls 1

xmliter_lxmlFunction · 0.90

Tested by

no test coverage detected