Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/class.py
23:929af7341cec
16:c227a822ddc7
14:7c40ee4eea88
2006-07-15
paulb
raw
annotate
files
changeset
graph
Added annotation notes.
1
class
A
:
2
x
=
123
3
def
m
(
self
,
x
):
4
self
.
x
=
x
5
a
=
A
()