HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftest_lxml_xpath_parent_node.py File Reference

Go to the source code of this file.

Namespaces

 ftests.ftest_lxml_xpath_parent_node
 

Variables

string ftests.ftest_lxml_xpath_parent_node.r
 
 ftests.ftest_lxml_xpath_parent_node.root = etree.XML(r)
 
 ftests.ftest_lxml_xpath_parent_node.nodes = root.xpath('//li')
 
 ftests.ftest_lxml_xpath_parent_node.p = nodes[0].getparent()
 
 ftests.ftest_lxml_xpath_parent_node.text = root.xpath('string(//ul)')