Sign in
android
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
completion
/
reCompileMatch.after.py
blob: f795c16ae36a5d63fbab725797a6aa089b8b893b [
file
] [
log
] [
blame
]
import
re
p
=
re
.
compile
(
'foo'
)
p
.
match
()