Wednesday, January 25, 2017

Python Debugging Notes

A few notes for me...

  • To print the properties of an object: 
print “Properties are:”, obj.__dict__