Format an argument default value as text.
(self, object)
| 1065 | return self.section(title, 'title', contents, 3, doc) |
| 1066 | |
| 1067 | def formatvalue(self, object): |
| 1068 | """Format an argument default value as text.""" |
| 1069 | return self.grey('=' + self.repr(object)) |
| 1070 | |
| 1071 | def docroutine(self, object, name=None, mod=None, |
| 1072 | funcs={}, classes={}, methods={}, cl=None, homecls=None): |