Files
typeshed/stdlib/xxlimited.pyi
2023-09-29 10:54:58 +02:00

24 lines
425 B
Python

import sys
from typing import Any
from typing_extensions import final
class 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: ...
else:
class error: ...
class Null: ...
def roj(__b: Any) -> None: ...