Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dpyexpat.c1781 PyObject *model_module = add_submodule(mod, MODULE_NAME ".model"); in add_model_module() local
1782 if (model_module == NULL) { in add_model_module()
1787 if (PyModule_AddIntConstant(model_module, #c, c) < 0) { \ in add_model_module()
1793 model_module, "__doc__", in add_model_module()