OpenQuizz
Une application de gestion des contenus pédagogiques
PipScriptMaker Class Reference
Inheritance diagram for PipScriptMaker:
Collaboration diagram for PipScriptMaker:

Public Member Functions

def make (self, specification, options=None)
 
- Public Member Functions inherited from ScriptMaker
def __init__ (self, source_dir, target_dir, add_launchers=True, dry_run=False, fileop=None)
 
def get_manifest (self, exename)
 
def dry_run (self)
 
def dry_run (self, value)
 
def make_multiple (self, specifications, options=None)
 

Additional Inherited Members

- Data Fields inherited from ScriptMaker
 source_dir
 
 target_dir
 
 add_launchers
 
 force
 
 clobber
 
 set_mode
 
 variants
 
 version_info
 
- Static Public Attributes inherited from ScriptMaker
 script_template
 
 executable
 
 manifest
 

Member Function Documentation

◆ make()

def make (   self,
  specification,
  options = None 
)
Make a script.

:param specification: The specification, which is either a valid export
              entry specification (to make a script from a
              callable) or a filename (to make a script by
              copying from a source location).
:param options: A dictionary of options controlling script generation.
:return: A list of all absolute pathnames written to.

Reimplemented from ScriptMaker.


The documentation for this class was generated from the following file: