Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
ImplicitResolveInstanceAttribute.py
blob: 2b53442d56e615ef1da45345ecca5b1bce5377f9 [
file
] [
log
] [
blame
]
class
MyObject
:
def
__init__
(
self
):
self
.
xyzzy
=
None
def
foo
(
p
):
print
p
.
xyzzy
# <ref>