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

static struct PyMethodDef $abbrev$_methods[] = {
	$methodlist$
	{NULL,		NULL}		/* sentinel */
};

/* ---------- */