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

Lines Matching full:attrfind

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