Home | History | Annotate | Download | only in Python

Lines Matching refs:str_space

1574     static PyObject *str_newline = NULL, *str_space = NULL;

1587 str_space = PyString_FromString(" ");
1588 if (str_space == NULL) {
1596 Py_CLEAR(str_space);
1602 Py_CLEAR(str_space);
1659 space = str_space;