Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_psutil_available
Function
is_psutil_available
ci/util/lock_handler.py:25–27 ·
view source on GitHub ↗
Check if psutil is available.
()
Source
from the content-addressed store, hash-verified
23
24
25
def
is_psutil_available() -> bool:
26
""
"Check if psutil is available."
""
27
return
psutil is not None
28
29
30
def
find_processes_locking_path(
Callers
4
detect_and_fix_corrupted_packages_dynamic
Function · 0.90
find_processes_locking_path
Function · 0.85
kill_processes
Function · 0.85
get_process_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected