how to fully print my dict obj's members by inspect()
?
#3549
-
I want to use Can What should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Nov 4, 2024
Replies: 1 comment
-
You might not need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KarhouTam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might not need
inspect
if all you want to do is pretty print your dictionary?https://rich.readthedocs.io/en/stable/pretty.html