Home | History | Annotate | Download | only in etree

Lines Matching refs:signature

150     signature = []
158 signature.append(token[0] or "-")
160 signature = "".join(signature)
161 # use signature to determine predicate type
162 if signature == "@-":
170 if signature == "@-='":
179 if signature == "-" and not re.match("\d+$", predicate[0]):
187 if signature == "-='" and not re.match("\d+$", predicate[0]):
198 if signature == "-" or signature == "-()" or signature == "-()-":
200 if signature == "-":
205 if signature == "-()-":