You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To give more context, we're using ast to generate python code, but in this library there is no way to represent comments. So adding descriptions in form of comments is quite difficult, but we still can do it like turms - using docstrings or description= attribute.
This will presumably result in a similar discussion to this. jhnnsrs/turms#54
I've implemented this as docstrings on a local branch using similar logic to that used in turms.
The text was updated successfully, but these errors were encountered: