Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
callAttributeAssignment.py
blob: bbe8675ce7e1a740cdd83f4b94d383831cc4b5e8 [
file
] [
log
] [
blame
]
class
C
:
def
f
(
self
):
pass
__call__
=
f
c
=
C
()
c
()
# pass