massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / asyncio / base_tasks.pyi
1 from _typeshed import StrOrBytesPath
2 from types import FrameType
3 from typing import Any
4
5 from . import tasks
6
7 def _task_repr_info(task: tasks.Task[Any]) -> list[str]: ...  # undocumented
8 def _task_get_stack(task: tasks.Task[Any], limit: int | None) -> list[FrameType]: ...  # undocumented
9 def _task_print_stack(task: tasks.Task[Any], limit: int | None, file: StrOrBytesPath) -> None: ...  # undocumented