示例#1
0
文件: token.py 项目: zeantsoi/reddit
 def is_first_party(self):
     return self.has_developer(Account.system_user())
示例#2
0
 def is_first_party(self):
     return self.has_developer(Account.system_user())