Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 9bf51fefd011de3a439b7553e65a759c4469285d authored by Barry Warsaw on 01 October 2013, 00:37:45 UTC
Bump copyright years.
Tip revision: 9bf51fe
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