Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:docsdict

3735     docsdict = {}
3739 docsdict[key] = eval(key).__doc__
3742 docsdict[key] = eval(key).__doc__
3745 keys = sorted([x for x in docsdict.keys()
3747 f.write('docsdict = {\n\n')
3750 f.write(' """%s\n""",\n\n' % docsdict[key])
3753 f.write(' """%s\n"""\n\n' % docsdict[key])
3766 docsdict = module.docsdict
3767 for key in docsdict:
3770 eval(key).im_func.__doc__ = docsdict[key]
3780 print "Cannot find docsdict for", _LANGUAGE