Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:m_old_sysout

473     m_old_sysout (NULL),
629 if (m_old_sysout)
630 PyDict_SetItemString (sysdict, "stdout", (PyObject*)m_old_sysout);
686 m_old_sysout = PyDict_GetItemString(sysdict, "stdout");