Files
typeshed/stdlib/xxlimited.pyi
2024-03-09 14:50:16 -08:00

23 lines
423 B
Python

import sys
from typing import Any, 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: ...