Example #1
0
 def get_info(self):
     """print object attributes"""
     print_atributes(self)
Example #2
0
 def get_info(self):
     """print all of the spring properties"""
     print_atributes(self)
Example #3
0
 def get_info(self):
     """print all the class fields with values"""
     print_atributes(self)