cpython/Tools/modulator/Templates/object_mlist

9 lines
117 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
static struct PyMethodDef $abbrev$_methods[] = {
$methodlist$
{NULL, NULL} /* sentinel */
1995-03-02 10:05:29 -04:00
};
/* ---------- */