Home
last modified time | relevance | path

Searched refs:STORE_NAME (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h75 #define STORE_NAME 90 macro
/third_party/python/Lib/
Dmodulefinder.py14 STORE_NAME = dis.opmap['STORE_NAME'] variable
16 STORE_OPS = STORE_NAME, STORE_GLOBAL
/third_party/python/Doc/library/
Ddis.rst749 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or
803 .. opcode:: STORE_NAME (namei)
847 Works as :opcode:`STORE_NAME`, but stores the name as a global.
/third_party/python/Python/
Dceval.c2758 case TARGET(STORE_NAME): { in _PyEval_EvalFrameDefault()
6346 case STORE_NAME: in unicode_concatenate()
Dcompile.c1054 case STORE_NAME: in stack_effect()
3758 case Store: op = STORE_NAME; break; in compiler_nameop()