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

Method xmliter

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

Source from the content-addressed store, hash-verified

19class TestXmliterBase(ABC):
20 @abstractmethod
21 def xmliter(
22 self, obj: Response | str | bytes, nodename: str, *args: Any
23 ) -> Iterator[Selector]:
24 raise NotImplementedError
25
26 def test_xmliter(self):
27 body = b"""

Calls

no outgoing calls

Tested by

no test coverage detected