Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py21 from _ctypes import FormatError
478 descr = FormatError(code).strip()
/third_party/python/Lib/ctypes/test/
Dtest_win32.py76 msg = FormatError(ERROR_INVALID_PARAMETER).strip()
/third_party/python/Modules/_ctypes/
Dcallproc.c257 static WCHAR *FormatError(DWORD code) in FormatError() function
1090 text = FormatError(errcode); in GetComError()
1329 lpMsgBuf = FormatError(code); in format_error()
/third_party/python/Lib/
Dmailbox.py1166 raise FormatError('Invalid sequence specification: %s' %
2150 class FormatError(Error): class
/third_party/python/Doc/library/
Dctypes.rst1933 .. function:: FormatError([code])
2035 specified, :func:`FormatError` is called to get a textual description of the
Dmailbox.rst1517 .. exception:: FormatError()