Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
highlighting
/
importStarAtTopLevel.py
blob: 2a7dc3a08012d77bcf6d2b6ee1a0d8e47b1c0b81 [
file
] [
log
] [
blame
]
def
foo
():
<
warning descr
=
"'import *' only allowed at module level"
>
from
sys
import
*</
warning
>