Files
typeshed/stdlib/3/xxlimited.pyi
2020-11-01 12:54:17 -08:00

14 lines
211 B
Python

from typing import Any
class Null: ...
class Str: ...
class Xxo:
def demo(self) -> None: ...
class error: ...
def foo(__i: int, __j: int) -> Any: ...
def new() -> Xxo: ...
def roj(__b: Any) -> None: ...