Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
ObjectMethods.py
blob: 42f002e1d41df90edecdc21281c5f65282f6a8cb [
file
] [
log
] [
blame
]
class
A
:
x
=
1
y
=
1
class
B
(
A
):
def
foo
(
self
):
self
.
__repr__
()
# <ref>