Home | History | Annotate | Download | only in common_lib

Lines Matching refs:func_code

614     return func.func_code.co_varnames[:func.func_code.co_argcount]
632 if func.func_code.co_flags & 0x04:
639 if func.func_code.co_flags & 0x08:
678 all_co_flags |= func.func_code.co_flags
679 all_varnames += func.func_code.co_varnames[:func.func_code.co_argcount]