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

  /external/python/cpython2/PC/
_winreg.c 339 /* PyHKEY docstrings */
341 "PyHKEY Object - A Python object, representing a win32 registry key.\n"
345 "the Close() method on the PyHKEY, or the CloseKey() method.\n"
383 The PyHKEY object definition
436 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
437 return PyLong_FromVoidPtr(pyhkey->hkey);
443 PyHKEYObject *pyhkey = (PyHKEYObject *)ob; local
444 fprintf(fp, "<PyHKEY at %p (%p)>",
445 ob, pyhkey->hkey);
452 PyHKEYObject *pyhkey = (PyHKEYObject *)ob local
    [all...]
  /external/python/cpython3/PC/
winreg.c 78 /* PyHKEY docstrings */
80 "PyHKEY Object - A Python object, representing a win32 registry key.\n"
84 "the Close() method on the PyHKEY, or the CloseKey() method.\n"
105 The PyHKEY object definition
158 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);
256 The PyHKEY object method
    [all...]

Completed in 221 milliseconds