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)
/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.rst1163 | :const:`READ_RESTRICTED` | Not readable in restricted mode. |
1172 single: READ_RESTRICTED
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1218 | :const:`READ_RESTRICTED` | Not readable in restricted mode. |
1228 single: READ_RESTRICTED