mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
8 lines
117 B
Text
8 lines
117 B
Text
|
|
static struct PyMethodDef $abbrev$_methods[] = {
|
|
$methodlist$
|
|
{NULL, NULL} /* sentinel */
|
|
};
|
|
|
|
/* ---------- */
|
|
|