mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
[code] Add InteractiveConsole.local_exit (#15519)
This commit is contained in:
@@ -24,6 +24,7 @@ class InteractiveConsole(InteractiveInterpreter):
|
||||
buffer: list[str] # undocumented
|
||||
filename: str # undocumented
|
||||
if sys.version_info >= (3, 13):
|
||||
local_exit: bool # undocumented
|
||||
def __init__(
|
||||
self, locals: dict[str, Any] | None = None, filename: str = "<console>", *, local_exit: bool = False
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user