Example #1
0
 def do_all(self, arg):
     """Prints string representation of all instances based"""
     arg = HBNBCommand.parse_argument(arg)
     Actions.all(arg)