This runtime module contains everything about running Python and 
  QtScript scripts inside Scribus.
  Look at run_filename for details.
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | run_qtscript(filename,
        subroutine=None,
        extension=False) | source code |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | run_python(filename,
        subroutine=None,
        extension=False) | source code |  | 
    |  |  | 
    |  | 
        
          | mark_keep() mark every child of ScripterNG.collector to keep
 | source code |  | 
    |  | 
        
          | cleanup() delete every child which is not marked as keep
 | source code |  | 
    |  | 
        
          | run_filename(filename,
        subroutine=None,
        extension=False,
        background=False) Call this function to run a script and nothing else.
 | source code |  |