Searched refs:MAKE_FUNCTION (Results 1 – 10 of 10) sorted by relevance
113 #define MAKE_FUNCTION 132 macro
26 MAKE_FUNCTION = opmap['MAKE_FUNCTION'] variable361 elif op == MAKE_FUNCTION:
7 Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. Patch by Demur
919 Changed operand name of **MAKE_FUNCTION** from *argc* to *flags* for module
5589 Improved disassembly of the MAKE_FUNCTION instruction.
1186 .. opcode:: MAKE_FUNCTION (flags)
1147 case MAKE_FUNCTION: in stack_effect()2065 ADDOP_I(c, MAKE_FUNCTION, flags); in compiler_make_closure()
4290 case TARGET(MAKE_FUNCTION): { in _PyEval_EvalFrameDefault()
2363 The :opcode:`MAKE_FUNCTION`, :opcode:`CALL_FUNCTION`,
1962 * The ``MAKE_FUNCTION`` instruction now accepts either a dict or a tuple of