Searched refs:mywrite (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_thread.py | 142 def mywrite(self, *args): function 151 stderr.write = mywrite
|
/external/python/cpython2/Lib/test/ |
D | test_thread.py | 143 def mywrite(self, *args): function 153 stderr.write = mywrite
|
/external/python/cpython3/Lib/idlelib/ |
D | squeezer.py | 258 def mywrite(s, tags=(), write=editwin.write): function 288 editwin.write = mywrite
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1754 mywrite(char *name, FILE *fp, const char *format, va_list va) in mywrite() function 1788 mywrite("stdout", stdout, format, va); in PySys_WriteStdout() 1798 mywrite("stderr", stderr, format, va); in PySys_WriteStderr()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12796 indirectly Python signal handlers anymore because mywrite() ignores exceptions
|