SCons and dependencies for python function generating source
- by elmo
I have an input file data, a python function parse and a template.
What I am trying to do is use parse function to get dictionary out of data and use that to replace fields in template.
Now to make this a bit more generic (I perform the same action in few places) I have defined a custom function to do so.
Below is definition of custom builder and…