OILS / build / oil-defs / pyext / fanos.c / methods.def View on Github | oilshell.org

7 lines, 6 significant
1// pyext/fanos.c
2
3static PyMethodDef methods[] = {
4 {"recv", func_recv, METH_VARARGS},
5 {"send", func_send, METH_VARARGS},
6 {0},
7};