how to print all the attributes of an object in python code example Example: print items in object python def (myObject): print(vars(myObject))