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

Lines Matching refs:items2

3801             items2 = list(fob.func_code.co_varnames[argOffset:counter])
3809 items2.append("*"+fob.func_code.co_varnames[counter])
3813 items2.append("**"+fob.func_code.co_varnames[counter])
3816 argText2 = ", ".join(items2)