Lines Matching refs:items1
3806 items1 = map(lambda arg, dflt: arg+dflt, realArgs, defaults)3808 items1.append("*"+fob.func_code.co_varnames[counter])3812 items1.append("**"+fob.func_code.co_varnames[counter])3814 argText1 = ", ".join(items1)