Files
typeshed/stdlib/xxlimited.pyi
2024-01-05 08:15:19 -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: ...