HomeSort by relevance Sort by last modified time
    Searched refs:dbm_methods (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/
dbmmodule.c 318 static PyMethodDef dbm_methods[] = { variable
338 return Py_FindMethod(dbm_methods, (PyObject *)dp, name);
gdbmmodule.c 389 static PyMethodDef dbm_methods[] = { variable
403 return Py_FindMethod(dbm_methods, (PyObject *)dp, name);
  /external/python/cpython3/Modules/
_dbmmodule.c 369 static PyMethodDef dbm_methods[] = { variable
407 dbm_methods, /*tp_methods*/
_gdbmmodule.c 485 static PyMethodDef dbm_methods[] = { variable
528 dbm_methods, /*tp_methods*/

Completed in 93 milliseconds