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

  /external/python/cpython3/PC/
winreg.c 113 #define PyHKEY_Check(op) ((op)->ob_type == &PyHKEY_Type)
401 if (!PyHKEY_Check(ob_handle)) {
425 else if (PyHKEY_Check(ob)) {
475 if (PyHKEY_Check(obHandle)) {
    [all...]
  /external/python/cpython2/PC/
_winreg.c 391 #define PyHKEY_Check(op) ((op)->ob_type == &PyHKEY_Type)
616 if (!PyHKEY_Check(ob_handle)) {
640 else if (PyHKEY_Check(ob)) {
682 if (PyHKEY_Check(obHandle)) {
    [all...]

Completed in 216 milliseconds