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
Maintain backwards compatibility with python < 2.3 by dynamically
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_print
blob
76408d234f48c0734323a90cebe3196f9bfbe3a4
1
2
static int
3
$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
4
{
5
/* XXXX Add code here to print self to fp */
6
return 0;
7
}