コード例 #1
0
ファイル: user.py プロジェクト: sandrobonazzola/anaconda
 def _check_groups(self, user_input, report_func):
     return check_grouplist(user_input)
コード例 #2
0
ファイル: test_user.py プロジェクト: lcnja/anaconda
 def _check_name(self, name):
     return check_grouplist(name)