This adds a node for function definitions in Python. I saw that it was already implemented for R so I used the same target node ("parameters"). I did a few tests locally and it worked well.
I also added a test spec for this new node. I did not add any new code to index.py, as I figured the same code as for parameters could be re-used. Let me know if you would rather have a separate function for this test.
Hi!
This adds a node for function definitions in Python. I saw that it was already implemented for R so I used the same target node ("parameters"). I did a few tests locally and it worked well.
I also added a test spec for this new node. I did not add any new code to
index.py
, as I figured the same code as forparameters
could be re-used. Let me know if you would rather have a separate function for this test.Thanks!