Example #1
0
 def get_list(name):
     return utils.LoggingList(name, self.verbose)
Example #2
0
 def get_list(typ):
     return utils.LoggingList(typ, self.verbose)