xxlimited: add stubs (#4736)

This commit is contained in:
Shantanu
2020-11-01 12:54:17 -08:00
committed by GitHub
parent 620989bac5
commit 65603f829f
2 changed files with 14 additions and 0 deletions

13
stdlib/3/xxlimited.pyi Normal file
View 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: ...

View File

@@ -28,6 +28,7 @@ resource
spwd
syslog
termios
xxlimited
# Modules that rely on _curses
curses