We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set_threshold
gc
1 parent 0df6028 commit d56c7bbCopy full SHA for d56c7bb
stdlib/gc.pyi
@@ -34,4 +34,4 @@ if sys.version_info >= (3, 9):
34
35
def isenabled() -> bool: ...
36
def set_debug(flags: int, /) -> None: ...
37
-def set_threshold(threshold0: int, threshold1: int = ..., threshold2: int = ...) -> None: ...
+def set_threshold(threshold0: int, threshold1: int = ..., threshold2: int = ..., /) -> None: ...
0 commit comments