MCPcopy Index your code
hub / github.com/RUB-NDS/PRET / do_id

Method do_id

postscript.py:283–285  ·  view source on GitHub ↗

Show device information.

(self, *arg)

Source from the content-addressed store, hash-verified

281
282 # ------------------------[ id ]--------------------------------------
283 def do_id(self, *arg):
284 "Show device information."
285 output().info(self.cmd('product print'))
286
287 # ------------------------[ version ]---------------------------------
288 def do_version(self, *arg):

Callers

nothing calls this directly

Calls 3

cmdMethod · 0.95
outputClass · 0.90
infoMethod · 0.80

Tested by

no test coverage detected