Lines Matching refs:fdict
683 funcs, fdict = [], {}
690 fdict[key] = '#-' + key
691 if inspect.isfunction(value): fdict[value] = fdict[key]
697 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
720 contents.append(self.document(value, key, name, fdict, cdict))
726 contents.append(self.document(value, key, name, fdict, cdict))