Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callAttributeAssignment.py
blob: bbe8675ce7e1a740cdd83f4b94d383831cc4b5e8 [
file
] [
log
] [
blame
]
class
C
:
def
f
(
self
):
pass
__call__
=
f
c
=
C
()
c
()
# pass