module automation.win_setup_helper

Short summary

module ensae_teaching_cs.automation.win_setup_helper

Customizes a Windows Setup for these teachings.

source on GitHub

Functions

function

truncated documentation

last_function

Applies last modifications to the setup.

Documentation

Customizes a Windows Setup for these teachings.

source on GitHub

ensae_teaching_cs.automation.win_setup_helper.last_function(innosetup, folders, verbose=False, fLOG=<built-in function print>)

Applies last modifications to the setup.

Paramètres
  • innosetup – innosetup script which defines the setup

  • folders – dictionary with keys workspace, python, tools, build, docs

  • verbose – verbose

  • fLOG – logging function

source on GitHub