Lines Matching full:s_true
1945 static PyObject *s_true = NULL;1946 if (s_true == NULL) {1947 s_true = PyString_InternFromString("true");1949 Py_INCREF(s_true);1950 return s_true;