Searched defs:PyModule_AddIntMacro (Results 1 – 2 of 2) sorted by relevance
43 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro
120 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) macro