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

Function _pkgs

Scripts/Developer Base/Mobile Desktop.py:272–277  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

270 Provide either package list/string or an override command for a family.
271 """
272 def _pkgs(x):
273 if x is None:
274 return None
275 if isinstance(x, (list, tuple)):
276 return " ".join(x)
277 return str(x).strip()
278
279 cmd = {}
280

Callers 1

_mk_cmdsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected