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