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
test_whitespace_eater_unicode(): Make this test Python 2.1 compatible.
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_str
blob
2e3648e8381fa930aaefe4d68aa1f73e05e01757
1
2
static PyObject *
3
$abbrev$_str($abbrev$object *self)
4
{
5
PyObject *s;
6
7
/* XXXX Add code here to put self into s */
8
return s;
9
}
10