mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 08:44:14 +08:00
psutil: add snicstats.flags (#8928)
Fixes #8927 See https://github.com/giampaolo/psutil/commit/70eecaf44d61f2cabcd22ffb407b904242a122c9
This commit is contained in:
@@ -131,6 +131,7 @@ class snicstats(NamedTuple):
|
||||
duplex: int
|
||||
speed: int
|
||||
mtu: int
|
||||
flags: str
|
||||
|
||||
class scpustats(NamedTuple):
|
||||
ctx_switches: int
|
||||
|
||||
Reference in New Issue
Block a user