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