def formatvalue(self, object): """Format an argument default value as text.""" return self.grey('=' + self.repr(object))