method: execnet.SshGateway.newchannel

 return new channel object.  
    def newchannel(self): 

origin: Gateway

where:

function source:

def newchannel(self): 
    """ return new channel object.  """ 
    return self.channelfactory.new()

call sites:

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

traceback execnet.SshGateway.newchannel.0

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

traceback execnet.SshGateway.newchannel.1