Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_winreg.c502 static PyObject *PyHKEY_CloseMethod(PyObject *self, PyObject *args);
508 {"Close", PyHKEY_CloseMethod, METH_VARARGS, PyHKEY_Close_doc},
560 PyHKEY_CloseMethod(PyObject *self, PyObject *args) in PyHKEY_CloseMethod() function