Files
typeshed/stdlib/xxlimited.pyi
2023-12-07 12:04:41 -08:00

24 lines
452 B
Python

import sys
from typing import Any
from typing_extensions import final
class Str(str): ...
@final
class Xxo:
def demo(self) -> None: ...
if sys.version_info >= (3, 11) and sys.platform != "win32":
x_exports: int
def foo(__i: int, __j: int) -> Any: ...
def new() -> Xxo: ...
if sys.version_info >= (3, 10):
class Error(Exception): ...
else:
class error(Exception): ...
class Null: ...
def roj(__b: Any) -> None: ...