Lines Matching defs:module
80 /* Per-module state; PEP 3121 */
91 /* Given a module object (assumed to be _elementtree), get its per-module
95 get_elementtree_state(PyObject *module)
97 void *state = PyModule_GetState(module);
102 /* Find the module instance imported in the currently running sub-interpreter
326 * This is required by some constructors/functions in this module that can
372 module _elementtree
2237 /* Using the module's name since the pure-Python implementation does not
2508 _elementtree__set_factories_impl(PyObject *module, PyObject *comment_factory,
3037 * cached globally without being in per-module state.
4349 /* python module interface */