mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
time: fix constants availability (#5419)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
_?curses.A_ITALIC
|
||||
_curses.color_pair
|
||||
curses.color_pair
|
||||
time.CLOCK_PROF
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
_?curses.A_ITALIC
|
||||
ctypes.wintypes
|
||||
pwd.getpwnam
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
_?curses.A_ITALIC
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
_?curses.A_ITALIC
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
Reference in New Issue
Block a user