Home
last modified time | relevance | path

Searched defs:warnings_module (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
D_warnings.c198 PyObject *warnings_module, *obj; in get_warnings_attr() local
1394 static struct PyModuleDef warnings_module = { variable
Dpylifecycle.c1174 PyObject *warnings_module = PyImport_ImportModule("warnings"); in init_interp_main() local
/aosp_15_r20/external/python/cpython2/Python/
D_warnings.c43 PyObject *warnings_module; in get_warnings_attr() local
Dpythonrun.c277 PyObject *warnings_module = PyImport_ImportModule("warnings"); in Py_InitializeEx() local