MCPcopy Index your code
hub / github.com/RustPython/RustPython / GetLastError

Function GetLastError

Lib/_pyrepl/windows_console.py:52–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 from ctypes import CDLL as WinDLL, cdll as windll
51
52 def GetLastError() -> int:
53 return 42
54
55 class WinError(OSError): # type: ignore[no-redef]
56 def __init__(self, err: int | None, descr: str | None = None) -> None:

Callers 7

_scrollMethod · 0.70
screen_xyMethod · 0.70
getheightwidthMethod · 0.70
_getscrollbacksizeMethod · 0.70
_read_inputMethod · 0.70
forgetinputMethod · 0.70
WinErrorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected