Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyCallingNonCallableInspection
/
getattrCallable.py
blob: 39dd0a70afab37ef653813ee43ed455a09eff71e [
file
] [
log
] [
blame
]
class
value
():
pass
class
MyClass
(
object
):
def
bar
(
self
):
foo
=
getattr
(
self
,
'foo'
)
foo
()