MCPcopy
hub / github.com/RUB-NDS/PRET / pjl_err

Method pjl_err

pjl.py:59–65  ·  view source on GitHub ↗
(self, str_recv, str_stat)

Source from the content-addressed store, hash-verified

57
58 # handle error messages from PJL interpreter
59 def pjl_err(self, str_recv, str_stat):
60 # show file error messages
61 self.fileerror(str_recv)
62 # show PJL status messages
63 self.showstatus(str_stat)
64 # but return buffer anyway
65 return str_recv
66
67 # disable unsolicited/conflicting status messages
68 def on_connect(self, mode):

Callers 1

cmdMethod · 0.95

Calls 2

fileerrorMethod · 0.95
showstatusMethod · 0.95

Tested by

no test coverage detected