method: execnet.PopenGateway.trace

*Not documented*
    def trace(self, *args):

origin: Gateway

where:

function source:

def trace(self, *args):
    if debug:
        try:
            l = "\n".join(args).split(os.linesep)
            id = getid(self)
            for x in l:
                print >>debug, x
            debug.flush()
        except sysex:
            raise
        except:
            traceback.print_exc()

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.0

called in /home/johnny/projects/merlinux/py/dist/py/execnet/channel.py

traceback execnet.PopenGateway.trace.1

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.2

called in /home/johnny/projects/merlinux/py/dist/py/execnet/channel.py

traceback execnet.PopenGateway.trace.3

called in /home/johnny/projects/merlinux/py/dist/py/execnet/channel.py

traceback execnet.PopenGateway.trace.4

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.5

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.6

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.7

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.8

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.9

called in /home/johnny/projects/merlinux/py/dist/py/execnet/channel.py

traceback execnet.PopenGateway.trace.10

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.11

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.12

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.13

called in /home/johnny/projects/merlinux/py/dist/py/execnet/channel.py

traceback execnet.PopenGateway.trace.14

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.15

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.16

called in /home/johnny/projects/merlinux/py/dist/py/execnet/register.py

traceback execnet.PopenGateway.trace.17