Home
last modified time | relevance | path

Searched defs:module_dict (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
Derrnomodule.c50 _add_errcode(PyObject *module_dict, PyObject *error_dict, const char *name_str, int code_int) in _add_errcode()
82 PyObject *module_dict = PyModule_GetDict(module); in errno_exec() local
/third_party/python/Modules/_sqlite/
Dconnection.c1613 PyObject* module_dict; in pysqlite_connection_iterdump_impl() local
/third_party/skia/third_party/externals/jinja2/
Denvironment.py1045 def from_module_dict(cls, environment, module_dict, globals): argument
/third_party/node/deps/v8/third_party/jinja2/
Denvironment.py1045 def from_module_dict(cls, environment, module_dict, globals): argument
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py962 def from_module_dict(cls, environment, module_dict, globals): argument
/third_party/python/Python/
Dimport.c789 PyObject *module_dict, PyObject *code_object) in exec_code_in_module()