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
Improved some error messages for command line processing.
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_repr
blob
16aebc74277dca413b8c36d2d0f171755b6fc3b5
1
2
static PyObject *
3
$abbrev$_repr(self)
4
$abbrev$object *self;
5
{
6
PyObject *s;
7
8
/* XXXX Add code here to put self into s */
9
return s;
10
}