Home | History | Annotate | Download | only in Lib

Lines Matching refs:idstring

713         idstring = identifier.split("'")
714 if len(idstring) == 1:
716 id = idstring[0].strip()
717 elif len(idstring) == 3:
719 id = idstring[1].strip()