MCPcopy Create free account
hub / github.com/gawel/pyquery / __init__

Method __init__

pyquery/cssselectpatch.py:13–17  ·  view source on GitHub ↗
(self, path='', element='*', condition='', star_prefix=False)

Source from the content-addressed store, hash-verified

11class XPathExpr(XPathExprOrig):
12
13 def __init__(self, path='', element='*', condition='', star_prefix=False):
14 self.path = path
15 self.element = element
16 self.condition = condition
17 self.post_condition = None
18
19 def add_post_condition(self, post_condition):
20 if self.post_condition:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected