Home
last modified time | relevance | path

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

/third_party/python/Python/
H A D_warnings.c500 char lineno_str[128]; in show_warning() local
502 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
518 if (PyFile_WriteString(lineno_str, f_stderr) < 0) in show_warning()

Completed in 2 milliseconds