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