Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
builtinDerivedClassAttribute.py
blob: 333283083d1357e5a5fadcbb5479a85774db2365 [
file
] [
log
] [
blame
]
class
C
(
dict
):
def
foo
(
self
):
pass
def
bar
(
self
):
self
.
foo
()
#pass