Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h80 #define STORE_ATTR 95 macro
/third_party/python/Python/
Dcompile.c1066 case STORE_ATTR: in stack_effect()
5281 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
5384 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_augassign()
Dceval.c2844 case TARGET(STORE_ATTR): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst834 .. opcode:: STORE_ATTR (namei)