Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddbmodule.c839 static PyMethodDef bsddbmodule_methods[] = { variable
857 m = Py_InitModule("bsddb185", bsddbmodule_methods); in initbsddb185()