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.
1 parent 54932cf commit 44d884cCopy full SHA for 44d884c
stdlib/asyncio/tools.pyi
@@ -38,7 +38,9 @@ class CycleFoundException(Exception):
38
def get_all_awaited_by(pid: SupportsIndex) -> list[_AwaitedInfo]: ...
39
def build_async_tree(result: Iterable[_AwaitedInfo], task_emoji: str = "(T)", cor_emoji: str = "") -> list[list[str]]: ...
40
def build_task_table(result: Iterable[_AwaitedInfo]) -> list[list[int | str]]: ...
41
+
42
if sys.version_info >= (3, 14):
43
def exit_with_permission_help_text() -> None: ...
44
45
def display_awaited_by_tasks_table(pid: SupportsIndex) -> None: ...
46
def display_awaited_by_tasks_tree(pid: SupportsIndex) -> None: ...
0 commit comments