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