Home | History | Annotate | Download | only in python2.7

Lines Matching full:fdict

644         funcs, fdict = [], {}
651 fdict[key] = '#-' + key
652 if inspect.isfunction(value): fdict[value] = fdict[key]
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))