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
Added 'list_only' option (and modified 'run()' to respect it).
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_print
blob
017712e3b863e5a40188d0bf3700aca057870925
1
2
static int
3
$abbrev$_print(self, fp, flags)
4
$abbrev$object *self;
5
FILE *fp;
6
int flags;
7
{
8
/* XXXX Add code here to print self to fp */
9
return 0;
10
}