mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
stdlib: Add defaults for positional-only parameters (#9655)
This commit is contained in:
@@ -13,5 +13,5 @@ def is_tracing() -> bool: ...
|
||||
if sys.version_info >= (3, 9):
|
||||
def reset_peak() -> None: ...
|
||||
|
||||
def start(__nframe: int = ...) -> None: ...
|
||||
def start(__nframe: int = 1) -> None: ...
|
||||
def stop() -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user