示例#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