repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump to 2.3.1 to pick up the missing file.
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_repr
blob
f12222508729c8b15b1237e45d2c984d0990b719
1
2
static PyObject *
3
$abbrev$_repr($abbrev$object *self)
4
{
5
PyObject *s;
6
7
/* XXXX Add code here to put self into s */
8
return s;
9
}