mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -24,6 +24,7 @@ if sys.platform != "win32":
|
||||
RLIMIT_RTTIME: int
|
||||
RLIMIT_SIGPENDING: int
|
||||
RUSAGE_THREAD: int
|
||||
|
||||
@final
|
||||
class struct_rusage(
|
||||
structseq[float], tuple[float, float, int, int, int, int, int, int, int, int, int, int, int, int, int, int]
|
||||
@@ -47,6 +48,7 @@ if sys.platform != "win32":
|
||||
"ru_nvcsw",
|
||||
"ru_nivcsw",
|
||||
)
|
||||
|
||||
@property
|
||||
def ru_utime(self) -> float: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user