Files
openide/python/testData/completion/reCompileMatch.after.py

4 lines
42 B
Python

import re
p = re.compile('foo')
p.match()