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