method: _thread.ThreadOut.write

*Not documented*
    def write(self, data): 

origin: _thread.ThreadOut

where:

function source:

def write(self, data): 
    softspace, out = self._get() 
    out(data) 

call sites:

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

traceback _thread.ThreadOut.write.0