Searched refs:warnings_warn_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Python/clinic/ |
D | _warnings.c.h | 15 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.c | 970 warnings_warn_impl(PyObject *module, PyObject *message, PyObject *category, in warnings_warn_impl() function
|