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

Lines Matching full:func_code

3800             counter = fob.func_code.co_argcount
3801 items2 = list(fob.func_code.co_varnames[argOffset:counter])
3802 realArgs = fob.func_code.co_varnames[argOffset:counter]
3807 if fob.func_code.co_flags & 0x4:
3808 items1.append("*"+fob.func_code.co_varnames[counter])
3809 items2.append("*"+fob.func_code.co_varnames[counter])
3811 if fob.func_code.co_flags & 0x8:
3812 items1.append("**"+fob.func_code.co_varnames[counter])
3813 items2.append("**"+fob.func_code.co_varnames[counter])