method: test.collect.Class.__repr__

*Not documented*
    def __repr__(self): 

origin: test.collect.Collector

where:

function source:

def __repr__(self): 
    return "<%s %r>" %(self.__class__.__name__, self.name) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/terminal/terminal.py

traceback test.collect.Class.__repr__.0