pestifer.scripters.tcl module¶
- class pestifer.scripters.tcl.TcLScripter(*args, **kwargs)[source]¶
Bases:
GenericScripterThis class extends the GenericScripter class to provide functionality for creating and managing Tcl scripts.
- Parameters:
config (Config) – The configuration object containing settings for the script.
- addfile(filename)[source]¶
Add a file to the list of files associated with the script; these might be inputs or outputs (mostly outputs). This method appends the specified filename to the internal
FileCollector.- Parameters:
filename (str) – The name of the file to be added.