Searched refs:custommodule (Results 1 – 5 of 5) sorted by relevance
19 static PyModuleDef custommodule = { variable33 m = PyModule_Create(&custommodule); in PyInit_custom()
112 static PyModuleDef custommodule = { variable126 m = PyModule_Create(&custommodule); in PyInit_custom2()
163 static PyModuleDef custommodule = { variable177 m = PyModule_Create(&custommodule); in PyInit_custom3()
177 static PyModuleDef custommodule = { variable191 m = PyModule_Create(&custommodule); in PyInit_custom4()
59 function and the associated ``custommodule`` struct.