method: _thread.NamedThreadPool.__repr__

*Not documented*
    def __repr__(self): 

origin: _thread.NamedThreadPool

where:

function source:

def __repr__(self): 
    return "<NamedThreadPool %r>" %(self._namedthreads)