Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
concealer.py
blob: a55c71e60f3b74220c1de0e24e384deafa4f483d [
file
] [
log
] [
blame
]
def
concealer
():
class
prog
(
object
):
def
__call__
(
self
):
pass
pr
=
prog
()
pr
()