starkblaze01/Algorithms-Cheatsheet-Resources

Python script to quick print all the attributes of a class

zmcddn opened this issue · 1 comments

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

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