titus.options.EngineOptions

class titus.options.EngineOptions(requestedOptions, hostOptions)[source]

Bases: object

Represents the implementation options of a PFA document at runtime (the options section).

__init__(requestedOptions, hostOptions)
Parameters:
  • requestedOptions (dict from string to Pythonized JSON) – options explicitly requested in the PFA document
  • hostOptions (dict from string to Pythonized JSON) – options overridden by host environment