Home
last modified time | relevance | path

Searched refs:get_last_error (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py56 self.assertEqual(get_last_error(), 126)
59 self.assertEqual(get_last_error(), 32)
69 self.assertEqual(get_last_error(), 0)
75 self.assertEqual(get_last_error(), 32)
/external/python/cpython2/Lib/ctypes/
D__init__.py461 from _ctypes import get_last_error, set_last_error
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c228 get_last_error(PyObject *self, PyObject *args) in get_last_error() function
1931 {"get_last_error", get_last_error, METH_NOARGS},
/external/python/cpython2/Doc/library/
Dctypes.rst1420 :func:`SetLastError` Windows API functions; :func:`ctypes.get_last_error` and
1944 .. function:: get_last_error()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2875 and :meth:`get_last_error`.