Exemplo n.º 1
0
 def IsInternalUser():
     return bool(utils.GetCachedIsInternalUser(utils.GetEmail()))
Exemplo n.º 2
0
 def IsInternalUser():
     username = users.get_current_user()
     return bool(utils.GetCachedIsInternalUser(username))