Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
builtinDerivedClassAttribute.py
blob: 333283083d1357e5a5fadcbb5479a85774db2365 [
file
] [
log
] [
blame
]
class
C
(
dict
):
def
foo
(
self
):
pass
def
bar
(
self
):
self
.
foo
()
#pass