Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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>