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

Lines Matching refs:docstr

3822 def _turtle_docrevise(docstr):
3826 if docstr is None:
3829 newdocstr = docstr.replace("%s." % turtlename,"")
3834 def _screen_docrevise(docstr):
3838 if docstr is None:
3841 newdocstr = docstr.replace("%s." % screenname,"")