class documentation

Undocumented

Class Method create_script Create a simple script, foo-script.py
Class Method prep_script Undocumented
@classmethod
def create_script(cls, tmpdir): (source)

Create a simple script, foo-script.py Note that the script starts with a Unix-style '#!' line saying which Python executable to run. The wrapper will use this line to find the correct Python executable.

@classmethod
def prep_script(cls, template): (source)

Undocumented