Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c878 get_source_line(PyObject *module_globals, int lineno) in get_source_line() function
966 source_line = get_source_line(module_globals, lineno); in warnings_warn_explicit()