Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 9aefd695a93d412fbedca658d6d6887182fd4976 authored by Georg Brandl on 05 March 2011, 14:09:43 UTC
Close 3.0 branch.
Tip revision: 9aefd69
object_tp_print

static int
$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
{
	/* XXXX Add code here to print self to fp */
	return 0;
}
back to top