method: _thread.ThreadOut.deinstall

*Not documented*
    def deinstall(self): 

origin: _thread.ThreadOut

where:

changes in __dict__ after execution:

function source:

def deinstall(self): 
    self._used -= 1 
    x = self._used 
    if x <= 0: 
        obj, attrname = self._address 
        setattr(obj, attrname, self._oldout) 

call sites:

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

traceback _thread.ThreadOut.deinstall.0

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

traceback _thread.ThreadOut.deinstall.1

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

traceback _thread.ThreadOut.deinstall.2