Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
overridesGetAttr.py
blob: fe574aa79791e699d403f6edc3f74c658c84df37 [
file
] [
log
] [
blame
]
class
B
:
def
__getattr__
(
self
,
name
):
pass
B
().
foo
()