Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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