Python modules menu allows adding shared Python modules (Python functions) to the pool of allowed functions available either on the front (in the Component Script), on the backend (in Execute script step for the dataflow), or both.

View currently available common Python modules

Python modules screen lists all currently available modules, including module’s availability - e.g., front, back or both.

Untitled

Adding new module

Using Add button, a new module window will be shown.

Untitled

That window allows to:

  1. Selecting new module availability type (front, back or both)
  2. Setting up the name used in import in the corresponding Python script (e.g., in Component Script and/or Execute script dataflow step)
  3. Window with Python compiler with module’s code and Compile button for error check