method: test.Item.multijoin

 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]