Searched defs:str_newline (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dbltinmodule.c1585 static PyObject *str_newline = NULL, *str_space = NULL; local
1594 if (str_newline == NULL) {
1595 str_newline = PyString_FromString("\n");
1596 if (str_newline == NULL)
1600 Py_CLEAR(str_newline);
1606 Py_CLEAR(str_newline);
1612 Py_CLEAR(str_newline);
1669 newline = str_newline;

Completed in 120 milliseconds