MCPcopy Create free account
hub / github.com/Boris-code/feapder / xpath

Method xpath

feapder/network/response.py:333–334  ·  view source on GitHub ↗
(self, query, **kwargs)

Source from the content-addressed store, hash-verified

331 return self.selector.get()
332
333 def xpath(self, query, **kwargs):
334 return self.selector.xpath(query, **kwargs)
335
336 def css(self, query):
337 return self.selector.css(query)

Callers 15

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
test_selectorFunction · 0.80
test_from_textFunction · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by 14

parseMethod · 0.64
parseMethod · 0.64
test_selectorFunction · 0.64
test_from_textFunction · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64
parseMethod · 0.64