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

Method css

feapder/network/response.py:336–337  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

334 return self.selector.xpath(query, **kwargs)
335
336 def css(self, query):
337 return self.selector.css(query)
338
339 def re(self, regex, replace_entities=False):
340 """

Callers 1

test_selectorFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_selectorFunction · 0.64