Home
last modified time | relevance | path

Searched refs:_check_retval_ (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_checkretval.py7 def _check_retval_(value): member in CHECKED
10 _check_retval_ = staticmethod(_check_retval_) variable in CHECKED
/third_party/python/Lib/ctypes/
D__init__.py426 _check_retval_ = _check_HRESULT variable in HRESULT
/third_party/python/Modules/_ctypes/
D_ctypes.c2471 _Py_IDENTIFIER(_check_retval_); in make_funcptrtype_dict()
3277 _Py_IDENTIFIER(_check_retval_); in PyCFuncPtr_set_restype()