object_mlist 117 Bytes
Newer Older
1

2 3 4
static struct PyMethodDef $abbrev$_methods[] = {
	$methodlist$
	{NULL,		NULL}		/* sentinel */
5 6 7
};

/* ---------- */
8