summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_repr
blob: f12222508729c8b15b1237e45d2c984d0990b719 (plain)
1
2
3
4
5
6
7
8
9

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

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