Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c2811 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() macro
2814 COPY_SYS_ATTR("__displayhook__", "displayhook"); in _PySys_InitCore()
2815 COPY_SYS_ATTR("__excepthook__", "excepthook"); in _PySys_InitCore()
2816 COPY_SYS_ATTR("__breakpointhook__", "breakpointhook"); in _PySys_InitCore()
2817 COPY_SYS_ATTR("__unraisablehook__", "unraisablehook"); in _PySys_InitCore()
2819 #undef COPY_SYS_ATTR in _PySys_InitCore()