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