Home
last modified time | relevance | path

Searched defs:PyModule_AddIntMacro (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h43 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro
/external/python/cpython3/Include/
Dmodsupport.h78 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro