Home
last modified time | relevance | path

Searched refs:READ_RESTRICTED (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dstructmember.h61 #define READ_RESTRICTED 2 macro
63 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
65 #define PY_AUDIT_READ READ_RESTRICTED
/external/python/cpython2/Include/
Dstructmember.h82 #define READ_RESTRICTED 2 macro
84 #define RESTRICTED (READ_RESTRICTED | PY_WRITE_RESTRICTED)
/external/python/cpython2/Tools/framer/framer/
Dmember.py20 READ_RESTRICTED = "READ_RESTRICTED" variable
/external/python/cpython2/Python/
Dstructmember.c57 if ((l->flags & READ_RESTRICTED) && in PyMember_GetOne()
/external/python/cpython3/Doc/extending/
Dnewtypes.rst308 :const:`RESTRICTED`, :const:`READ_RESTRICTED` and :const:`WRITE_RESTRICTED`
309 are deprecated. However, :const:`READ_RESTRICTED` is an alias for
311 or :const:`READ_RESTRICTED` will also raise an audit event.
315 single: READ_RESTRICTED
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1222 | :const:`READ_RESTRICTED` | Not readable in restricted mode. |
1232 single: READ_RESTRICTED