Searched refs:run_id (Results 1 – 6 of 6) sorted by relevance
35 run_id = self.request.get('run_id')44 if run_id and tmpl_id:45 template_values['json'] = services.GetProfiler(run_id)58 run_id = services.CreateProfiler(blob_info)70 'run_id': run_id,81 run_id = self.request.POST['run_id']86 'run_id': run_id,
33 run_id = json_obj['run_id']34 prof_key = ndb.Key('Profiler', run_id)37 profiler = Profiler(id=run_id, blob_key=blob_info.key())40 return run_id43 def GetProfiler(run_id): argument46 profiler = ndb.Key('Profiler', run_id).get()
55 run_id = services.CreateProfiler(correct_blob['blob_info'])58 self.assertEqual(services.GetProfiler(run_id), correct_blob['json_str'])
47 if json_root['run_id'] and json_root['run_id'] != dump.run_id:51 json_root['run_id'] = dump.run_id
118 def run_id(self): member in Dump
481 var run = result.run_id;