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

Lines Matching refs:items2

3789             items2 = list(fob.func_code.co_varnames[argOffset:counter])
3797 items2.append("*"+fob.func_code.co_varnames[counter])
3801 items2.append("**"+fob.func_code.co_varnames[counter])
3804 argText2 = ", ".join(items2)