method: _thread.NamedThreadPool.getstarted

*Not documented*
    def getstarted(self, name=None): 

origin: _thread.NamedThreadPool

where:

function source:

def getstarted(self, name=None): 
    return [t for t in self.get(name) if t.isAlive()]

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/execnet/testing/test_gateway.py

traceback _thread.NamedThreadPool.getstarted.0