Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h102 #define STORE_ATTR 95 /* Index in name list */ 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()
3048 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2247 TARGET(STORE_ATTR) in PyEval_EvalFrameEx()