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

Method __str__

pyquery/cssselectpatch.py:26–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.post_condition = post_condition
25
26 def __str__(self):
27 path = XPathExprOrig.__str__(self)
28 if self.post_condition:
29 path = '%s[%s]' % (path, self.post_condition)
30 return path
31
32 def join(self, combiner, other,
33 closing_combiner=None, has_inner_condition=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected