Format an argument default value as text.
(self, object)
| 1110 | return self.section(title, 'title', contents, 3, doc) |
| 1111 | |
| 1112 | def formatvalue(self, object): |
| 1113 | """Format an argument default value as text.""" |
| 1114 | return self.grey('=' + self.repr(object)) |
| 1115 | |
| 1116 | def docroutine(self, object, name=None, mod=None, |
| 1117 | funcs={}, classes={}, methods={}, cl=None, homecls=None): |