예제 #1
0
 def _check_fullname(self, user_input, report_func):
     return GECOS_VALID.match(user_input) is not None
예제 #2
0
파일: user.py 프로젝트: zhangsju/anaconda
 def _check_fullname(self, user_input, report_func):
     return GECOS_VALID.match(user_input) is not None