MCPcopy Create free account
hub / github.com/cxapython/catvm / xpath

Method xpath

selenium/scrapy_splash/response.py:150–151  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

148 return self._cached_selector
149
150 def xpath(self, query):
151 return self.selector.xpath(query)
152
153 def css(self, query):
154 return self.selector.css(query)

Callers 6

parseMethod · 0.45
parse_detailMethod · 0.45
parseMethod · 0.45
parse_dataMethod · 0.45
parseMethod · 0.45
parse_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected