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

Method help_capture

postscript.py:779–785  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

777 self.help_capture()
778
779 def help_capture(self):
780 print("Print job operations: capture <operation>")
781 print(" capture start - Record future print jobs.")
782 print(" capture stop - End capturing print jobs.")
783 print(" capture list - Show captured print jobs.")
784 print(" capture fetch - Save captured print jobs.")
785 print(" capture print - Reprint saved print jobs.")
786
787 options_capture = ('start', 'stop', 'list', 'fetch', 'print')
788

Callers 1

do_captureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected