MCPcopy
hub / github.com/qtile/qtile / is_killed

Function is_killed

test/test_scratchpad.py:66–69  ·  view source on GitHub ↗
(manager, name)

Source from the content-addressed store, hash-verified

64
65@Retry(ignore_exceptions=(ValueError,))
66def is_killed(manager, name):
67 if "window" not in manager.c.group["SCRATCHPAD"].dropdown_info(name):
68 return True
69 raise ValueError("not yet killed")
70
71
72@scratchpad_config

Callers 1

test_killFunction · 0.85

Calls 1

dropdown_infoMethod · 0.80

Tested by

no test coverage detected