mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Various stubtest exceptions (#5227)
This commit is contained in:
@@ -39,4 +39,6 @@ else:
|
||||
stmt: _stmt = ..., setup: _stmt = ..., timer: _Timer = ..., repeat: int = ..., number: int = ...
|
||||
) -> List[float]: ...
|
||||
|
||||
def main(args: Optional[Sequence[str]]) -> None: ...
|
||||
_timerFunc = Callable[[], float]
|
||||
|
||||
def main(args: Optional[Sequence[str]] = ..., *, _wrap_timer: Optional[Callable[[_timerFunc], _timerFunc]] = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user