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