Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c803 static PyObject *ignore_str = NULL; in create_filter() local
810 if (ignore_str == NULL) { in create_filter()
811 ignore_str = PyString_InternFromString("ignore"); in create_filter()
812 if (ignore_str == NULL) in create_filter()
815 action_obj = ignore_str; in create_filter()