method: test.collect.Generator.join

*Not documented*
    def join(self, name): 

origin: test.collect.Collector

where:

function source:

def join(self, name): 
    self._prepare()
    return self._name2items.get(name, None) 

call sites:

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

traceback test.collect.Generator.join.0

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

traceback test.collect.Generator.join.1

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

traceback test.collect.Generator.join.2

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

traceback test.collect.Generator.join.3