Home
last modified time | relevance | path

Searched refs:CALL_METHOD (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h133 #define CALL_METHOD 161 macro
/third_party/python/Doc/library/
Ddis.rst1167 the first argument (``self``) by :opcode:`CALL_METHOD` when calling the
1174 .. opcode:: CALL_METHOD (argc)
/third_party/python/Python/
Dcompile.c1141 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()
Dceval.c4159 case TARGET(CALL_METHOD): { in _PyEval_EvalFrameDefault()
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst2041 ``LOAD_METHOD``/``CALL_METHOD`` opcodes. See PEP 590.
D3.7.0a1.rst1521 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.
/third_party/python/Doc/whatsnew/
D3.7.rst2465 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.