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