instance_id
stringlengths
22
58
repo
stringclasses
210 values
base_commit
stringclasses
210 values
target_function_name
stringlengths
1
70
target_function_file
stringlengths
7
109
target_function_line_start
int64
0
14.7k
target_function_line_end
int64
4
14.7k
dependencies
listlengths
1
3
num_dependencies
int64
1
3
PrefectHQ__prefect__044f96a9__0
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_create_task_with_timeout
tests/core/test_task.py
64
69
[ { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" } ]
1
PrefectHQ__prefect__044f96a9__1
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_init_kwargs_dict
tests/utilities/test_json.py
206
208
[ { "decorator_line": 176, "file_path": "tests/utilities/test_json.py", "line_end": 179, "line_start": 176, "name": "InitKwargsDict", "type": "class" }, { "decorator_line": 276, "file_path": "prefect/utilities/json.py", "line_end": 350, "line_start": 277, "name": "Objec...
2
PrefectHQ__prefect__044f96a9__2
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_task_that_raises_fail_is_marked_fail
tests/engine/test_task_runner.py
60
62
[ { "decorator_line": 13, "file_path": "prefect/engine/task_runner.py", "line_end": 166, "line_start": 13, "name": "TaskRunner", "type": "class" }, { "decorator_line": 18, "file_path": "tests/engine/test_task_runner.py", "line_end": 21, "line_start": 18, "name": "RaiseF...
3
PrefectHQ__prefect__044f96a9__3
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_bad_obj
tests/utilities/test_json.py
39
41
[ { "decorator_line": 25, "file_path": "prefect/utilities/json.py", "line_end": 42, "line_start": 25, "name": "from_qualified_name", "type": "function" } ]
1
PrefectHQ__prefect__044f96a9__4
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_all_successful_with_all_failed
tests/test_triggers.py
32
35
[ { "decorator_line": 32, "file_path": "prefect/triggers.py", "line_end": 43, "line_start": 32, "name": "all_successful", "type": "function" }, { "decorator_line": 6, "file_path": "tests/test_triggers.py", "line_end": 19, "line_start": 6, "name": "generate_states", ...
2
PrefectHQ__prefect__044f96a9__5
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_set_dependencies_adds_all_arguments_to_flow
tests/core/test_flow.py
78
94
[ { "decorator_line": 47, "file_path": "prefect/core/flow.py", "line_end": 526, "line_start": 47, "name": "Flow", "type": "class" }, { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" }, ...
3
PrefectHQ__prefect__044f96a9__6
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_create_cron_schedule
tests/test_schedules.py
57
58
[ { "decorator_line": 53, "file_path": "prefect/schedules.py", "line_end": 67, "line_start": 53, "name": "CronSchedule", "type": "class" } ]
1
PrefectHQ__prefect__044f96a9__7
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_nested_obj
tests/utilities/test_json.py
30
32
[ { "decorator_line": 25, "file_path": "prefect/utilities/json.py", "line_end": 42, "line_start": 25, "name": "from_qualified_name", "type": "function" }, { "decorator_line": 45, "file_path": "prefect/utilities/json.py", "line_end": 46, "line_start": 45, "name": "to_qua...
2
PrefectHQ__prefect__044f96a9__8
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_add_task_to_flow
tests/core/test_flow.py
64
68
[ { "decorator_line": 47, "file_path": "prefect/core/flow.py", "line_end": 526, "line_start": 47, "name": "Flow", "type": "class" }, { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" }, ...
3
PrefectHQ__prefect__044f96a9__9
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_interval_schedule_next_n_with_on_or_after_argument
tests/test_schedules.py
52
54
[ { "decorator_line": 27, "file_path": "prefect/schedules.py", "line_end": 50, "line_start": 27, "name": "IntervalSchedule", "type": "class" } ]
1
PrefectHQ__prefect__044f96a9__10
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_all_failed_with_some_success
tests/test_triggers.py
48
50
[ { "decorator_line": 46, "file_path": "prefect/triggers.py", "line_end": 53, "line_start": 46, "name": "all_failed", "type": "function" }, { "decorator_line": 6, "file_path": "tests/test_triggers.py", "line_end": 19, "line_start": 6, "name": "generate_states", "typ...
2
PrefectHQ__prefect__044f96a9__11
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_task_that_raises_retry_gets_retried_even_if_max_retries_is_set
tests/engine/test_task_runner.py
82
97
[ { "decorator_line": 36, "file_path": "tests/engine/test_task_runner.py", "line_end": 39, "line_start": 36, "name": "RaiseRetryTask", "type": "class" }, { "decorator_line": 13, "file_path": "prefect/engine/task_runner.py", "line_end": 166, "line_start": 13, "name": "Ta...
3
PrefectHQ__prefect__044f96a9__12
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
serialize
prefect/utilities/json.py
239
240
[ { "decorator_line": 45, "file_path": "prefect/utilities/json.py", "line_end": 46, "line_start": 45, "name": "to_qualified_name", "type": "function" } ]
1
PrefectHQ__prefect__044f96a9__13
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
handle_fail
prefect/engine/task_runner.py
147
156
[ { "decorator_line": 158, "file_path": "prefect/engine/task_runner.py", "line_end": 166, "line_start": 158, "name": "handle_retry", "type": "function" }, { "decorator_line": 35, "file_path": "prefect/engine/executors/base.py", "line_end": 36, "line_start": 35, "name": ...
2
PrefectHQ__prefect__044f96a9__14
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_adding_a_task_to_a_flow_twice_is_ok
tests/core/test_flow.py
122
126
[ { "decorator_line": 47, "file_path": "prefect/core/flow.py", "line_end": 526, "line_start": 47, "name": "Flow", "type": "class" }, { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" }, ...
3
PrefectHQ__prefect__044f96a9__15
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_create_state_with_state_and_data
tests/engine/test_state.py
22
26
[ { "decorator_line": 6, "file_path": "prefect/engine/state.py", "line_end": 93, "line_start": 6, "name": "State", "type": "class" } ]
1
PrefectHQ__prefect__044f96a9__16
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_all_successful_with_some_failed
tests/test_triggers.py
38
41
[ { "decorator_line": 32, "file_path": "prefect/triggers.py", "line_end": 43, "line_start": 32, "name": "all_successful", "type": "function" }, { "decorator_line": 6, "file_path": "tests/test_triggers.py", "line_end": 19, "line_start": 6, "name": "generate_states", ...
2
PrefectHQ__prefect__044f96a9__17
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_task_that_raises_success_is_marked_success
tests/engine/test_task_runner.py
50
52
[ { "decorator_line": 13, "file_path": "prefect/engine/task_runner.py", "line_end": 166, "line_start": 13, "name": "TaskRunner", "type": "class" }, { "decorator_line": 30, "file_path": "tests/engine/test_task_runner.py", "line_end": 33, "line_start": 30, "name": "RaiseS...
3
PrefectHQ__prefect__044f96a9__18
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_create_task_with_max_retries
tests/core/test_task.py
50
55
[ { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" } ]
1
PrefectHQ__prefect__044f96a9__19
PrefectHQ/prefect
044f96a94c056e64ed1e5f66659009dd09c4905b
test_context_manager_is_properly_applied_to_tasks
tests/core/test_flow.py
129
142
[ { "decorator_line": 50, "file_path": "prefect/core/task.py", "line_end": 172, "line_start": 50, "name": "Task", "type": "class" }, { "decorator_line": 47, "file_path": "prefect/core/flow.py", "line_end": 526, "line_start": 47, "name": "Flow", "type": "class" } ]
2
onnx__onnx__39df720c__0
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_right_unit8
onnx/backend/test/case/node/bitshift.py
17
29
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" } ]
1
onnx__onnx__39df720c__1
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_input_shape_is_NCd1d2_with_weight
onnx/backend/test/case/node/negativeloglikelihoodloss.py
158
176
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 14, "file_path": "onnx/backend/test/case/node/negativeloglikelihoodloss.py", "line_end": 72, "line_start": 14, "nam...
2
onnx__onnx__39df720c__2
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_scatter_without_axis
onnx/backend/test/case/node/scatter.py
53
70
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 16, "file_path": "onnx/backend/test/case/node/scatter.py", "line_end": 47, "line_start": 16, "name": "scatter", ...
3
onnx__onnx__39df720c__3
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export
onnx/backend/test/case/node/lrn.py
17
40
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" } ]
1
onnx__onnx__39df720c__4
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
test_negative_log_likehood_input_weight_shape_mismatch
onnx/test/shape_inference_test.py
3,296
3,305
[ { "decorator_line": 18, "file_path": "onnx/test/shape_inference_test.py", "line_end": 45, "line_start": 18, "name": "_make_graph", "type": "function" }, { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", ...
2
onnx__onnx__39df720c__5
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
convert
onnx/gen_proto.py
135
208
[ { "decorator_line": 131, "file_path": "onnx/gen_proto.py", "line_end": 132, "line_start": 131, "name": "qualify", "type": "function" }, { "decorator_line": 120, "file_path": "onnx/gen_proto.py", "line_end": 128, "line_start": 120, "name": "translate", "type": "fun...
3
onnx__onnx__39df720c__6
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_mul_broadcast
onnx/backend/test/case/node/mul.py
37
48
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" } ]
1
onnx__onnx__39df720c__7
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_default_ratio
onnx/backend/test/case/node/dropout.py
50
62
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 16, "file_path": "onnx/backend/test/case/node/dropout.py", "line_end": 29, "line_start": 16, "name": "dropout", ...
2
onnx__onnx__39df720c__8
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
test_transpose_preexisting_incorrect_shape
onnx/test/shape_inference_test.py
105
110
[ { "decorator_line": 18, "file_path": "onnx/test/shape_inference_test.py", "line_end": 45, "line_start": 18, "name": "_make_graph", "type": "function" }, { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", ...
3
onnx__onnx__39df720c__9
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export
onnx/backend/test/case/node/selu.py
17
35
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" } ]
1
onnx__onnx__39df720c__10
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_tril
onnx/backend/test/case/node/trilu.py
237
257
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 18, "file_path": "onnx/backend/test/case/node/trilu.py", "line_end": 19, "line_start": 18, "name": "tril_reference_...
2
onnx__onnx__39df720c__11
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
test_check_graph_ssa
onnx/test/checker_test.py
167
184
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 132, "file_path": "onnx/helper.py", "line_end": 158, "line_start": 132, "name": "make_graph", "type": "function...
3
onnx__onnx__39df720c__12
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_left_unit16
onnx/backend/test/case/node/bitshift.py
92
104
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" } ]
1
onnx__onnx__39df720c__13
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_transposeA
onnx/backend/test/case/node/gemm.py
112
124
[ { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node", "type": "function" }, { "decorator_line": 15, "file_path": "onnx/backend/test/case/node/gemm.py", "line_end": 23, "line_start": 15, "name": "gemm_reference_i...
2
onnx__onnx__39df720c__14
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
write_external_data_tensors
onnx/external_data_helper.py
239
257
[ { "decorator_line": 179, "file_path": "onnx/external_data_helper.py", "line_end": 182, "line_start": 179, "name": "_get_all_tensors", "type": "function" }, { "decorator_line": 219, "file_path": "onnx/external_data_helper.py", "line_end": 221, "line_start": 219, "name"...
3
onnx__onnx__39df720c__15
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
download_model
onnx/backend/test/runner/__init__.py
183
201
[ { "decorator_line": 35, "file_path": "onnx/backend/test/runner/__init__.py", "line_end": 50, "line_start": 35, "name": "retry_excute", "type": "function" } ]
1
onnx__onnx__39df720c__16
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
test_string
onnx/test/numpy_helper_test.py
55
60
[ { "decorator_line": 78, "file_path": "onnx/numpy_helper.py", "line_end": 133, "line_start": 78, "name": "from_array", "type": "function" }, { "decorator_line": 20, "file_path": "onnx/numpy_helper.py", "line_end": 75, "line_start": 20, "name": "to_array", "type": "...
2
onnx__onnx__39df720c__17
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
test_model_irversion
onnx/test/helper_test.py
281
301
[ { "decorator_line": 132, "file_path": "onnx/helper.py", "line_end": 158, "line_start": 132, "name": "make_graph", "type": "function" }, { "decorator_line": 192, "file_path": "onnx/helper.py", "line_end": 198, "line_start": 192, "name": "make_model_gen_version", "t...
3
onnx__onnx__39df720c__18
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
check_graph
onnx/checker.py
85
86
[ { "decorator_line": 50, "file_path": "onnx/checker.py", "line_end": 61, "line_start": 50, "name": "_create_checker", "type": "function" } ]
1
onnx__onnx__39df720c__19
onnx/onnx
39df720cca9c4a833a3de3a6bc1d4667c1a8e58b
export_logsoftmax_axis
onnx/backend/test/case/node/logsoftmax.py
38
102
[ { "decorator_line": 14, "file_path": "onnx/backend/test/case/node/logsoftmax.py", "line_end": 18, "line_start": 14, "name": "logsoftmax", "type": "function" }, { "decorator_line": 76, "file_path": "onnx/helper.py", "line_end": 113, "line_start": 76, "name": "make_node...
2
wenet-e2e__wenet__f42ddb24__0
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
initialize
runtime/gpu/model_repo/feature_extractor/1/model.py
25
85
[ { "decorator_line": 10, "file_path": "runtime/gpu/model_repo/feature_extractor/1/model.py", "line_end": 17, "line_start": 10, "name": "Fbank", "type": "class" } ]
1
wenet-e2e__wenet__f42ddb24__1
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
main
tools/analyze_dataset.py
133
254
[ { "decorator_line": 42, "file_path": "tools/analyze_dataset.py", "line_end": 63, "line_start": 42, "name": "get_args", "type": "function" }, { "decorator_line": 90, "file_path": "tools/analyze_dataset.py", "line_end": 130, "line_start": 90, "name": "read_tar", "ty...
2
wenet-e2e__wenet__f42ddb24__2
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
export_rescoring_decoder
wenet/bin/export_onnx_gpu.py
987
1,113
[ { "decorator_line": 627, "file_path": "wenet/bin/export_onnx_gpu.py", "line_end": 718, "line_start": 627, "name": "Decoder", "type": "class" }, { "decorator_line": 721, "file_path": "wenet/bin/export_onnx_gpu.py", "line_end": 731, "line_start": 721, "name": "to_numpy"...
3
wenet-e2e__wenet__f42ddb24__3
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
total_score
wenet/transformer/search.py
91
92
[ { "decorator_line": 82, "file_path": "wenet/transformer/search.py", "line_end": 83, "line_start": 82, "name": "score", "type": "function" } ]
1
wenet-e2e__wenet__f42ddb24__4
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
tokens2text
wenet/text/hugging_face_tokenizer.py
36
39
[ { "decorator_line": 25, "file_path": "wenet/text/hugging_face_tokenizer.py", "line_end": 30, "line_start": 25, "name": "_build_hugging_face", "type": "function" }, { "decorator_line": 41, "file_path": "wenet/text/hugging_face_tokenizer.py", "line_end": 43, "line_start": 4...
2
wenet-e2e__wenet__f42ddb24__5
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
initialize
runtime/gpu/model_repo_stateful/feature_extractor/1/model.py
83
157
[ { "decorator_line": 165, "file_path": "runtime/gpu/model_repo_stateful/feature_extractor/1/model.py", "line_end": 183, "line_start": 165, "name": "parse_model_params", "type": "function" }, { "decorator_line": 24, "file_path": "runtime/gpu/model_repo_stateful/feature_extractor/1/...
3
wenet-e2e__wenet__f42ddb24__6
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
forward
wenet/e_branchformer/encoder_layer.py
148
186
[ { "decorator_line": 92, "file_path": "wenet/e_branchformer/encoder_layer.py", "line_end": 146, "line_start": 92, "name": "_forward", "type": "function" } ]
1
wenet-e2e__wenet__f42ddb24__7
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
infer
runtime/gpu/model_repo_stateful/wenet/1/wenet_onnx_model.py
150
209
[ { "decorator_line": 211, "file_path": "runtime/gpu/model_repo_stateful/wenet/1/wenet_onnx_model.py", "line_end": 235, "line_start": 211, "name": "batch_ctc_prefix_beam_search_cpu", "type": "function" }, { "decorator_line": 237, "file_path": "runtime/gpu/model_repo_stateful/wenet/...
2
wenet-e2e__wenet__f42ddb24__8
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
read_vec_flt_ark
wenet/dataset/kaldi_io.py
286
302
[ { "decorator_line": 53, "file_path": "wenet/dataset/kaldi_io.py", "line_end": 84, "line_start": 53, "name": "open_or_fd", "type": "function" }, { "decorator_line": 128, "file_path": "wenet/dataset/kaldi_io.py", "line_end": 141, "line_start": 128, "name": "read_key", ...
3
wenet-e2e__wenet__f42ddb24__9
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
init_decoder
runtime/gpu/cuda_decoders/model_repo_cuda_decoder/scoring/1/model.py
69
129
[ { "decorator_line": 131, "file_path": "runtime/gpu/cuda_decoders/model_repo_cuda_decoder/scoring/1/model.py", "line_end": 144, "line_start": 131, "name": "load_vocab", "type": "function" } ]
1
wenet-e2e__wenet__f42ddb24__10
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
main
examples/gigaspeech/s0/local/extract_meta.py
85
88
[ { "decorator_line": 10, "file_path": "examples/gigaspeech/s0/local/extract_meta.py", "line_end": 20, "line_start": 10, "name": "get_args", "type": "function" }, { "decorator_line": 23, "file_path": "examples/gigaspeech/s0/local/extract_meta.py", "line_end": 82, "line_star...
2
wenet-e2e__wenet__f42ddb24__11
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
forward
wenet/paraformer/paraformer.py
151
215
[ { "decorator_line": 275, "file_path": "wenet/paraformer/paraformer.py", "line_end": 290, "line_start": 275, "name": "_forward_encoder", "type": "function" }, { "decorator_line": 234, "file_path": "wenet/paraformer/paraformer.py", "line_end": 273, "line_start": 235, "n...
3
wenet-e2e__wenet__f42ddb24__12
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
open_or_fd
wenet/dataset/kaldi_io.py
53
84
[ { "decorator_line": 88, "file_path": "wenet/dataset/kaldi_io.py", "line_end": 125, "line_start": 88, "name": "popen", "type": "function" } ]
1
wenet-e2e__wenet__f42ddb24__13
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
main
wenet/ssl/w2vbert/convert_w2vbert_to_wenet_config_and_ckpt.py
180
189
[ { "decorator_line": 162, "file_path": "wenet/ssl/w2vbert/convert_w2vbert_to_wenet_config_and_ckpt.py", "line_end": 177, "line_start": 162, "name": "get_args", "type": "function" }, { "decorator_line": 117, "file_path": "wenet/ssl/w2vbert/convert_w2vbert_to_wenet_config_and_ckpt.p...
2
wenet-e2e__wenet__f42ddb24__14
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
forward
wenet/transformer/attention.py
584
646
[ { "decorator_line": 103, "file_path": "wenet/transformer/attention.py", "line_end": 125, "line_start": 103, "name": "forward_qkv", "type": "function" }, { "decorator_line": 173, "file_path": "wenet/transformer/attention.py", "line_end": 215, "line_start": 173, "name":...
3
wenet-e2e__wenet__f42ddb24__15
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
test_model
test/wenet/whisper/test_whisper.py
97
490
[ { "decorator_line": 29, "file_path": "test/wenet/whisper/test_whisper.py", "line_end": 32, "line_start": 29, "name": "DummyArguments", "type": "class" } ]
1
wenet-e2e__wenet__f42ddb24__16
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
ctc_greedy_search
runtime/gpu/cuda_decoders/model_repo_stateful_cuda_decoder/scoring/1/decoder.py
50
61
[ { "decorator_line": 10, "file_path": "runtime/gpu/cuda_decoders/model_repo_stateful_cuda_decoder/scoring/1/decoder.py", "line_end": 33, "line_start": 10, "name": "make_pad_mask", "type": "function" }, { "decorator_line": 36, "file_path": "runtime/gpu/cuda_decoders/model_repo_stat...
2
wenet-e2e__wenet__f42ddb24__17
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
transducer_attention_rescoring
wenet/transducer/transducer.py
258
392
[ { "decorator_line": 152, "file_path": "wenet/transducer/transducer.py", "line_end": 155, "line_start": 152, "name": "init_bs", "type": "function" }, { "decorator_line": 157, "file_path": "wenet/transducer/transducer.py", "line_end": 182, "line_start": 157, "name": "_c...
3
wenet-e2e__wenet__f42ddb24__18
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
execute
runtime/gpu/cuda_decoders/model_repo_stateful_cuda_decoder/feature_extractor/1/model.py
185
274
[ { "decorator_line": 34, "file_path": "runtime/gpu/cuda_decoders/model_repo_stateful_cuda_decoder/feature_extractor/1/model.py", "line_end": 75, "line_start": 34, "name": "Feat", "type": "class" } ]
1
wenet-e2e__wenet__f42ddb24__19
wenet-e2e/wenet
f42ddb24b766b18831a4d290ba48adb90ea430c6
tokenize
wenet/text/base_tokenizer.py
8
11
[ { "decorator_line": 18, "file_path": "wenet/text/base_tokenizer.py", "line_end": 20, "line_start": 19, "name": "text2tokens", "type": "function" }, { "decorator_line": 26, "file_path": "wenet/text/base_tokenizer.py", "line_end": 28, "line_start": 27, "name": "tokens2i...
2
numba__numba__d0ee6459__0
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
test_while_loop5_npm
numba/tests/test_flow_control.py
278
279
[ { "decorator_line": 275, "file_path": "numba/tests/test_flow_control.py", "line_end": 276, "line_start": 275, "name": "test_while_loop5", "type": "function" } ]
1
numba__numba__d0ee6459__1
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
get_data_type
numba/ext/impala.py
705
711
[ { "decorator_line": 733, "file_path": "numba/targets/base.py", "line_end": 735, "line_start": 733, "name": "get_struct_type", "type": "function" }, { "decorator_line": 248, "file_path": "numba/targets/base.py", "line_end": 300, "line_start": 248, "name": "get_data_typ...
2
numba__numba__d0ee6459__2
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
resolve_templates
oldnumba/typesystem/templatetypes.py
217
247
[ { "decorator_line": 211, "file_path": "oldnumba/typesystem/templatetypes.py", "line_end": 215, "line_start": 211, "name": "is_template", "type": "function" }, { "decorator_line": 121, "file_path": "oldnumba/typesystem/templatetypes.py", "line_end": 172, "line_start": 121,...
3
numba__numba__d0ee6459__3
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
resolve_strides
numba/typing/builtins.py
567
568
[ { "decorator_line": 367, "file_path": "numba/types.py", "line_end": 398, "line_start": 367, "name": "UniTuple", "type": "class" } ]
1
numba__numba__d0ee6459__4
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
where
oldnumba/type_inference/modules/numpymodule.py
212
216
[ { "decorator_line": 201, "file_path": "oldnumba/type_inference/modules/numpymodule.py", "line_end": 203, "line_start": 202, "name": "nonzero", "type": "function" }, { "decorator_line": 36, "file_path": "oldnumba/type_inference/modules/numpymodule.py", "line_end": 37, "lin...
2
numba__numba__d0ee6459__5
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
intval_is_null
numba/ext/impala.py
499
505
[ { "decorator_line": 20, "file_path": "numba/targets/imputils.py", "line_end": 31, "line_start": 20, "name": "impl_attribute", "type": "function" }, { "decorator_line": 493, "file_path": "numba/ext/impala.py", "line_end": 495, "line_start": 493, "name": "IntValStruct",...
3
numba__numba__d0ee6459__6
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
create_prange_closure
oldnumba/parallel.py
132
176
[ { "decorator_line": 95, "file_path": "oldnumba/parallel.py", "line_end": 129, "line_start": 95, "name": "VariableFindingVisitor", "type": "class" } ]
1
numba__numba__d0ee6459__7
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
compile
oldnumba/exttypes/compileclass.py
172
197
[ { "decorator_line": 199, "file_path": "oldnumba/exttypes/compileclass.py", "line_end": 209, "line_start": 199, "name": "compile_methods", "type": "function" }, { "decorator_line": 227, "file_path": "oldnumba/exttypes/compileclass.py", "line_end": 239, "line_start": 227, ...
2
numba__numba__d0ee6459__8
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
init
oldnumba/exttypes/compileclass.py
50
74
[ { "decorator_line": 309, "file_path": "oldnumba/exttypes/compileclass.py", "line_end": 321, "line_start": 309, "name": "process_class_attribute_types", "type": "function" }, { "decorator_line": 76, "file_path": "oldnumba/exttypes/compileclass.py", "line_end": 96, "line_st...
3
numba__numba__d0ee6459__9
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
test_square_ufunc_npm
numba/tests/test_ufuncs.py
322
323
[ { "decorator_line": 318, "file_path": "numba/tests/test_ufuncs.py", "line_end": 319, "line_start": 318, "name": "test_square_ufunc", "type": "function" } ]
1
numba__numba__d0ee6459__10
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
funcarg
oldnumba/minivect/miniast.py
447
458
[ { "decorator_line": 460, "file_path": "oldnumba/minivect/miniast.py", "line_end": 467, "line_start": 460, "name": "array_funcarg", "type": "function" }, { "decorator_line": 1156, "file_path": "oldnumba/minivect/miniast.py", "line_end": 1179, "line_start": 1156, "name"...
2
numba__numba__d0ee6459__11
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
verify
oldnumba/asdl/schema.py
95
102
[ { "decorator_line": 124, "file_path": "oldnumba/asdl/schema.py", "line_end": 151, "line_start": 124, "name": "SchemaContext", "type": "class" }, { "decorator_line": 166, "file_path": "oldnumba/asdl/schema.py", "line_end": 173, "line_start": 166, "name": "visit", "...
3
numba__numba__d0ee6459__12
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
core
numba/cuda/cudadrv/driver.py
671
672
[ { "decorator_line": 255, "file_path": "numba/cuda/cudadrv/driver.py", "line_end": 256, "line_start": 255, "name": "add_trash", "type": "function" } ]
1
numba__numba__d0ee6459__13
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
test_convert_array
numba/tests/test_array_manipulation.py
121
131
[ { "decorator_line": 284, "file_path": "numba/types.py", "line_end": 364, "line_start": 284, "name": "Array", "type": "class" }, { "decorator_line": 51, "file_path": "numba/compiler.py", "line_end": 60, "line_start": 51, "name": "compile_isolated", "type": "functio...
2
numba__numba__d0ee6459__14
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
propagate
numba/typeinfer.py
306
320
[ { "decorator_line": 400, "file_path": "numba/typeinfer.py", "line_end": 405, "line_start": 400, "name": "get_state_token", "type": "function" }, { "decorator_line": 284, "file_path": "numba/typeinfer.py", "line_end": 286, "line_start": 284, "name": "dump", "type":...
3
numba__numba__d0ee6459__15
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
test_fmod_ufunc
numba/tests/test_ufuncs.py
526
527
[ { "decorator_line": 153, "file_path": "numba/tests/test_ufuncs.py", "line_end": 220, "line_start": 153, "name": "binary_ufunc_test", "type": "function" } ]
1
numba__numba__d0ee6459__16
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
visit_For
oldnumba/ast_constant_folding.py
155
160
[ { "decorator_line": 162, "file_path": "oldnumba/ast_constant_folding.py", "line_end": 170, "line_start": 162, "name": "_flatten_aggregate", "type": "function" }, { "decorator_line": 172, "file_path": "oldnumba/ast_constant_folding.py", "line_end": 177, "line_start": 172, ...
2
numba__numba__d0ee6459__17
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
test_g
oldnumba/tests/issues/test_issue_249.py
259
274
[ { "decorator_line": 63, "file_path": "oldnumba/tests/issues/test_issue_249.py", "line_end": 64, "line_start": 63, "name": "g", "type": "function" }, { "decorator_line": 38, "file_path": "oldnumba/tests/issues/test_issue_249.py", "line_end": 44, "line_start": 38, "name...
3
numba__numba__d0ee6459__18
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
isnan_f32_impl
numba/targets/mathimpl.py
111
113
[ { "decorator_line": 6, "file_path": "numba/targets/imputils.py", "line_end": 17, "line_start": 6, "name": "implement", "type": "function" } ]
1
numba__numba__d0ee6459__19
numba/numba
d0ee64595c3f526a6f4d1a9b214ada8c102a60b1
run
oldnumba/minivect/tests/testutils.py
50
54
[ { "decorator_line": 22, "file_path": "oldnumba/minivect/tests/testutils.py", "line_end": 23, "line_start": 22, "name": "getcontext", "type": "function" }, { "decorator_line": 158, "file_path": "oldnumba/minivect/miniast.py", "line_end": 190, "line_start": 158, "name":...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__0
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
to_dict
telegram/document.py
33
43
[ { "decorator_line": 24, "file_path": "telegram/photosize.py", "line_end": 30, "line_start": 24, "name": "to_dict", "type": "function" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__1
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
echo
examples/echobot.py
18
34
[ { "decorator_line": 498, "file_path": "telegram/bot.py", "line_end": 543, "line_start": 500, "name": "getUpdates", "type": "function" }, { "decorator_line": 133, "file_path": "telegram/bot.py", "line_end": 171, "line_start": 136, "name": "sendMessage", "type": "fu...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__2
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
getUserProfilePhotos
telegram/bot.py
464
496
[ { "decorator_line": 572, "file_path": "telegram/bot.py", "line_end": 620, "line_start": 572, "name": "_requestUrl", "type": "function" }, { "decorator_line": 622, "file_path": "telegram/bot.py", "line_end": 644, "line_start": 622, "name": "_parseAndCheckTelegram", ...
3
python-telegram-bot__python-telegram-bot__d90a4c9a__3
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
setUp
tests/test_bot.py
8
11
[ { "decorator_line": 24, "file_path": "telegram/bot.py", "line_end": 652, "line_start": 24, "name": "Bot", "type": "class" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__4
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
de_json
telegram/userprofilephotos.py
14
24
[ { "decorator_line": 17, "file_path": "telegram/photosize.py", "line_end": 22, "line_start": 18, "name": "de_json", "type": "function" }, { "decorator_line": 6, "file_path": "telegram/userprofilephotos.py", "line_end": 34, "line_start": 6, "name": "UserProfilePhotos", ...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__5
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
getUpdates
telegram/bot.py
500
543
[ { "decorator_line": 572, "file_path": "telegram/bot.py", "line_end": 620, "line_start": 572, "name": "_requestUrl", "type": "function" }, { "decorator_line": 622, "file_path": "telegram/bot.py", "line_end": 644, "line_start": 622, "name": "_parseAndCheckTelegram", ...
3
python-telegram-bot__python-telegram-bot__d90a4c9a__6
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
de_json
telegram/photosize.py
18
22
[ { "decorator_line": 6, "file_path": "telegram/photosize.py", "line_end": 30, "line_start": 6, "name": "PhotoSize", "type": "class" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__7
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
de_json
telegram/document.py
20
31
[ { "decorator_line": 17, "file_path": "telegram/photosize.py", "line_end": 22, "line_start": 18, "name": "de_json", "type": "function" }, { "decorator_line": 6, "file_path": "telegram/document.py", "line_end": 43, "line_start": 6, "name": "Document", "type": "class...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__8
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
getMe
telegram/bot.py
119
131
[ { "decorator_line": 572, "file_path": "telegram/bot.py", "line_end": 620, "line_start": 572, "name": "_requestUrl", "type": "function" }, { "decorator_line": 622, "file_path": "telegram/bot.py", "line_end": 644, "line_start": 622, "name": "_parseAndCheckTelegram", ...
3
python-telegram-bot__python-telegram-bot__d90a4c9a__9
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
testSendURLPhoto
tests/test_bot.py
58
63
[ { "decorator_line": 207, "file_path": "telegram/bot.py", "line_end": 247, "line_start": 210, "name": "sendPhoto", "type": "function" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__10
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
setWebhook
telegram/bot.py
547
570
[ { "decorator_line": 572, "file_path": "telegram/bot.py", "line_end": 620, "line_start": 572, "name": "_requestUrl", "type": "function" }, { "decorator_line": 622, "file_path": "telegram/bot.py", "line_end": 644, "line_start": 622, "name": "_parseAndCheckTelegram", ...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__11
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
to_json
telegram/base.py
22
23
[ { "decorator_line": 25, "file_path": "telegram/base.py", "line_end": 27, "line_start": 26, "name": "to_dict", "type": "function" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__12
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
de_json
telegram/update.py
14
22
[ { "decorator_line": 55, "file_path": "telegram/message.py", "line_end": 163, "line_start": 56, "name": "de_json", "type": "function" }, { "decorator_line": 6, "file_path": "telegram/update.py", "line_end": 28, "line_start": 6, "name": "Update", "type": "class" }...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__13
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
is_image
telegram/inputfile.py
103
128
[ { "decorator_line": 3, "file_path": "telegram/error.py", "line_end": 9, "line_start": 3, "name": "TelegramError", "type": "class" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__14
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
de_json
telegram/video.py
26
40
[ { "decorator_line": 17, "file_path": "telegram/photosize.py", "line_end": 22, "line_start": 18, "name": "de_json", "type": "function" }, { "decorator_line": 6, "file_path": "telegram/video.py", "line_end": 55, "line_start": 6, "name": "Video", "type": "class" } ...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__15
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
testForwardMessage
tests/test_bot.py
35
42
[ { "decorator_line": 173, "file_path": "telegram/bot.py", "line_end": 205, "line_start": 176, "name": "forwardMessage", "type": "function" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__16
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
decorator
telegram/bot.py
79
99
[ { "decorator_line": 73, "file_path": "telegram/bot.py", "line_end": 100, "line_start": 73, "name": "message", "type": "function" }, { "decorator_line": 55, "file_path": "telegram/message.py", "line_end": 163, "line_start": 56, "name": "de_json", "type": "function"...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__17
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
testSendVideo
tests/test_bot.py
93
98
[ { "decorator_line": 357, "file_path": "telegram/bot.py", "line_end": 391, "line_start": 360, "name": "sendVideo", "type": "function" } ]
1
python-telegram-bot__python-telegram-bot__d90a4c9a__18
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
decorator
telegram/bot.py
104
108
[ { "decorator_line": 3, "file_path": "telegram/error.py", "line_end": 9, "line_start": 3, "name": "TelegramError", "type": "class" }, { "decorator_line": 102, "file_path": "telegram/bot.py", "line_end": 109, "line_start": 102, "name": "require_authentication", "typ...
2
python-telegram-bot__python-telegram-bot__d90a4c9a__19
python-telegram-bot/python-telegram-bot
d90a4c9acca8beca12585e406d880849879acece
testSendAudio
tests/test_bot.py
65
70
[ { "decorator_line": 249, "file_path": "telegram/bot.py", "line_end": 285, "line_start": 252, "name": "sendAudio", "type": "function" } ]
1