massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / xxlimited.pyi
1 import sys
2 from typing import Any
3
4 class Str: ...
5
6 class Xxo:
7     def demo(self) -> None: ...
8
9 def foo(__i: int, __j: int) -> Any: ...
10 def new() -> Xxo: ...
11
12 if sys.version_info >= (3, 10):
13     class Error: ...
14
15 else:
16     class error: ...
17     class Null: ...
18     def roj(__b: Any) -> None: ...