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

Lines Matching refs:pl2

3852     pl1, pl2 = getmethparlist(eval('_Screen.' + methodname))
3854 print ">>>>>>", pl1, pl2
3856 defstr = ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" %
3857 {'key':methodname, 'pl1':pl1, 'pl2':pl2})
3862 pl1, pl2 = getmethparlist(eval('Turtle.' + methodname))
3864 print ">>>>>>", pl1, pl2
3866 defstr = ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" %
3867 {'key':methodname, 'pl1':pl1, 'pl2':pl2})
3873 del pl1, pl2, defstr