MCPcopy 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
25def is_psutil_available() -> bool:
26 """Check if psutil is available."""
27 return psutil is not None
28
29
30def find_processes_locking_path(

Callers 4

kill_processesFunction · 0.85
get_process_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected