Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
regexp
/
redundantEscapeSingleQuote.py
blob: ff917125e8713803c5164faf269956b14ce284c7 [
file
] [
log
] [
blame
]
import
re
foo
=
re
.
compile
(
r
'[\w\']'
)