Home | History | Annotate | Download | only in Lib

Lines Matching full:attrfind

34 attrfind = re.compile(
41 '(?P<attrs>(?:'+attrfind.pattern+')*)'+
559 res = attrfind.match(rawdata, i)