mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
|
static struct PyMethodDef $abbrev$_methods[] = {
|
|
$methodlist$
|
|
{NULL, NULL} /* sentinel */
|
|
};
|
|
|
|
/* ---------- */
|
|
|