massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / _warnings.pyi
1 from typing import Any, List, Optional, Type\r
2 \r
3 default_action = ...  # type: str\r
4 filters = ...  # type: List[tuple]\r
5 once_registry = ...  # type: dict\r
6 \r
7 def warn(message: Warning, category: Optional[Type[Warning]] = ..., stacklevel: int = ...) -> None: ...\r
8 def warn_explicit(message: Warning, category: Optional[Type[Warning]],\r
9                   filename: str, lineno: int,\r
10                   module: Any = ..., registry: dict = ...,\r
11                   module_globals: dict = ...) -> None: ...\r