Home
last modified time | relevance | path

Searched refs:File_methods (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c3145 static PyMethodDef File_methods[] = { variable
3360 m = Py_InitModule("_File", File_methods); in init_File()