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