Project

General

Profile

« Previous | Next » 

Revision 3328

xpath.py: Added is_all()

View differences:

lib/xpath.py
45 45

  
46 46
def is_parent(elem): return elem.name == '..'
47 47

  
48
def is_all(elem): return elem.name == '*'
49

  
48 50
##### Paths
49 51

  
50 52
def is_xpath(value):

Also available in: Unified diff