def props(self):
        return [i for i in self.__dict__.keys() if i[:1] != '_']