def _check_name(self, name): return check_grouplist(name)
def _check_groups(self, user_input, report_func): return check_grouplist(user_input)