method: _thread.ThreadOut.setdefaultwriter

*Not documented*
    def setdefaultwriter(self, writefunc): 

origin: _thread.ThreadOut

where:

changes in __dict__ after execution:

function source:

def setdefaultwriter(self, writefunc): 
    self._defaultwriter = writefunc 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_io.py

traceback _thread.ThreadOut.setdefaultwriter.0