Is there a way of getting the Python code generated from the REPL? #2584
-
Hi. |
Beta Was this translation helpful? Give feedback.
Answered by
Kodiologist
May 8, 2024
Replies: 2 comments 2 replies
-
Yes, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmontone
-
Also using
=> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use the
--spy
option tohy
. I'd recommend reading the tutorial for this and many other useful tips.