Lines Matching refs:adict
330 def tclobjs_to_py(adict):331 """Returns adict with its values converted from Tcl objects to Python333 for opt, val in adict.iteritems():343 adict[opt] = val345 return adict