Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
xxlimited: add stubs (python#4736)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Nov 1, 2020
1 parent 620989b commit 65603f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stdlib/3/xxlimited.pyi
Original file line number Diff line number Diff line change
@@ -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: ...
1 change: 1 addition & 0 deletions tests/stubtest_whitelists/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource
spwd
syslog
termios
xxlimited

# Modules that rely on _curses
curses
Expand Down

0 comments on commit 65603f8

Please sign in to comment.