def get(self,v): if v in self.__dict__: return self.__dict__[v] utils.error('Arg get error: %s doesn\'t have %s'%(self.name,str(v)))