Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dwinreg.c1821 static struct PyMethodDef winreg_methods[] = { variable
1876 winreg_methods,
/external/python/cpython2/PC/
D_winreg.c1745 static struct PyMethodDef winreg_methods[] = { variable
1798 m = Py_InitModule3("_winreg", winreg_methods, module_doc); in init_winreg()