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