typeshed
typeshed copied to clipboard
Fix typehints for psutil.cpu_* functions
The previous typehints ommitted the return type (and used the wrong return type for psutil.cpu_times_percent) and did not capture the overload behavior of percpu=True.