def get_list(name): return utils.LoggingList(name, self.verbose)
def get_list(typ): return utils.LoggingList(typ, self.verbose)