Home | History | Annotate | Download | only in Lib

Lines Matching refs:fdict

708         funcs, fdict = [], {}
715 fdict[key] = '#-' + key
716 if inspect.isfunction(value): fdict[value] = fdict[key]
722 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
745 contents.append(self.document(value, key, name, fdict, cdict))
751 contents.append(self.document(value, key, name, fdict, cdict))