f0323d19f5fd0bd3a4f78e394d6587b72bcc1d8e,util/buzzer.py,,,#,457
Before Change
finals = load_finals(flags.finals)
power = PowerPositions(flags.power)
print("Done loading data")
sleep(.5)
os.system("cls" if os.name == "nt" else "clear")
print("Time for a buzzer check")
After Change
if question_num < 38:
continue
power_mark = power(ii)
if power_mark == "10":
print("Looking for power for %i, got %s %s" %
(ii, power_mark, str(ii in power._power_marks.keys())))
hum, comp, ans = present_question(question_num, ii, questions[ii],
buzzes, finals[ii],
questions.answer(ii),
human=human,
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: Pinafore/qb
Commit Name: f0323d19f5fd0bd3a4f78e394d6587b72bcc1d8e
Time: 2015-09-30
Author: jordanbg@gmail.com
File Name: util/buzzer.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 586624e52abff938b893cc31eee6ba2822e84bc4
Time: 2017-09-26
Author: gguuss@gmail.com
File Name: iot/api-client/mqtt_example/cloudiot_mqtt_example.py
Class Name:
Method Name: main
Project Name: ray-project/ray
Commit Name: be647b69abd7450df6ca2a34a4de25c27d46c0b3
Time: 2020-06-30
Author: xmo@berkeley.edu
File Name: python/ray/serve/benchmarks/noop_latency.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/ml-on-gcp
Commit Name: 4a93a0470e8936ec80b6c80c7b51de2f00d9553d
Time: 2018-12-15
Author: gogasca@google.com
File Name: dlvm/gcp-gpu-utilization-metrics/report_gpu_metrics.py
Class Name:
Method Name: