Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h103 #define DELETE_ATTR 96 /* "" */ macro
/external/python/cpython3/Include/
Dopcode.h81 #define DELETE_ATTR 96 macro
/external/python/cpython2/Doc/library/
Ddis.rst614 .. opcode:: DELETE_ATTR (namei)
/external/python/cpython2/Python/
Dcompile.c830 case DELETE_ATTR: in opcode_stack_effect()
3052 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2272 TARGET(DELETE_ATTR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst840 .. opcode:: DELETE_ATTR (namei)
/external/python/cpython3/Python/
Dcompile.c1070 case DELETE_ATTR: in stack_effect()
5286 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
Dceval.c2858 case TARGET(DELETE_ATTR): { in _PyEval_EvalFrameDefault()