Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
resolve
/
FieldNotInInit.py
blob: 6651821d642c735878e6f7c1caed6ad8cdf67199 [
file
] [
log
] [
blame
]
class
Foo
(
object
):
def
initialize
(
self
):
self
.
request
=
'a'
def
bar
(
self
):
print
self
.
r
<
ref
>
equest