mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Restore stubtest 0.930 (#6663)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from _curses import _CursesWindow
|
||||
|
||||
version: str
|
||||
|
||||
class _Curses_Panel: # type is <class '_curses_panel.curses panel'> (note the space in the class name)
|
||||
def above(self) -> _Curses_Panel: ...
|
||||
def below(self) -> _Curses_Panel: ...
|
||||
|
||||
Reference in New Issue
Block a user