Home
last modified time | relevance | path

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

/third_party/python/Python/
D_warnings.c57 PyObject *action_str = _PyUnicode_FromId(id); in create_filter() local
58 if (action_str == NULL) { in create_filter()
73 PyObject *filter = PyTuple_Pack(5, action_str, Py_None, in create_filter()