mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
xxlimited: add stubs (#4736)
This commit is contained in:
13
stdlib/3/xxlimited.pyi
Normal file
13
stdlib/3/xxlimited.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user