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 |
|---|---|---|---|---|---|---|---|---|
deepset-ai__haystack__4e46d9d1__8 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | test_context_window_size | test/test_reader.py | 60 | 75 | [
{
"decorator_line": 52,
"file_path": "haystack/schema.py",
"line_end": 71,
"line_start": 53,
"name": "from_dict",
"type": "function"
},
{
"decorator_line": 28,
"file_path": "haystack/reader/farm.py",
"line_end": 560,
"line_start": 28,
"name": "FARMReader",
"type":... | 3 |
deepset-ai__haystack__4e46d9d1__9 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | embed_passages | haystack/retriever/dense.py | 356 | 365 | [
{
"decorator_line": 324,
"file_path": "haystack/retriever/dense.py",
"line_end": 345,
"line_start": 324,
"name": "embed",
"type": "function"
}
] | 1 |
deepset-ai__haystack__4e46d9d1__10 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | extract_pages | haystack/file_converter/txt.py | 46 | 91 | [
{
"decorator_line": 50,
"file_path": "haystack/file_converter/base.py",
"line_end": 65,
"line_start": 50,
"name": "validate_language",
"type": "function"
},
{
"decorator_line": 67,
"file_path": "haystack/file_converter/base.py",
"line_end": 94,
"line_start": 67,
"name... | 2 |
deepset-ai__haystack__4e46d9d1__11 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | extract_pages | haystack/file_converter/tika.py | 83 | 134 | [
{
"decorator_line": 15,
"file_path": "haystack/file_converter/tika.py",
"line_end": 38,
"line_start": 15,
"name": "TikaXHTMLParser",
"type": "class"
},
{
"decorator_line": 50,
"file_path": "haystack/file_converter/base.py",
"line_end": 65,
"line_start": 50,
"name": "v... | 3 |
deepset-ai__haystack__4e46d9d1__12 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | test_multilabel | test/test_db.py | 97 | 170 | [
{
"decorator_line": 74,
"file_path": "haystack/schema.py",
"line_end": 140,
"line_start": 74,
"name": "Label",
"type": "class"
}
] | 1 |
deepset-ai__haystack__4e46d9d1__13 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | get_all_documents | haystack/document_store/elasticsearch.py | 260 | 267 | [
{
"decorator_line": 275,
"file_path": "haystack/document_store/elasticsearch.py",
"line_end": 297,
"line_start": 275,
"name": "get_all_documents_in_index",
"type": "function"
},
{
"decorator_line": 421,
"file_path": "haystack/document_store/elasticsearch.py",
"line_end": 446,... | 2 |
deepset-ai__haystack__4e46d9d1__14 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | test_top_k | test/test_reader.py | 81 | 90 | [
{
"decorator_line": 52,
"file_path": "haystack/schema.py",
"line_end": 71,
"line_start": 53,
"name": "from_dict",
"type": "function"
},
{
"decorator_line": 28,
"file_path": "haystack/reader/farm.py",
"line_end": 560,
"line_start": 28,
"name": "FARMReader",
"type":... | 3 |
deepset-ai__haystack__4e46d9d1__15 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | embed_passages | haystack/retriever/dense.py | 109 | 125 | [
{
"decorator_line": 222,
"file_path": "haystack/retriever/dense.py",
"line_end": 267,
"line_start": 222,
"name": "_generate_batch_predictions",
"type": "function"
}
] | 1 |
deepset-ai__haystack__4e46d9d1__16 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | reader | test/conftest.py | 106 | 113 | [
{
"decorator_line": 28,
"file_path": "haystack/reader/farm.py",
"line_end": 560,
"line_start": 28,
"name": "FARMReader",
"type": "class"
},
{
"decorator_line": 8,
"file_path": "haystack/reader/transformers.py",
"line_end": 154,
"line_start": 8,
"name": "TransformersRe... | 2 |
deepset-ai__haystack__4e46d9d1__17 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | add_eval_data | haystack/document_store/sql.py | 158 | 172 | [
{
"decorator_line": 18,
"file_path": "haystack/preprocessor/utils.py",
"line_end": 72,
"line_start": 18,
"name": "eval_data_from_file",
"type": "function"
},
{
"decorator_line": 104,
"file_path": "haystack/document_store/sql.py",
"line_end": 127,
"line_start": 104,
"n... | 3 |
deepset-ai__haystack__4e46d9d1__18 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | document_store | test/conftest.py | 89 | 90 | [
{
"decorator_line": 155,
"file_path": "test/conftest.py",
"line_end": 174,
"line_start": 155,
"name": "get_document_store",
"type": "function"
}
] | 1 |
deepset-ai__haystack__4e46d9d1__19 | deepset-ai/haystack | 4e46d9d1761e3b034a37e877836e3c8a8ceae68a | write_labels | haystack/document_store/sql.py | 129 | 147 | [
{
"decorator_line": 111,
"file_path": "haystack/schema.py",
"line_end": 113,
"line_start": 112,
"name": "from_dict",
"type": "function"
},
{
"decorator_line": 47,
"file_path": "haystack/document_store/sql.py",
"line_end": 59,
"line_start": 47,
"name": "LabelORM",
... | 2 |
nipy__nipype__35431905__0 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_featregister | nipype/interfaces/fsl/tests/test_model.py | 79 | 87 | [
{
"decorator_line": 565,
"file_path": "nipype/interfaces/fsl/model.py",
"line_end": 593,
"line_start": 565,
"name": "FEATRegister",
"type": "class"
}
] | 1 |
nipy__nipype__35431905__1 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | loadTestsFromModule | nipype/testing/numpytesting/noseclasses.py | 188 | 235 | [
{
"decorator_line": 159,
"file_path": "nipype/testing/numpytesting/noseclasses.py",
"line_end": 167,
"line_start": 159,
"name": "NumpyDocTestCase",
"type": "class"
},
{
"decorator_line": 145,
"file_path": "nipype/testing/numpytesting/noseclasses.py",
"line_end": 153,
"lin... | 2 |
nipy__nipype__35431905__2 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_create_eddy_correct_pipeline | nipype/workflows/fsl/tests/test_dti.py | 20 | 44 | [
{
"decorator_line": 168,
"file_path": "nipype/workflows/fsl/dti.py",
"line_end": 216,
"line_start": 168,
"name": "create_eddy_correct_pipeline",
"type": "function"
},
{
"decorator_line": 112,
"file_path": "nipype/interfaces/fsl/dti.py",
"line_end": 151,
"line_start": 112,... | 3 |
nipy__nipype__35431905__3 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_twosamplettestdesign | nipype/interfaces/spm/tests/test_model.py | 144 | 166 | [
{
"decorator_line": 740,
"file_path": "nipype/interfaces/spm/model.py",
"line_end": 759,
"line_start": 740,
"name": "TwoSampleTTestDesign",
"type": "class"
}
] | 1 |
nipy__nipype__35431905__4 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | setup_flirt | nipype/interfaces/fsl/tests/test_preprocess.py | 158 | 163 | [
{
"decorator_line": 79,
"file_path": "nipype/interfaces/fsl/base.py",
"line_end": 98,
"line_start": 80,
"name": "output_type_to_ext",
"type": "function"
},
{
"decorator_line": 100,
"file_path": "nipype/interfaces/fsl/base.py",
"line_end": 116,
"line_start": 101,
"name... | 2 |
nipy__nipype__35431905__5 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_fslmaths | nipype/interfaces/fsl/tests/test_utils.py | 179 | 203 | [
{
"decorator_line": 16,
"file_path": "nipype/interfaces/fsl/tests/test_utils.py",
"line_end": 28,
"line_start": 16,
"name": "create_files_in_directory",
"type": "function"
},
{
"decorator_line": 296,
"file_path": "nipype/interfaces/fsl/utils.py",
"line_end": 334,
"line_st... | 3 |
nipy__nipype__35431905__6 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | no_freesurfer | nipype/interfaces/freesurfer/tests/test_preprocess.py | 11 | 15 | [
{
"decorator_line": 24,
"file_path": "nipype/interfaces/freesurfer/base.py",
"line_end": 81,
"line_start": 24,
"name": "Info",
"type": "class"
}
] | 1 |
nipy__nipype__35431905__7 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | create_overlay_workflow | nipype/workflows/fsl/estimate.py | 113 | 130 | [
{
"decorator_line": 497,
"file_path": "nipype/interfaces/fsl/utils.py",
"line_end": 551,
"line_start": 497,
"name": "Overlay",
"type": "class"
},
{
"decorator_line": 593,
"file_path": "nipype/interfaces/fsl/utils.py",
"line_end": 635,
"line_start": 593,
"name": "Slice... | 2 |
nipy__nipype__35431905__8 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_threshold | nipype/interfaces/fsl/tests/test_maths.py | 111 | 142 | [
{
"decorator_line": 16,
"file_path": "nipype/interfaces/fsl/tests/test_maths.py",
"line_end": 32,
"line_start": 16,
"name": "create_files_in_directory",
"type": "function"
},
{
"decorator_line": 79,
"file_path": "nipype/interfaces/fsl/maths.py",
"line_end": 100,
"line_sta... | 3 |
nipy__nipype__35431905__9 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_disconnect | nipype/pipeline/tests/test_engine.py | 209 | 217 | [
{
"decorator_line": 16,
"file_path": "nipype/interfaces/utility.py",
"line_end": 76,
"line_start": 16,
"name": "IdentityInterface",
"type": "class"
}
] | 1 |
nipy__nipype__35431905__10 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_synthesizeflash | nipype/interfaces/freesurfer/tests/test_preprocess.py | 323 | 347 | [
{
"decorator_line": 252,
"file_path": "nipype/interfaces/freesurfer/tests/test_preprocess.py",
"line_end": 264,
"line_start": 252,
"name": "create_files_in_directory",
"type": "function"
},
{
"decorator_line": 1136,
"file_path": "nipype/interfaces/freesurfer/preprocess.py",
"... | 2 |
nipy__nipype__35431905__11 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_binarymaths | nipype/interfaces/fsl/tests/test_maths.py | 345 | 376 | [
{
"decorator_line": 16,
"file_path": "nipype/interfaces/fsl/tests/test_maths.py",
"line_end": 32,
"line_start": 16,
"name": "create_files_in_directory",
"type": "function"
},
{
"decorator_line": 246,
"file_path": "nipype/interfaces/fsl/maths.py",
"line_end": 250,
"line_st... | 3 |
nipy__nipype__35431905__12 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_BaseInterface | nipype/interfaces/tests/test_base.py | 178 | 216 | [
{
"decorator_line": 82,
"file_path": "nipype/interfaces/traits_extension.py",
"line_end": 114,
"line_start": 82,
"name": "File",
"type": "class"
}
] | 1 |
nipy__nipype__35431905__13 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_callback_exception | nipype/pipeline/plugins/tests/test_callback.py | 36 | 49 | [
{
"decorator_line": 16,
"file_path": "nipype/pipeline/plugins/tests/test_callback.py",
"line_end": 22,
"line_start": 16,
"name": "Status",
"type": "class"
},
{
"decorator_line": 319,
"file_path": "nipype/interfaces/utility.py",
"line_end": 412,
"line_start": 319,
"nam... | 2 |
nipy__nipype__35431905__14 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_mask | nipype/interfaces/fsl/tests/test_maths.py | 201 | 222 | [
{
"decorator_line": 16,
"file_path": "nipype/interfaces/fsl/tests/test_maths.py",
"line_end": 32,
"line_start": 16,
"name": "create_files_in_directory",
"type": "function"
},
{
"decorator_line": 145,
"file_path": "nipype/interfaces/fsl/maths.py",
"line_end": 150,
"line_st... | 3 |
nipy__nipype__35431905__15 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | aggregate_outputs | nipype/interfaces/freesurfer/utils.py | 659 | 687 | [
{
"decorator_line": 652,
"file_path": "nipype/interfaces/freesurfer/utils.py",
"line_end": 657,
"line_start": 652,
"name": "info_regexp",
"type": "function"
}
] | 1 |
nipy__nipype__35431905__16 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_ad_get_norm | nipype/algorithms/tests/test_rapidart.py | 87 | 95 | [
{
"decorator_line": 93,
"file_path": "nipype/algorithms/rapidart.py",
"line_end": 412,
"line_start": 93,
"name": "ArtifactDetect",
"type": "class"
},
{
"decorator_line": 204,
"file_path": "nipype/algorithms/rapidart.py",
"line_end": 241,
"line_start": 204,
"name": "_c... | 2 |
nipy__nipype__35431905__17 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | test_applymask | nipype/interfaces/freesurfer/tests/test_utils.py | 164 | 191 | [
{
"decorator_line": 387,
"file_path": "nipype/interfaces/freesurfer/utils.py",
"line_end": 412,
"line_start": 387,
"name": "ApplyMask",
"type": "class"
},
{
"decorator_line": 22,
"file_path": "nipype/interfaces/freesurfer/tests/test_utils.py",
"line_end": 34,
"line_start"... | 3 |
nipy__nipype__35431905__18 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | subjectsdir | nipype/interfaces/freesurfer/base.py | 63 | 81 | [
{
"decorator_line": 36,
"file_path": "nipype/interfaces/freesurfer/base.py",
"line_end": 60,
"line_start": 37,
"name": "version",
"type": "function"
}
] | 1 |
nipy__nipype__35431905__19 | nipy/nipype | 35431905ff55a74399f59ece978b20fe6b3c3d7f | setup_infile | nipype/interfaces/fsl/tests/test_model.py | 18 | 26 | [
{
"decorator_line": 79,
"file_path": "nipype/interfaces/fsl/base.py",
"line_end": 98,
"line_start": 80,
"name": "output_type_to_ext",
"type": "function"
},
{
"decorator_line": 100,
"file_path": "nipype/interfaces/fsl/base.py",
"line_end": 116,
"line_start": 101,
"name... | 2 |
ipython__ipython__932c5c42__0 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | new_prompt | IPython/deathrow/oldfrontend/wx/wx_frontend.py | 364 | 370 | [
{
"decorator_line": 250,
"file_path": "IPython/deathrow/oldfrontend/wx/console_widget.py",
"line_end": 261,
"line_start": 250,
"name": "new_prompt",
"type": "function"
}
] | 1 |
ipython__ipython__932c5c42__1 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | complete | IPython/core/completer.py | 297 | 315 | [
{
"decorator_line": 337,
"file_path": "IPython/core/completer.py",
"line_end": 376,
"line_start": 337,
"name": "attr_matches",
"type": "function"
},
{
"decorator_line": 317,
"file_path": "IPython/core/completer.py",
"line_end": 335,
"line_start": 317,
"name": "global_... | 2 |
ipython__ipython__932c5c42__2 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | python_func_kw_matches | IPython/core/completer.py | 623 | 679 | [
{
"decorator_line": 317,
"file_path": "IPython/core/completer.py",
"line_end": 335,
"line_start": 317,
"name": "global_matches",
"type": "function"
},
{
"decorator_line": 337,
"file_path": "IPython/core/completer.py",
"line_end": 376,
"line_start": 337,
"name": "attr_... | 3 |
ipython__ipython__932c5c42__3 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | writelines | IPython/zmq/iostream.py | 87 | 92 | [
{
"decorator_line": 71,
"file_path": "IPython/zmq/iostream.py",
"line_end": 85,
"line_start": 71,
"name": "write",
"type": "function"
}
] | 1 |
ipython__ipython__932c5c42__4 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | dispatch_result | IPython/parallel/controller/scheduler.py | 439 | 455 | [
{
"decorator_line": 457,
"file_path": "IPython/parallel/controller/scheduler.py",
"line_end": 480,
"line_start": 458,
"name": "handle_result",
"type": "function"
},
{
"decorator_line": 482,
"file_path": "IPython/parallel/controller/scheduler.py",
"line_end": 501,
"line_st... | 2 |
ipython__ipython__932c5c42__5 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | changeLine | IPython/deathrow/gui/wx/ipython_view.py | 347 | 356 | [
{
"decorator_line": 358,
"file_path": "IPython/deathrow/gui/wx/ipython_view.py",
"line_end": 359,
"line_start": 358,
"name": "getCurrentPromptStart",
"type": "function"
},
{
"decorator_line": 364,
"file_path": "IPython/deathrow/gui/wx/ipython_view.py",
"line_end": 365,
"l... | 3 |
ipython__ipython__932c5c42__6 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | add_argument_group | IPython/external/argparse/_argparse.py | 1,310 | 1,313 | [
{
"decorator_line": 1484,
"file_path": "IPython/external/argparse/_argparse.py",
"line_end": 1514,
"line_start": 1484,
"name": "_ArgumentGroup",
"type": "class"
}
] | 1 |
ipython__ipython__932c5c42__7 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | maybe_run | IPython/parallel/controller/scheduler.py | 360 | 403 | [
{
"decorator_line": 328,
"file_path": "IPython/parallel/controller/scheduler.py",
"line_end": 357,
"line_start": 329,
"name": "fail_unreachable",
"type": "function"
},
{
"decorator_line": 415,
"file_path": "IPython/parallel/controller/scheduler.py",
"line_end": 433,
"line... | 2 |
ipython__ipython__932c5c42__8 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | assert_warns | IPython/external/decorators/_numpy_testing_utils.py | 93 | 115 | [
{
"decorator_line": 41,
"file_path": "IPython/external/decorators/_numpy_testing_utils.py",
"line_end": 91,
"line_start": 41,
"name": "WarningManager",
"type": "class"
},
{
"decorator_line": 71,
"file_path": "IPython/external/decorators/_numpy_testing_utils.py",
"line_end": 8... | 3 |
ipython__ipython__932c5c42__9 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | save_queue_request | IPython/parallel/controller/hub.py | 533 | 571 | [
{
"decorator_line": 70,
"file_path": "IPython/parallel/controller/hub.py",
"line_end": 93,
"line_start": 70,
"name": "init_record",
"type": "function"
}
] | 1 |
ipython__ipython__932c5c42__10 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | uncan | IPython/utils/pickleutil.py | 124 | 132 | [
{
"decorator_line": 134,
"file_path": "IPython/utils/pickleutil.py",
"line_end": 141,
"line_start": 134,
"name": "uncanDict",
"type": "function"
},
{
"decorator_line": 143,
"file_path": "IPython/utils/pickleutil.py",
"line_end": 148,
"line_start": 143,
"name": "uncanS... | 2 |
ipython__ipython__932c5c42__11 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | clear_inputhook | IPython/lib/inputhook.py | 79 | 94 | [
{
"decorator_line": 60,
"file_path": "IPython/lib/inputhook.py",
"line_end": 62,
"line_start": 60,
"name": "get_pyos_inputhook",
"type": "function"
},
{
"decorator_line": 64,
"file_path": "IPython/lib/inputhook.py",
"line_end": 66,
"line_start": 64,
"name": "get_pyos_... | 3 |
ipython__ipython__932c5c42__12 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | init_handlers | IPython/quarantine/ext_rescapture.py | 36 | 46 | [
{
"decorator_line": 33,
"file_path": "IPython/quarantine/ext_rescapture.py",
"line_end": 34,
"line_start": 33,
"name": "install_re_handler",
"type": "function"
}
] | 1 |
ipython__ipython__932c5c42__13 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | test_execution | IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py | 99 | 106 | [
{
"decorator_line": 28,
"file_path": "IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py",
"line_end": 48,
"line_start": 28,
"name": "TestPrefilterFrontEnd",
"type": "class"
},
{
"decorator_line": 46,
"file_path": "IPython/deathrow/oldfrontend/tests/test_prefilterfronte... | 2 |
ipython__ipython__932c5c42__14 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | start_section | IPython/external/argparse/_argparse.py | 268 | 272 | [
{
"decorator_line": 220,
"file_path": "IPython/external/argparse/_argparse.py",
"line_end": 222,
"line_start": 220,
"name": "_indent",
"type": "function"
},
{
"decorator_line": 229,
"file_path": "IPython/external/argparse/_argparse.py",
"line_end": 260,
"line_start": 229,... | 3 |
ipython__ipython__932c5c42__15 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | source_reset | IPython/core/inputsplitter.py | 266 | 271 | [
{
"decorator_line": 257,
"file_path": "IPython/core/inputsplitter.py",
"line_end": 264,
"line_start": 257,
"name": "reset",
"type": "function"
}
] | 1 |
ipython__ipython__932c5c42__16 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | start_event_loop_qt4 | IPython/lib/guisupport.py | 129 | 138 | [
{
"decorator_line": 109,
"file_path": "IPython/lib/guisupport.py",
"line_end": 117,
"line_start": 109,
"name": "get_app_qt4",
"type": "function"
},
{
"decorator_line": 119,
"file_path": "IPython/lib/guisupport.py",
"line_end": 127,
"line_start": 119,
"name": "is_event... | 2 |
ipython__ipython__932c5c42__17 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | file_matches | IPython/core/completer.py | 472 | 550 | [
{
"decorator_line": 103,
"file_path": "IPython/core/completer.py",
"line_end": 121,
"line_start": 103,
"name": "has_open_quotes",
"type": "function"
},
{
"decorator_line": 124,
"file_path": "IPython/core/completer.py",
"line_end": 128,
"line_start": 124,
"name": "prot... | 3 |
ipython__ipython__932c5c42__18 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | test_override1 | IPython/config/tests/test_configurable.py | 102 | 109 | [
{
"decorator_line": 36,
"file_path": "IPython/config/tests/test_configurable.py",
"line_end": 39,
"line_start": 36,
"name": "MyConfigurable",
"type": "class"
}
] | 1 |
ipython__ipython__932c5c42__19 | ipython/ipython | 932c5c421b8ce65cfb877ee061779aabbe4ea7db | reset | IPython/frontend/qt/console/frontend_widget.py | 450 | 462 | [
{
"decorator_line": 539,
"file_path": "IPython/frontend/qt/console/frontend_widget.py",
"line_end": 544,
"line_start": 539,
"name": "_get_banner",
"type": "function"
},
{
"decorator_line": 594,
"file_path": "IPython/frontend/qt/console/frontend_widget.py",
"line_end": 597,
... | 2 |
modin-project__modin__14240e1b__0 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_shape | modin/pandas/test/test_series.py | 1,849 | 1,853 | [
{
"decorator_line": 8,
"file_path": "modin/pandas/test/test_series.py",
"line_end": 10,
"line_start": 9,
"name": "create_test_series",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__1 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | aggregate | modin/pandas/dataframe.py | 1,121 | 1,136 | [
{
"decorator_line": 1138,
"file_path": "modin/pandas/dataframe.py",
"line_end": 1158,
"line_start": 1138,
"name": "_aggregate",
"type": "function"
},
{
"decorator_line": 1383,
"file_path": "modin/pandas/dataframe.py",
"line_end": 1462,
"line_start": 1383,
"name": "app... | 2 |
modin-project__modin__14240e1b__2 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_select_dtypes | modin/pandas/test/test_dataframe.py | 2,879 | 2,902 | [
{
"decorator_line": 39,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6101,
"line_start": 41,
"name": "DataFrame",
"type": "class"
},
{
"decorator_line": 4359,
"file_path": "modin/pandas/dataframe.py",
"line_end": 4397,
"line_start": 4359,
"name": "select_dtyp... | 3 |
modin-project__modin__14240e1b__3 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_bool | modin/pandas/test/test_series.py | 678 | 682 | [
{
"decorator_line": 8,
"file_path": "modin/pandas/test/test_series.py",
"line_end": 10,
"line_start": 9,
"name": "create_test_series",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__4 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | iterrows | modin/pandas/dataframe.py | 2,710 | 2,734 | [
{
"decorator_line": 200,
"file_path": "modin/pandas/index_metadata.py",
"line_end": 202,
"line_start": 200,
"name": "partition_series",
"type": "function"
},
{
"decorator_line": 7,
"file_path": "modin/pandas/iterator.py",
"line_end": 32,
"line_start": 7,
"name": "Part... | 2 |
modin-project__modin__14240e1b__5 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_astype | modin/pandas/test/test_dataframe.py | 1,113 | 1,138 | [
{
"decorator_line": 39,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6101,
"line_start": 41,
"name": "DataFrame",
"type": "class"
},
{
"decorator_line": 1502,
"file_path": "modin/pandas/dataframe.py",
"line_end": 1538,
"line_start": 1502,
"name": "astype",
... | 3 |
modin-project__modin__14240e1b__6 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | take | modin/pandas/groupby.py | 512 | 513 | [
{
"decorator_line": 544,
"file_path": "modin/pandas/groupby.py",
"line_end": 581,
"line_start": 544,
"name": "_apply_df_function",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__7 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | execute | modin/sql/connection.py | 29 | 38 | [
{
"decorator_line": 40,
"file_path": "modin/sql/connection.py",
"line_end": 44,
"line_start": 40,
"name": "_create_table",
"type": "function"
},
{
"decorator_line": 46,
"file_path": "modin/sql/connection.py",
"line_end": 53,
"line_start": 46,
"name": "_insert_into",
... | 2 |
modin-project__modin__14240e1b__8 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_drop | modin/pandas/test/test_dataframe.py | 1,314 | 1,364 | [
{
"decorator_line": 39,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6101,
"line_start": 41,
"name": "DataFrame",
"type": "class"
},
{
"decorator_line": 13,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 15,
"line_start": 14,
"name": "ray_df_... | 3 |
modin-project__modin__14240e1b__9 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | to_html | modin/pandas/dataframe.py | 5,071 | 5,101 | [
{
"decorator_line": 252,
"file_path": "modin/pandas/utils.py",
"line_end": 262,
"line_start": 252,
"name": "to_pandas",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__10 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_to_string | modin/pandas/test/test_dataframe.py | 3,074 | 3,078 | [
{
"decorator_line": 28,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 36,
"line_start": 29,
"name": "create_test_dataframe",
"type": "function"
},
{
"decorator_line": 5228,
"file_path": "modin/pandas/dataframe.py",
"line_end": 5246,
"line_start": 5228,
... | 2 |
modin-project__modin__14240e1b__11 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_aggregate | modin/pandas/test/test_dataframe.py | 996 | 1,002 | [
{
"decorator_line": 1121,
"file_path": "modin/pandas/dataframe.py",
"line_end": 1136,
"line_start": 1121,
"name": "aggregate",
"type": "function"
},
{
"decorator_line": 13,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 15,
"line_start": 14,
"name": "... | 3 |
modin-project__modin__14240e1b__12 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_skew | modin/pandas/test/test_dataframe.py | 2,946 | 2,948 | [
{
"decorator_line": 13,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 15,
"line_start": 14,
"name": "ray_df_equals_pandas",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__13 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_swapaxes | modin/pandas/test/test_dataframe.py | 3,034 | 3,038 | [
{
"decorator_line": 28,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 36,
"line_start": 29,
"name": "create_test_dataframe",
"type": "function"
},
{
"decorator_line": 4843,
"file_path": "modin/pandas/dataframe.py",
"line_end": 4846,
"line_start": 4843,
... | 2 |
modin-project__modin__14240e1b__14 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_bfill | modin/pandas/test/test_dataframe.py | 1,156 | 1,161 | [
{
"decorator_line": 39,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6101,
"line_start": 41,
"name": "DataFrame",
"type": "class"
},
{
"decorator_line": 13,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 15,
"line_start": 14,
"name": "ray_df_... | 3 |
modin-project__modin__14240e1b__15 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | backfill | modin/pandas/groupby.py | 294 | 295 | [
{
"decorator_line": 307,
"file_path": "modin/pandas/groupby.py",
"line_end": 309,
"line_start": 307,
"name": "bfill",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__16 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_last | modin/pandas/test/test_dataframe.py | 2,182 | 2,186 | [
{
"decorator_line": 28,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 36,
"line_start": 29,
"name": "create_test_dataframe",
"type": "function"
},
{
"decorator_line": 2948,
"file_path": "modin/pandas/dataframe.py",
"line_end": 2951,
"line_start": 2948,
... | 2 |
modin-project__modin__14240e1b__17 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_ffill2 | modin/pandas/test/test_dataframe.py | 1,715 | 1,722 | [
{
"decorator_line": 39,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6101,
"line_start": 41,
"name": "DataFrame",
"type": "class"
},
{
"decorator_line": 13,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 15,
"line_start": 14,
"name": "ray_df_... | 3 |
modin-project__modin__14240e1b__18 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | sub | modin/pandas/dataframe.py | 4,814 | 4,827 | [
{
"decorator_line": 6012,
"file_path": "modin/pandas/dataframe.py",
"line_end": 6021,
"line_start": 6012,
"name": "_operator_helper",
"type": "function"
}
] | 1 |
modin-project__modin__14240e1b__19 | modin-project/modin | 14240e1bb44f9aef65b612d5f69dcaa7eed03e28 | test_pivot_table | modin/pandas/test/test_dataframe.py | 2,413 | 2,417 | [
{
"decorator_line": 28,
"file_path": "modin/pandas/test/test_dataframe.py",
"line_end": 36,
"line_start": 29,
"name": "create_test_dataframe",
"type": "function"
},
{
"decorator_line": 3496,
"file_path": "modin/pandas/dataframe.py",
"line_end": 3507,
"line_start": 3496,
... | 2 |
obspy__obspy__85d7bfd3__0 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_mergeWithDifferentSamplingRates | obspy.core/obspy/core/tests/test_stream.py | 686 | 711 | [
{
"decorator_line": 219,
"file_path": "obspy.core/obspy/core/trace.py",
"line_end": 1901,
"line_start": 219,
"name": "Trace",
"type": "class"
}
] | 1 |
obspy__obspy__85d7bfd3__1 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | readQuakeML | obspy.core/obspy/core/quakeml.py | 1,306 | 1,328 | [
{
"decorator_line": 63,
"file_path": "obspy.core/obspy/core/quakeml.py",
"line_end": 73,
"line_start": 63,
"name": "load",
"type": "function"
},
{
"decorator_line": 56,
"file_path": "obspy.core/obspy/core/quakeml.py",
"line_end": 736,
"line_start": 56,
"name": "Unpick... | 2 |
obspy__obspy__85d7bfd3__2 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | isQuakeML | obspy.core/obspy/core/quakeml.py | 29 | 53 | [
{
"decorator_line": 48,
"file_path": "obspy.core/obspy/core/util/xmlwrapper.py",
"line_end": 190,
"line_start": 48,
"name": "XMLParser",
"type": "class"
},
{
"decorator_line": 183,
"file_path": "obspy.core/obspy/core/util/xmlwrapper.py",
"line_end": 190,
"line_start": 183... | 3 |
obspy__obspy__85d7bfd3__3 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_unpackTraceHeader | obspy.segy/obspy/segy/tests/test_segy.py | 426 | 537 | [
{
"decorator_line": 722,
"file_path": "obspy.segy/obspy/segy/segy.py",
"line_end": 755,
"line_start": 722,
"name": "readSEGY",
"type": "function"
}
] | 1 |
obspy__obspy__85d7bfd3__4 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_readTSPAIRFileSingleTrace | obspy.core/obspy/core/tests/test_ascii.py | 151 | 174 | [
{
"decorator_line": 165,
"file_path": "obspy.core/obspy/core/ascii.py",
"line_end": 235,
"line_start": 165,
"name": "readTSPAIR",
"type": "function"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
"na... | 2 |
obspy__obspy__85d7bfd3__5 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | setupPackage | obspy.segy/setup.py | 128 | 169 | [
{
"decorator_line": 100,
"file_path": "obspy.segy/setup.py",
"line_end": 119,
"line_start": 100,
"name": "convert2to3",
"type": "function"
},
{
"decorator_line": 122,
"file_path": "obspy.segy/setup.py",
"line_end": 125,
"line_start": 122,
"name": "getVersion",
"ty... | 3 |
obspy__obspy__85d7bfd3__6 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | setEndTime | obspy.seedlink/obspy/seedlink/client/seedlinkconnection.py | 235 | 245 | [
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
"name": "UTCDateTime",
"type": "class"
}
] | 1 |
obspy__obspy__85d7bfd3__7 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_issue298b | obspy.xseed/obspy/xseed/tests/test_parser.py | 521 | 527 | [
{
"decorator_line": 49,
"file_path": "obspy.xseed/obspy/xseed/parser.py",
"line_end": 1022,
"line_start": 49,
"name": "Parser",
"type": "class"
},
{
"decorator_line": 303,
"file_path": "obspy.xseed/obspy/xseed/parser.py",
"line_end": 370,
"line_start": 303,
"name": "g... | 2 |
obspy__obspy__85d7bfd3__8 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_writeSLISTFileMultipleTraces | obspy.core/obspy/core/tests/test_ascii.py | 395 | 448 | [
{
"decorator_line": 92,
"file_path": "obspy.core/obspy/core/ascii.py",
"line_end": 162,
"line_start": 92,
"name": "readSLIST",
"type": "function"
},
{
"decorator_line": 238,
"file_path": "obspy.core/obspy/core/ascii.py",
"line_end": 338,
"line_start": 238,
"name": "wr... | 3 |
obspy__obspy__85d7bfd3__9 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_array_horizontal_shear | obspy.signal/obspy/signal/tests/test_array_analysis.py | 119 | 159 | [
{
"decorator_line": 29,
"file_path": "obspy.signal/obspy/signal/array_analysis.py",
"line_end": 585,
"line_start": 29,
"name": "array_rotation_strain",
"type": "function"
}
] | 1 |
obspy__obspy__85d7bfd3__10 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_Beach | obspy.imaging/obspy/imaging/tests/test_beachball.py | 182 | 231 | [
{
"decorator_line": 92,
"file_path": "obspy.core/obspy/core/util/decorator.py",
"line_end": 102,
"line_start": 92,
"name": "skipIf",
"type": "function"
},
{
"decorator_line": 39,
"file_path": "obspy.imaging/obspy/imaging/beachball.py",
"line_end": 126,
"line_start": 39,
... | 2 |
obspy__obspy__85d7bfd3__11 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_plotSimpleGapFewSamples | obspy.imaging/obspy/imaging/tests/test_waveform.py | 140 | 151 | [
{
"decorator_line": 92,
"file_path": "obspy.core/obspy/core/util/decorator.py",
"line_end": 102,
"line_start": 92,
"name": "skipIf",
"type": "function"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
... | 3 |
obspy__obspy__85d7bfd3__12 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | getRESP | obspy.xseed/obspy/xseed/blockette/blockette048.py | 31 | 68 | [
{
"decorator_line": 144,
"file_path": "obspy.xseed/obspy/xseed/utils.py",
"line_end": 149,
"line_start": 144,
"name": "formatRESP",
"type": "function"
}
] | 1 |
obspy__obspy__85d7bfd3__13 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_evalrespUsingDifferentLineSeparator | obspy.signal/obspy/signal/tests/test_invsim.py | 305 | 325 | [
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
"name": "UTCDateTime",
"type": "class"
},
{
"decorator_line": 150,
"file_path": "obspy.signal/obspy/signal/invsim.py",
"line_end": 227,
"line_start": 151,
... | 2 |
obspy__obspy__85d7bfd3__14 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_mergePreviews2 | obspy.core/obspy/core/tests/test_preview.py | 159 | 185 | [
{
"decorator_line": 219,
"file_path": "obspy.core/obspy/core/trace.py",
"line_end": 1901,
"line_start": 219,
"name": "Trace",
"type": "class"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
"name": "U... | 3 |
obspy__obspy__85d7bfd3__15 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_bugfix_setStats2 | obspy.core/obspy/core/tests/test_stats.py | 138 | 153 | [
{
"decorator_line": 219,
"file_path": "obspy.core/obspy/core/trace.py",
"line_end": 1901,
"line_start": 219,
"name": "Trace",
"type": "class"
}
] | 1 |
obspy__obspy__85d7bfd3__16 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_issue160 | obspy.mseed/obspy/mseed/tests/test_mseed_special_issues.py | 273 | 291 | [
{
"decorator_line": 13,
"file_path": "obspy.core/obspy/core/util/attribdict.py",
"line_end": 160,
"line_start": 13,
"name": "AttribDict",
"type": "class"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
... | 2 |
obspy__obspy__85d7bfd3__17 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_getGaps2 | obspy.core/obspy/core/tests/test_stream.py | 1,208 | 1,240 | [
{
"decorator_line": 219,
"file_path": "obspy.core/obspy/core/trace.py",
"line_end": 1901,
"line_start": 219,
"name": "Trace",
"type": "class"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
"name": "U... | 3 |
obspy__obspy__85d7bfd3__18 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | evalresp | obspy.signal/obspy/signal/invsim.py | 151 | 227 | [
{
"decorator_line": 42,
"file_path": "obspy.core/obspy/core/util/decorator.py",
"line_end": 70,
"line_start": 42,
"name": "deprecated_keywords",
"type": "function"
}
] | 1 |
obspy__obspy__85d7bfd3__19 | obspy/obspy | 85d7bfd3fbb7df4385637667db71673fb176310c | test_readViaModule | obspy.datamark/obspy/datamark/tests/test_core.py | 40 | 57 | [
{
"decorator_line": 48,
"file_path": "obspy.datamark/obspy/datamark/core.py",
"line_end": 146,
"line_start": 48,
"name": "readDATAMARK",
"type": "function"
},
{
"decorator_line": 17,
"file_path": "obspy.core/obspy/core/utcdatetime.py",
"line_end": 1398,
"line_start": 17,
... | 2 |
biolab__orange3__eb3989d5__0 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | customEvent | Orange/widgets/utils/concurrent.py | 325 | 329 | [
{
"decorator_line": 305,
"file_path": "Orange/widgets/utils/concurrent.py",
"line_end": 323,
"line_start": 305,
"name": "_execute",
"type": "function"
}
] | 1 |
biolab__orange3__eb3989d5__1 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | test_views | Orange/tests/test_table.py | 430 | 438 | [
{
"decorator_line": 143,
"file_path": "Orange/data/table.py",
"line_end": 1318,
"line_start": 143,
"name": "Table",
"type": "class"
},
{
"decorator_line": 942,
"file_path": "Orange/data/table.py",
"line_end": 952,
"line_start": 942,
"name": "checksum",
"type": "fu... | 2 |
biolab__orange3__eb3989d5__2 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | apply | Orange/widgets/regression/owsvmregression.py | 169 | 193 | [
{
"decorator_line": 77,
"file_path": "Orange/classification/svm.py",
"line_end": 87,
"line_start": 77,
"name": "SVRLearner",
"type": "class"
},
{
"decorator_line": 90,
"file_path": "Orange/classification/svm.py",
"line_end": 100,
"line_start": 90,
"name": "NuSVRLearne... | 3 |
biolab__orange3__eb3989d5__3 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | split_columns | Orange/tests/test_table.py | 1,602 | 1,616 | [
{
"decorator_line": 1045,
"file_path": "Orange/tests/test_table.py",
"line_end": 1048,
"line_start": 1045,
"name": "column_sizes",
"type": "function"
}
] | 1 |
biolab__orange3__eb3989d5__4 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | test_indexing | Orange/tests/test_distribution.py | 66 | 84 | [
{
"decorator_line": 143,
"file_path": "Orange/data/table.py",
"line_end": 1318,
"line_start": 143,
"name": "Table",
"type": "class"
},
{
"decorator_line": 278,
"file_path": "Orange/statistics/distribution.py",
"line_end": 284,
"line_start": 278,
"name": "class_distrib... | 2 |
biolab__orange3__eb3989d5__5 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | test_filter_string_starts_with_case_insensitive | Orange/tests/sql/test_filter.py | 655 | 666 | [
{
"decorator_line": 179,
"file_path": "Orange/data/filter.py",
"line_end": 222,
"line_start": 179,
"name": "Values",
"type": "class"
},
{
"decorator_line": 385,
"file_path": "Orange/data/filter.py",
"line_end": 474,
"line_start": 385,
"name": "FilterString",
"type... | 3 |
biolab__orange3__eb3989d5__6 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | test_assignment | Orange/tests/test_table.py | 1,861 | 1,877 | [
{
"decorator_line": 143,
"file_path": "Orange/data/table.py",
"line_end": 1318,
"line_start": 143,
"name": "Table",
"type": "class"
}
] | 1 |
biolab__orange3__eb3989d5__7 | biolab/orange3 | eb3989d5f726b1b70a527fd9b7a882bf26935071 | save_file | Orange/widgets/data/owsave.py | 74 | 84 | [
{
"decorator_line": 57,
"file_path": "Orange/widgets/data/owsave.py",
"line_end": 72,
"line_start": 57,
"name": "save_file_as",
"type": "function"
},
{
"decorator_line": 559,
"file_path": "Orange/widgets/widget.py",
"line_end": 560,
"line_start": 559,
"name": "error",... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.