MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/_pyrepl/windows_console.py:55–57  ·  view source on GitHub ↗
(self, err: int | None, descr: str | None = None)

Source from the content-addressed store, hash-verified

53
54 class WinError(OSError): # type: ignore[no-redef]
55 def __init__(self, err: int | None, descr: str | None = None) -> None:
56 self.err = err
57 self.descr = descr
58
59# declare nt optional to allow None assignment on other platforms
60nt: types.ModuleType | None

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected