Searched refs:fcntl_methods (Results 1 – 2 of 2) sorted by relevance
432 static PyMethodDef fcntl_methods[] = { variable633 fcntl_methods,
408 static PyMethodDef fcntl_methods[] = { variable615 m = Py_InitModule3("fcntl", fcntl_methods, module_doc); in initfcntl()