Home
last modified time | relevance | path

Searched refs:warnings_warn_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/clinic/
D_warnings.c.h15 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category,
64 return_value = warnings_warn_impl(module, message, category, stacklevel, source); in warnings_warn()
/third_party/python/Python/
D_warnings.c970 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, in warnings_warn_impl() function