We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1b819 commit a84f78fCopy full SHA for a84f78f
stubs/psutil/psutil/_psbsd.pyi
@@ -11,7 +11,6 @@ from psutil._common import (
11
ZombieProcess as ZombieProcess,
12
conn_tmap as conn_tmap,
13
conn_to_ntuple as conn_to_ntuple,
14
- debug as debug,
15
memoize as memoize,
16
pio,
17
usage_percent as usage_percent,
stubs/psutil/psutil/_psosx.pyi
@@ -11,6 +11,7 @@ if sys.platform == "darwin":
+ debug as debug,
isfile_strict as isfile_strict,
memoize_when_activated as memoize_when_activated,
parse_environ_block as parse_environ_block,
0 commit comments