Home | History | Annotate | Download | only in python2.7

Lines Matching refs:idstring

442         idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()