Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h125 #define CALL_METHOD 161 macro
/external/python/cpython3/Doc/library/
Ddis.rst1120 the first argument (``self``) by :opcode:`CALL_METHOD` when calling the
1127 .. opcode:: CALL_METHOD (argc)
/external/python/cpython3/Python/
Dcompile.c1059 case CALL_METHOD: in stack_effect()
4107 ADDOP_I(c, CALL_METHOD, asdl_seq_LEN(e->v.Call.args)); in maybe_optimize_method_call()
Dceval.c3465 case TARGET(CALL_METHOD): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/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.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2464 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.