return a list of colitems for the given namelist.
def multijoin(self, namelist):
origin: test.collect.Collector
where:
function source:
def multijoin(self, namelist):
""" return a list of colitems for the given namelist. """
return [self.join(name) for name in namelist]
called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py
traceback test.collect.Generator.multijoin.0
called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py