Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
module.py
blob: c8c6768b72d7afd4ecada7c8d3bfe31776c0b92e [
file
] [
log
] [
blame
]
def
test_module
():
import
sys
<
warning descr
=
"'sys' is not callable"
>
sys
()</
warning
>