...
The added benefit of this approach is that duplicates will not be added. It is the user's responsibility to check that extern's are eventually defined otherwise trigger expression will not evaluate correctly
Code Block |
---|
defs = ecflow.Defs("file.def") # open and load file 'file.def' into memory
…..
defs.auto_add_extern(True) # True means remove existing extern first. |