Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c2767 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() macro
2770 COPY_SYS_ATTR("__displayhook__", "displayhook"); in _PySys_InitCore()
2771 COPY_SYS_ATTR("__excepthook__", "excepthook"); in _PySys_InitCore()
2772 COPY_SYS_ATTR("__breakpointhook__", "breakpointhook"); in _PySys_InitCore()
2773 COPY_SYS_ATTR("__unraisablehook__", "unraisablehook"); in _PySys_InitCore()
2775 #undef COPY_SYS_ATTR in _PySys_InitCore()