Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
structureView
/
inherited.py
blob: 4d456332117ceb25aae5b1b31817b8dbfa1267ea [
file
] [
log
] [
blame
]
class
C
(
object
):
def
f
(
self
,
x
):
self
.
x
=
x
def
__str__
(
self
):
return
self
.
x