Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c847 init_filters(void) in init_filters() function
897 _filters = init_filters(); in _PyWarnings_Init()
/external/python/cpython3/Python/
D_warnings.c84 init_filters(void) in init_filters() function
123 st->filters = init_filters(); in warnings_init_state()