cpython/Tools/modulator/Templates/object_mlist

9 lines
117 B
Plaintext

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