MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / pause

Function pause

Scripts/Developer Base/Mobile Desktop.py:607–608  ·  view source on GitHub ↗
(cfg: Dict)

Source from the content-addressed store, hash-verified

605 return T.get(lang, T["en"]).get(key, key)
606
607def pause(cfg: Dict) -> None:
608 input(tr(cfg, "press_enter"))
609
610def run(cmd: List[str], check: bool=True, capture: bool=False) -> subprocess.CompletedProcess:
611 env = os.environ.copy()

Callers 12

action_installFunction · 0.70
action_remove_systemFunction · 0.70
action_settingsFunction · 0.70
action_vncFunction · 0.70
action_x11Function · 0.70
action_programs_installFunction · 0.70
action_programs_removeFunction · 0.70
action_updateFunction · 0.70
action_extras_menuFunction · 0.70
action_launcherFunction · 0.70
action_helpFunction · 0.70
mainFunction · 0.70

Calls 2

inputFunction · 0.85
trFunction · 0.70

Tested by

no test coverage detected