Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callableCheck.py
blob: 504d93adc176b97b001f1653412c58fe6d653b40 [
file
] [
log
] [
blame
]
o
=
object
()
if
callable
(
o
):
o
(
42
,
3.14
)
<
warning descr
=
"'o' is not callable"
>
o
(-
1
)</
warning
>