Example #1
0
 def IsInternalUser():
     return bool(utils.GetCachedIsInternalUser(utils.GetEmail()))
Example #2
0
 def IsInternalUser():
     username = users.get_current_user()
     return bool(utils.GetCachedIsInternalUser(username))