def get(self): # Example (use with care, and only locally): # ndb.delete_multi( # Score.query( # Score.languages == 'pt').fetch(keys_only=True, limit=5000)) self.response.out.write('OK\n')