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

Lines Matching refs:procopen

68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
325 res = procopen.match(rawdata, i)