typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Fix typehints for psutil.cpu_* functions

Open alanhdu opened this issue 1 year ago • 0 comments

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.

alanhdu avatar Aug 28 '24 20:08 alanhdu