Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c248 char lineno_str[128]; in show_warning() local
250 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
265 PyFile_WriteString(lineno_str, f_stderr); in show_warning()