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

Lines Matching refs:items1

3794             items1 = map(lambda arg, dflt: arg+dflt, realArgs, defaults)
3796 items1.append("*"+fob.func_code.co_varnames[counter])
3800 items1.append("**"+fob.func_code.co_varnames[counter])
3802 argText1 = ", ".join(items1)