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

Method join

pyquery/cssselectpatch.py:32–38  ·  view source on GitHub ↗
(self, combiner, other,
             closing_combiner=None, has_inner_condition=False)

Source from the content-addressed store, hash-verified

30 return path
31
32 def join(self, combiner, other,
33 closing_combiner=None, has_inner_condition=False):
34 res = XPathExprOrig.join(self, combiner, other,
35 closing_combiner=closing_combiner,
36 has_inner_condition=has_inner_condition)
37 self.post_condition = other.post_condition
38 return res
39
40
41# keep cssselect < 0.8 compat for now

Callers 15

setup_testFunction · 0.80
readme_fixtFunction · 0.80
flushFunction · 0.80
extract_textFunction · 0.80
build_camel_case_aliasesFunction · 0.80
__str__Method · 0.80
__unicode__Method · 0.80
__html__Method · 0.80
__repr__Method · 0.80
add_classMethod · 0.80
remove_classMethod · 0.80
toggle_classMethod · 0.80

Calls

no outgoing calls

Tested by 1

readme_fixtFunction · 0.64