Home
last modified time | relevance | path

Searched refs:STORE_ATTR (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h102 #define STORE_ATTR 95 /* Index in name list */ macro
/external/python/cpython3/Include/
Dopcode.h74 #define STORE_ATTR 95 macro
/external/python/cpython2/Doc/library/
Ddis.rst608 .. opcode:: STORE_ATTR (namei)
/external/python/cpython2/Python/
Dcompile.c828 case STORE_ATTR: in opcode_stack_effect()
3049 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2259 TARGET(STORE_ATTR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst778 .. opcode:: STORE_ATTR (namei)
/external/python/cpython3/Python/
Dcompile.c993 case STORE_ATTR: in stack_effect()
4506 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2009 TARGET(STORE_ATTR) { in _PyEval_EvalFrameDefault()