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

Lines Matching refs:optdict

59 def _format_optdict(optdict, script=False, ignore=None):
60 """Formats optdict to a tuple to pass it to tk.call.
67 for opt, value in optdict.iteritems():