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

Method help_config

postscript.py:1105–1111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1103 self.help_config()
1104
1105 def help_config(self):
1106 print("Change printer settings: config <setting>")
1107 print(" duplex - Set duplex printing.")
1108 print(" copies # - Set number of copies.")
1109 print(" economode - Set economic mode.")
1110 print(" negative - Set negative print.")
1111 print(" mirror - Set mirror inversion.")
1112
1113 options_config = {'duplex': 'Duplex',
1114 'copies': 'NumCopies',

Callers 1

do_configMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected