mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 07:14:12 +08:00
Fixes to curses stubs (#6620)
This commit is contained in:
@@ -3,10 +3,6 @@ _curses.color_pair
|
||||
curses.color_pair
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
_curses.get_escdelay
|
||||
_curses.get_tabsize
|
||||
_curses.set_escdelay
|
||||
_curses.set_tabsize
|
||||
asyncio.PidfdChildWatcher
|
||||
asyncio.unix_events.PidfdChildWatcher
|
||||
os.CLD_KILLED
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
_?curses.A_ITALIC
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
_curses.get_escdelay
|
||||
_curses.get_tabsize
|
||||
_curses.set_escdelay
|
||||
_curses.set_tabsize
|
||||
asyncio.PidfdChildWatcher
|
||||
asyncio.unix_events.PidfdChildWatcher
|
||||
os.CLD_KILLED
|
||||
|
||||
@@ -18,10 +18,6 @@ signal.sigwaitinfo
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
_curses.get_escdelay
|
||||
_curses.get_tabsize
|
||||
_curses.set_escdelay
|
||||
_curses.set_tabsize
|
||||
asyncio.PidfdChildWatcher
|
||||
asyncio.unix_events.PidfdChildWatcher
|
||||
os.CLD_KILLED
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
_curses.get_escdelay
|
||||
_curses.get_tabsize
|
||||
_curses.set_escdelay
|
||||
_curses.set_tabsize
|
||||
asyncio.PidfdChildWatcher
|
||||
asyncio.unix_events.PidfdChildWatcher
|
||||
os.CLD_KILLED
|
||||
|
||||
Reference in New Issue
Block a user