Python script to quick print all the attributes of a class
zmcddn opened this issue · 1 comments
zmcddn commented
Is your feature request related to a problem? Please describe.
A python script to print all the attributes of a class, easy to run in cli
Describe the solution you'd like
One line code, easy to run in cli or debugging environment
zmcddn commented
I'd like to contribute a quick line of python code to print all the attributes of a class, handy to use in debugging environment.
Thanks