Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
localCallableClass.py
blob: de03229331e05ea20035c6df40237e1c85e89abc [
file
] [
log
] [
blame
]
class
Callable
(
object
):
pass
def
f
(
g
):
if
callable
(
g
):
g
()