Searched refs:CALL_METHOD (Results 1 – 7 of 7) sorted by relevance
133 #define CALL_METHOD 161 macro
1167 the first argument (``self``) by :opcode:`CALL_METHOD` when calling the1174 .. opcode:: CALL_METHOD (argc)
1141 case CALL_METHOD: in stack_effect()4263 ADDOP_I(c, CALL_METHOD, asdl_seq_LEN(e->v.Call.args)); in maybe_optimize_method_call()4326 ADDOP_I(c, CALL_METHOD, 1); in compiler_joined_str()
4159 case TARGET(CALL_METHOD): { in _PyEval_EvalFrameDefault()
2041 ``LOAD_METHOD``/``CALL_METHOD`` opcodes. See PEP 590.
1521 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.
2465 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.