Searched refs:pyhkey (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/PC/
H A D_winreg.c436 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
437 return PyLong_FromVoidPtr(pyhkey->hkey);
443 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
445 ob, pyhkey->hkey);
452 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
453 return PyString_FromFormat("<PyHKEY:%p>", pyhkey->hkey);
/external/python/cpython3/PC/
H A Dwinreg.c158 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
159 return PyLong_FromVoidPtr(pyhkey->hkey);
165 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
166 return PyUnicode_FromFormat("<PyHKEY:%p>", pyhkey->hkey);

Completed in 70 milliseconds