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

  /external/python/cpython3/PC/
winreg.c 113 #define PyHKEY_Check(op) ((op)->ob_type == &PyHKEY_Type)
213 class winreg.HKEYType "PyHKEYObject *" "&PyHKEY_Type"
350 PyTypeObject PyHKEY_Type =
389 PyHKEYObject *key = PyObject_NEW(PyHKEYObject, &PyHKEY_Type);
462 PyObject_INIT(op, &PyHKEY_Type);
    [all...]
  /external/python/cpython2/PC/
_winreg.c 391 #define PyHKEY_Check(op) ((op)->ob_type == &PyHKEY_Type)
521 PyTypeObject PyHKEY_Type =
604 PyHKEYObject *key = PyObject_NEW(PyHKEYObject, &PyHKEY_Type);
669 PyObject_INIT(op, &PyHKEY_Type);
    [all...]

Completed in 766 milliseconds