method: _thread.NamedThreadPool.names

*Not documented*
    def names(self): 

origin: _thread.NamedThreadPool

where:

function source:

def names(self): 
    return self._namedthreads.keys()