Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9 authored by Barry Warsaw on 26 October 2009, 01:48:07 UTC
bumping to 2.6.4
Tip revision: 28dbc1f
object_tp_repr

static PyObject *
$abbrev$_repr($abbrev$object *self)
{
	PyObject *s;

	/* XXXX Add code here to put self into s */
	return s;
}
back to top