Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
regexp
/
braceInPythonCharacterClass.py
blob: 8066c64a120ed83c35092a5bf2de58210fcd9465 [
file
] [
log
] [
blame
]
import
re
EXTRANEOUS_WHITESPACE_REGEX
=
re
.
compile
(
r
'[[({] | []}),;:]'
)