Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dpyexpat.c1824 PyObject *model_module = add_submodule(mod, MODULE_NAME ".model"); in add_model_module() local
1825 if (model_module == NULL) { in add_model_module()
1830 if (PyModule_AddIntConstant(model_module, #c, c) < 0) { \ in add_model_module()
1836 model_module, "__doc__", in add_model_module()

Completed in 3 milliseconds