/search.css" rel="stylesheet" type="text/css"/> /search.js">
[]
Example module for printing job info
Definition at line 62 of file Dump.py.
00063 : 00064 """ Example module for printing job info """ 00065 return
Configure and add the algorithm to job
Definition at line 66 of file Dump.py.
00067 : 00068 ''' 00069 Configure and add the algorithm to job 00070 ''' 00071 myAlg = PrintJobInfoAlg("MyPrintJobInfoAlg") 00072 app.addAlgorithm(myAlg) 00073 pass 00074