Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/
Dmodsupport.h47 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c)) macro
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/
Dmodsupport.h61 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmodsupport.h61 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmodsupport.h61 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmodsupport.h61 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro