method: execnet.PopenGateway.exit

*Not documented*
    def exit(self):

origin: Gateway

where:

function source:

def exit(self):
    self._outgoing.put(None)
    try:
        del _active_sendqueues[self._outgoing]
    except KeyError:
        pass

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/terminal/remote.py

traceback execnet.PopenGateway.exit.0

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/hostmanage.py

traceback execnet.PopenGateway.exit.1

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_master.py

traceback execnet.PopenGateway.exit.2

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsync.py

traceback execnet.PopenGateway.exit.3

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsync.py

traceback execnet.PopenGateway.exit.4