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.h75 #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.rst784 .. opcode:: DELETE_ATTR (namei)
/external/python/cpython3/Python/
Dcompile.c995 case DELETE_ATTR: in stack_effect()
4509 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
Dceval.c2023 TARGET(DELETE_ATTR) { in _PyEval_EvalFrameDefault()