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
When I run it, I get an error for real_repr not being defined, and when I remove that I get an error for unparse not being defined. I dug around and think I've found the right functions, and I got it to work with this:
I've just jumped into this so I apologize if I'm missing something here or if there was/is another issue about this (I did try searching).
In "Writing Your First Macro" in the documentation for the latest version, there is this code snippet:
When I run it, I get an error for
real_repr
not being defined, and when I remove that I get an error forunparse
not being defined. I dug around and think I've found the right functions, and I got it to work with this:With the expected output of:
The text was updated successfully, but these errors were encountered: