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

Lines Matching refs:adict

330 def tclobjs_to_py(adict):
331 """Returns adict with its values converted from Tcl objects to Python
333 for opt, val in adict.iteritems():
343 adict[opt] = val
345 return adict