mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Stdlib: add container default values (#9909)
This commit is contained in:
@@ -128,7 +128,7 @@ class Pdb(Bdb, Cmd):
|
||||
def _select_frame(self, number: int) -> None: ...
|
||||
def _getval_except(self, arg: str, frame: FrameType | None = None) -> object: ...
|
||||
def _print_lines(
|
||||
self, lines: Sequence[str], start: int, breaks: Sequence[int] = ..., frame: FrameType | None = None
|
||||
self, lines: Sequence[str], start: int, breaks: Sequence[int] = (), frame: FrameType | None = None
|
||||
) -> None: ...
|
||||
def _cmdloop(self) -> None: ...
|
||||
def do_display(self, arg: str) -> bool | None: ...
|
||||
|
||||
Reference in New Issue
Block a user