method: test.Function.__repr__

*Not documented*
    def __repr__(self): 

origin: test.Function

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.Function.__repr__.0

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

traceback test.Function.__repr__.1