mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +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: ...
|
||||
@@ -28,6 +28,7 @@ resource
|
||||
spwd
|
||||
syslog
|
||||
termios
|
||||
xxlimited
|
||||
|
||||
# Modules that rely on _curses
|
||||
curses
|
||||
|
||||
Reference in New Issue
Block a user