Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_warnings/data/
Dpackage_helper.py7 def inner_api(message, *, stacklevel, warnings_module): argument
/external/python/cpython3/Python/
D_warnings.c203 PyObject *warnings_module, *obj; in get_warnings_attr() local
1504 static struct PyModuleDef warnings_module = { variable
Dpylifecycle.c1271 PyObject *warnings_module = PyImport_ImportModule("warnings"); in init_interp_main() local