Skip to content

Commit 2e0a812

Browse files
authored
[code] Add InteractiveConsole.local_exit (#15519)
1 parent 61524fa commit 2e0a812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/code.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class InteractiveConsole(InteractiveInterpreter):
2424
buffer: list[str] # undocumented
2525
filename: str # undocumented
2626
if sys.version_info >= (3, 13):
27+
local_exit: bool # undocumented
2728
def __init__(
2829
self, locals: dict[str, Any] | None = None, filename: str = "<console>", *, local_exit: bool = False
2930
) -> None: ...

0 commit comments

Comments
 (0)