Dataset Viewer
Auto-converted to Parquet Duplicate
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
castorini__pyserini__d84c59e0__0
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_car15
tests/test_loadtopics.py
18
20
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__1
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_basic
tests/test_search.py
23
31
[ { "decorator_line": 25, "file_path": "pyserini/search/pysearch.py", "line_end": 178, "line_start": 25, "name": "SimpleSearcher", "type": "class" }, { "decorator_line": 38, "file_path": "pyserini/search/pysearch.py", "line_end": 54, "line_start": 38, "name": "search", "type": "function" } ]
2
castorini__pyserini__d84c59e0__2
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_cacm
tests/test_collection.py
12
44
[ { "decorator_line": 23, "file_path": "pyserini/collection/pycollection.py", "line_end": 56, "line_start": 23, "name": "Collection", "type": "class" }, { "decorator_line": 25, "file_path": "pyserini/index/pygenerator.py", "line_end": 59, "line_start": 25, "name": "Generator", "type": "class" }, { "decorator_line": 47, "file_path": "pyserini/index/pygenerator.py", "line_end": 59, "line_start": 47, "name": "create_document", "type": "function" } ]
3
castorini__pyserini__d84c59e0__3
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_terms
tests/test_indexutils.py
26
27
[ { "decorator_line": 84, "file_path": "pyserini/index/pyutils.py", "line_end": 91, "line_start": 84, "name": "terms", "type": "function" } ]
1
castorini__pyserini__d84c59e0__4
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_postings
tests/test_indexutils.py
38
47
[ { "decorator_line": 107, "file_path": "pyserini/index/pyutils.py", "line_end": 121, "line_start": 107, "name": "get_postings_list", "type": "function" } ]
1
castorini__pyserini__d84c59e0__5
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_robust04
tests/test_loadtopics.py
6
8
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__6
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_bm25_weight
tests/test_indexutils.py
61
63
[ { "decorator_line": 152, "file_path": "pyserini/index/pyutils.py", "line_end": 164, "line_start": 152, "name": "get_bm25_term_weight", "type": "function" } ]
1
castorini__pyserini__d84c59e0__7
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
terms
pyserini/index/pyutils.py
84
91
[ { "decorator_line": 59, "file_path": "pyserini/index/pyutils.py", "line_end": 66, "line_start": 59, "name": "IndexTerm", "type": "class" } ]
1
castorini__pyserini__d84c59e0__8
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
get_postings_list
pyserini/index/pyutils.py
107
121
[ { "decorator_line": 44, "file_path": "pyserini/index/pyutils.py", "line_end": 57, "line_start": 44, "name": "Posting", "type": "class" } ]
1
castorini__pyserini__d84c59e0__9
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_analyze
tests/test_indexutils.py
29
31
[ { "decorator_line": 68, "file_path": "pyserini/index/pyutils.py", "line_end": 82, "line_start": 68, "name": "analyze", "type": "function" } ]
1
castorini__pyserini__d84c59e0__10
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_msmarco_doc
tests/test_loadtopics.py
26
28
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__11
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_raw_doc
tests/test_indexutils.py
55
59
[ { "decorator_line": 140, "file_path": "pyserini/index/pyutils.py", "line_end": 150, "line_start": 140, "name": "get_raw_document", "type": "function" } ]
1
castorini__pyserini__d84c59e0__12
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
setUp
tests/test_indexutils.py
11
24
[ { "decorator_line": 26, "file_path": "pyserini/index/pyutils.py", "line_end": 175, "line_start": 26, "name": "IndexReaderUtils", "type": "class" } ]
1
castorini__pyserini__d84c59e0__13
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_core17
tests/test_loadtopics.py
10
12
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__14
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_msmarco_passage
tests/test_loadtopics.py
30
32
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__15
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_term_stats
tests/test_indexutils.py
33
36
[ { "decorator_line": 93, "file_path": "pyserini/index/pyutils.py", "line_end": 105, "line_start": 93, "name": "get_term_counts", "type": "function" } ]
1
castorini__pyserini__d84c59e0__16
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_doc_vector
tests/test_indexutils.py
49
53
[ { "decorator_line": 123, "file_path": "pyserini/index/pyutils.py", "line_end": 138, "line_start": 123, "name": "get_document_vector", "type": "function" } ]
1
castorini__pyserini__d84c59e0__17
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_core18
tests/test_loadtopics.py
14
16
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
castorini__pyserini__d84c59e0__18
castorini/pyserini
d84c59e0f94459c5d0f666d6e25529d26c98d090
test_car20
tests/test_loadtopics.py
22
24
[ { "decorator_line": 181, "file_path": "pyserini/search/pysearch.py", "line_end": 215, "line_start": 181, "name": "get_topics", "type": "function" } ]
1
getpelican__pelican__2de78932__0
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
replacer
pelican/writers.py
184
188
[ { "decorator_line": 94, "file_path": "pelican/utils.py", "line_end": 96, "line_start": 94, "name": "get_relative_path", "type": "function" } ]
1
getpelican__pelican__2de78932__1
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
render_node_to_html
pelican/readers.py
48
51
[ { "decorator_line": 36, "file_path": "pelican/readers.py", "line_end": 45, "line_start": 36, "name": "_FieldBodyTranslator", "type": "class" }, { "decorator_line": 38, "file_path": "pelican/readers.py", "line_end": 39, "line_start": 38, "name": "astext", "type": "function" } ]
2
getpelican__pelican__2de78932__2
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
write_feed
pelican/writers.py
43
81
[ { "decorator_line": 94, "file_path": "pelican/utils.py", "line_end": 96, "line_start": 94, "name": "get_relative_path", "type": "function" }, { "decorator_line": 21, "file_path": "pelican/writers.py", "line_end": 28, "line_start": 21, "name": "_create_new_feed", "type": "function" }, { "decorator_line": 31, "file_path": "pelican/writers.py", "line_end": 41, "line_start": 31, "name": "_add_item_to_the_feed", "type": "function" } ]
3
getpelican__pelican__2de78932__3
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
page
pelican/paginator.py
10
16
[ { "decorator_line": 41, "file_path": "pelican/paginator.py", "line_end": 83, "line_start": 41, "name": "Page", "type": "class" } ]
1
getpelican__pelican__2de78932__4
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
read
pelican/readers.py
86
95
[ { "decorator_line": 77, "file_path": "pelican/readers.py", "line_end": 84, "line_start": 77, "name": "_get_publisher", "type": "function" }, { "decorator_line": 74, "file_path": "pelican/readers.py", "line_end": 75, "line_start": 74, "name": "_parse_metadata", "type": "function" } ]
2
getpelican__pelican__2de78932__5
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
read
pelican/readers.py
120
130
[ { "decorator_line": 26, "file_path": "pelican/readers.py", "line_end": 29, "line_start": 26, "name": "_process_metadata", "type": "function" } ]
1
getpelican__pelican__2de78932__6
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
has_other_pages
pelican/paginator.py
56
57
[ { "decorator_line": 53, "file_path": "pelican/paginator.py", "line_end": 54, "line_start": 53, "name": "has_previous", "type": "function" }, { "decorator_line": 50, "file_path": "pelican/paginator.py", "line_end": 51, "line_start": 50, "name": "has_next", "type": "function" } ]
2
getpelican__pelican__2de78932__7
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
update_context_contents
pelican/writers.py
156
210
[ { "decorator_line": 94, "file_path": "pelican/utils.py", "line_end": 96, "line_start": 94, "name": "get_relative_path", "type": "function" } ]
1
getpelican__pelican__2de78932__8
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
get_metadata
pelican/readers.py
53
67
[ { "decorator_line": 48, "file_path": "pelican/readers.py", "line_end": 51, "line_start": 48, "name": "render_node_to_html", "type": "function" }, { "decorator_line": 26, "file_path": "pelican/readers.py", "line_end": 29, "line_start": 26, "name": "_process_metadata", "type": "function" } ]
2
getpelican__pelican__2de78932__9
getpelican/pelican
2de789325f3c3cd6224e71da70b7649ac6bbf74c
read
pelican/readers.py
103
113
[ { "decorator_line": 26, "file_path": "pelican/readers.py", "line_end": 29, "line_start": 26, "name": "_process_metadata", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__0
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
calculateBatchLoss
mindsdb/libs/ml_models/pytorch/models/ensemble_conv_net/ensemble_conv_net.py
74
91
[ { "decorator_line": 95, "file_path": "mindsdb/libs/ml_models/pytorch/models/ensemble_conv_net/ensemble_conv_net.py", "line_end": 118, "line_start": 95, "name": "forward", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__1
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
parse
mindsdb/libs/helpers/parser.py
127
133
[ { "decorator_line": 26, "file_path": "mindsdb/libs/helpers/parser.py", "line_end": 74, "line_start": 26, "name": "replaceTexts", "type": "function" }, { "decorator_line": 77, "file_path": "mindsdb/libs/helpers/parser.py", "line_end": 93, "line_start": 77, "name": "cleanStr", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__2
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
test_timeseries
integration_testing/run_tests.py
20
44
[ { "decorator_line": 51, "file_path": "integration_testing/data_generators.py", "line_end": 81, "line_start": 51, "name": "generate_value_cols", "type": "function" }, { "decorator_line": 86, "file_path": "integration_testing/data_generators.py", "line_end": 100, "line_start": 86, "name": "generate_labels_1", "type": "function" }, { "decorator_line": 140, "file_path": "integration_testing/data_generators.py", "line_end": 150, "line_start": 140, "name": "columns_to_file", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__3
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
warning
mindsdb/libs/data_types/mindsdb_logger.py
84
85
[ { "decorator_line": 63, "file_path": "mindsdb/libs/data_types/mindsdb_logger.py", "line_end": 76, "line_start": 63, "name": "log_message", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__4
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
generate_value_cols
integration_testing/data_generators.py
51
81
[ { "decorator_line": 32, "file_path": "integration_testing/data_generators.py", "line_end": 40, "line_start": 32, "name": "rand_ascii_str", "type": "function" }, { "decorator_line": 6, "file_path": "integration_testing/data_generators.py", "line_end": 21, "line_start": 6, "name": "generate_timeseries", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__5
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
test_dual_label_prediction
integration_testing/run_tests.py
84
103
[ { "decorator_line": 51, "file_path": "integration_testing/data_generators.py", "line_end": 81, "line_start": 51, "name": "generate_value_cols", "type": "function" }, { "decorator_line": 103, "file_path": "integration_testing/data_generators.py", "line_end": 126, "line_start": 103, "name": "generate_labels_2", "type": "function" }, { "decorator_line": 140, "file_path": "integration_testing/data_generators.py", "line_end": 150, "line_start": 140, "name": "columns_to_file", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__6
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
generate_labels_2
integration_testing/data_generators.py
103
126
[ { "decorator_line": 32, "file_path": "integration_testing/data_generators.py", "line_end": 40, "line_start": 32, "name": "rand_ascii_str", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__7
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
run
mindsdb/libs/phases/data_extractor/data_extractor.py
145
300
[ { "decorator_line": 81, "file_path": "mindsdb/libs/phases/data_extractor/data_extractor.py", "line_end": 114, "line_start": 81, "name": "_get_prepared_input_df", "type": "function" }, { "decorator_line": 117, "file_path": "mindsdb/libs/phases/data_extractor/data_extractor.py", "line_end": 142, "line_start": 117, "name": "_validate_input_data_integrity", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__8
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
test_one_label_prediction
integration_testing/run_tests.py
46
81
[ { "decorator_line": 51, "file_path": "integration_testing/data_generators.py", "line_end": 81, "line_start": 51, "name": "generate_value_cols", "type": "function" }, { "decorator_line": 103, "file_path": "integration_testing/data_generators.py", "line_end": 126, "line_start": 103, "name": "generate_labels_2", "type": "function" }, { "decorator_line": 140, "file_path": "integration_testing/data_generators.py", "line_end": 150, "line_start": 140, "name": "columns_to_file", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__9
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
on_call
mindsdb/libs/helpers/log.py
47
48
[ { "decorator_line": 85, "file_path": "mindsdb/libs/helpers/log.py", "line_end": 86, "line_start": 85, "name": "info", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__10
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
initialize
mindsdb/libs/helpers/log.py
25
64
[ { "decorator_line": 85, "file_path": "mindsdb/libs/helpers/log.py", "line_end": 86, "line_start": 85, "name": "info", "type": "function" }, { "decorator_line": 88, "file_path": "mindsdb/libs/helpers/log.py", "line_end": 89, "line_start": 88, "name": "warning", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__11
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
train
mindsdb/libs/workers/train.py
82
169
[ { "decorator_line": 343, "file_path": "mindsdb/libs/workers/train.py", "line_end": 365, "line_start": 343, "name": "saveToDisk", "type": "function" }, { "decorator_line": 313, "file_path": "mindsdb/libs/workers/train.py", "line_end": 341, "line_start": 313, "name": "shouldContinue", "type": "function" }, { "decorator_line": 181, "file_path": "mindsdb/libs/workers/train.py", "line_end": 225, "line_start": 181, "name": "registerModelData", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__12
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
cast_string_to_python_type
mindsdb/libs/helpers/text_helpers.py
37
50
[ { "decorator_line": 17, "file_path": "mindsdb/libs/helpers/text_helpers.py", "line_end": 25, "line_start": 17, "name": "clean_float", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__13
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
start
mindsdb/libs/workers/predict.py
131
143
[ { "decorator_line": 15, "file_path": "mindsdb/libs/workers/predict.py", "line_end": 143, "line_start": 15, "name": "PredictWorker", "type": "class" }, { "decorator_line": 78, "file_path": "mindsdb/libs/workers/predict.py", "line_end": 126, "line_start": 78, "name": "predict", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__14
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
run
mindsdb/libs/data_types/transaction.py
191
220
[ { "decorator_line": 148, "file_path": "mindsdb/libs/data_types/transaction.py", "line_end": 161, "line_start": 148, "name": "_execute_drop_model", "type": "function" }, { "decorator_line": 96, "file_path": "mindsdb/libs/data_types/transaction.py", "line_end": 145, "line_start": 96, "name": "_execute_learn", "type": "function" }, { "decorator_line": 165, "file_path": "mindsdb/libs/data_types/transaction.py", "line_end": 188, "line_start": 165, "name": "_execute_predict", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__15
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
generate_labels_3
integration_testing/data_generators.py
129
137
[ { "decorator_line": 32, "file_path": "integration_testing/data_generators.py", "line_end": 40, "line_start": 32, "name": "rand_ascii_str", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__16
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
run_all_test
integration_testing/run_tests.py
106
108
[ { "decorator_line": 84, "file_path": "integration_testing/run_tests.py", "line_end": 103, "line_start": 84, "name": "test_dual_label_prediction", "type": "function" }, { "decorator_line": 46, "file_path": "integration_testing/run_tests.py", "line_end": 81, "line_start": 46, "name": "test_one_label_prediction", "type": "function" } ]
2
mindsdb__mindsdb__3ee4e40a__17
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
get_column_data_type
mindsdb/libs/phases/stats_generator/stats_generator.py
96
139
[ { "decorator_line": 42, "file_path": "mindsdb/libs/phases/stats_generator/stats_generator.py", "line_end": 48, "line_start": 42, "name": "_is_number", "type": "function" }, { "decorator_line": 50, "file_path": "mindsdb/libs/phases/stats_generator/stats_generator.py", "line_end": 56, "line_start": 50, "name": "_is_date", "type": "function" }, { "decorator_line": 58, "file_path": "mindsdb/libs/phases/stats_generator/stats_generator.py", "line_end": 93, "line_start": 58, "name": "_get_text_type", "type": "function" } ]
3
mindsdb__mindsdb__3ee4e40a__18
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
getFullTextInput
mindsdb/libs/data_types/batch.py
126
141
[ { "decorator_line": 74, "file_path": "mindsdb/libs/data_types/batch.py", "line_end": 87, "line_start": 74, "name": "getColumn", "type": "function" } ]
1
mindsdb__mindsdb__3ee4e40a__19
mindsdb/mindsdb
3ee4e40a2e16a4e16b43df4a95e5163d105e22f7
warning
mindsdb/libs/helpers/log.py
88
89
[ { "decorator_line": 67, "file_path": "mindsdb/libs/helpers/log.py", "line_end": 80, "line_start": 67, "name": "log_message", "type": "function" } ]
1
chaoss__augur__c417d3a1__0
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
stargazers
ghdata/ghtorrent.py
66
74
[ { "decorator_line": 19, "file_path": "ghdata/ghtorrent.py", "line_end": 32, "line_start": 19, "name": "__single_table_count_by_date", "type": "function" } ]
1
chaoss__augur__c417d3a1__1
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_stargazers
test/test_ghtorrent.py
24
25
[ { "decorator_line": 66, "file_path": "ghdata/ghtorrent.py", "line_end": 74, "line_start": 66, "name": "stargazers", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__2
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
contributions
ghdata/server.py
348
358
[ { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" }, { "decorator_line": 50, "file_path": "ghdata/ghtorrent.py", "line_end": 62, "line_start": 50, "name": "userid", "type": "function" }, { "decorator_line": 204, "file_path": "ghdata/ghtorrent.py", "line_end": 250, "line_start": 204, "name": "contributions", "type": "function" } ]
3
chaoss__augur__c417d3a1__3
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_linking_websites
test/test_publicwww.py
11
12
[ { "decorator_line": 23, "file_path": "ghdata/publicwww.py", "line_end": 38, "line_start": 23, "name": "linking_websites", "type": "function" } ]
1
chaoss__augur__c417d3a1__4
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
flaskify_ghtorrent
ghdata/server.py
29
40
[ { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" }, { "decorator_line": 18, "file_path": "ghdata/server.py", "line_end": 26, "line_start": 18, "name": "serialize", "type": "function" } ]
2
chaoss__augur__c417d3a1__5
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
ghtorrent
test/test_ghtorrent.py
5
9
[ { "decorator_line": 7, "file_path": "ghdata/ghtorrent.py", "line_end": 328, "line_start": 7, "name": "GHTorrent", "type": "class" } ]
1
chaoss__augur__c417d3a1__6
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_issue_response_time
test/test_ghtorrent.py
48
49
[ { "decorator_line": 276, "file_path": "ghdata/ghtorrent.py", "line_end": 299, "line_start": 276, "name": "issue_response_time", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__7
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
flaskify
ghdata/server.py
42
52
[ { "decorator_line": 18, "file_path": "ghdata/server.py", "line_end": 26, "line_start": 18, "name": "serialize", "type": "function" } ]
1
chaoss__augur__c417d3a1__8
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
generated_function
ghdata/server.py
34
38
[ { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" }, { "decorator_line": 18, "file_path": "ghdata/server.py", "line_end": 26, "line_start": 18, "name": "serialize", "type": "function" } ]
2
chaoss__augur__c417d3a1__9
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
generated_function
ghdata/server.py
47
50
[ { "decorator_line": 18, "file_path": "ghdata/server.py", "line_end": 26, "line_start": 18, "name": "serialize", "type": "function" } ]
1
chaoss__augur__c417d3a1__10
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_committer_locations
test/test_ghtorrent.py
45
46
[ { "decorator_line": 252, "file_path": "ghdata/ghtorrent.py", "line_end": 273, "line_start": 252, "name": "committer_locations", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__11
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_repoid
test/test_ghtorrent.py
11
12
[ { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
1
chaoss__augur__c417d3a1__12
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_issues_with_close
test/test_ghtorrent.py
36
37
[ { "decorator_line": 106, "file_path": "ghdata/ghtorrent.py", "line_end": 125, "line_start": 106, "name": "issues_with_close", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__13
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
forks
ghdata/ghtorrent.py
86
94
[ { "decorator_line": 19, "file_path": "ghdata/ghtorrent.py", "line_end": 32, "line_start": 19, "name": "__single_table_count_by_date", "type": "function" } ]
1
chaoss__augur__c417d3a1__14
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_issues
test/test_ghtorrent.py
33
34
[ { "decorator_line": 96, "file_path": "ghdata/ghtorrent.py", "line_end": 104, "line_start": 96, "name": "issues", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__15
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
publicwww
test/test_publicwww.py
5
9
[ { "decorator_line": 9, "file_path": "ghdata/publicwww.py", "line_end": 38, "line_start": 9, "name": "PublicWWW", "type": "class" } ]
1
chaoss__augur__c417d3a1__16
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_contributions
test/test_ghtorrent.py
42
43
[ { "decorator_line": 204, "file_path": "ghdata/ghtorrent.py", "line_end": 250, "line_start": 204, "name": "contributions", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__17
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
issues
ghdata/ghtorrent.py
96
104
[ { "decorator_line": 19, "file_path": "ghdata/ghtorrent.py", "line_end": 32, "line_start": 19, "name": "__single_table_count_by_date", "type": "function" } ]
1
chaoss__augur__c417d3a1__18
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
test_contributors
test/test_ghtorrent.py
39
40
[ { "decorator_line": 148, "file_path": "ghdata/ghtorrent.py", "line_end": 201, "line_start": 148, "name": "contributors", "type": "function" }, { "decorator_line": 34, "file_path": "ghdata/ghtorrent.py", "line_end": 48, "line_start": 34, "name": "repoid", "type": "function" } ]
2
chaoss__augur__c417d3a1__19
chaoss/augur
c417d3a13aa33099f6ca6af2db18bf18217b144b
commits
ghdata/ghtorrent.py
76
84
[ { "decorator_line": 19, "file_path": "ghdata/ghtorrent.py", "line_end": 32, "line_start": 19, "name": "__single_table_count_by_date", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__0
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
report
parlai/core/dialog_teacher.py
132
133
[ { "decorator_line": 158, "file_path": "parlai/core/metrics.py", "line_end": 168, "line_start": 158, "name": "report", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__1
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
forward
parlai/agents/drqa/rnn_reader.py
98
138
[ { "decorator_line": 237, "file_path": "parlai/agents/drqa/layers.py", "line_end": 244, "line_start": 237, "name": "uniform_weights", "type": "function" }, { "decorator_line": 247, "file_path": "parlai/agents/drqa/layers.py", "line_end": 251, "line_start": 247, "name": "weighted_avg", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__2
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
batch_observe
parlai/core/worlds.py
439
443
[ { "decorator_line": 336, "file_path": "parlai/core/worlds.py", "line_end": 337, "line_start": 336, "name": "get_agents", "type": "function" }, { "decorator_line": 268, "file_path": "parlai/core/agents.py", "line_end": 282, "line_start": 268, "name": "observe", "type": "function" }, { "decorator_line": 50, "file_path": "parlai/core/worlds.py", "line_end": 61, "line_start": 50, "name": "validate", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__3
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
getID
parlai/core/worlds.py
595
596
[ { "decorator_line": 83, "file_path": "parlai/core/worlds.py", "line_end": 85, "line_start": 83, "name": "getID", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__4
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
display
parlai/core/worlds.py
483
491
[ { "decorator_line": 87, "file_path": "parlai/core/worlds.py", "line_end": 126, "line_start": 87, "name": "display", "type": "function" }, { "decorator_line": 349, "file_path": "parlai/core/worlds.py", "line_end": 353, "line_start": 349, "name": "epoch_done", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__5
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
rank_candidates
parlai/agents/ir_baseline/agents.py
89
107
[ { "decorator_line": 23, "file_path": "parlai/agents/ir_baseline/agents.py", "line_end": 46, "line_start": 23, "name": "MaxPriorityQueue", "type": "class" }, { "decorator_line": 74, "file_path": "parlai/agents/ir_baseline/agents.py", "line_end": 87, "line_start": 74, "name": "score_match", "type": "function" }, { "decorator_line": 28, "file_path": "parlai/agents/ir_baseline/agents.py", "line_end": 34, "line_start": 28, "name": "add", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__6
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
setup_data
parlai/core/fbdialog_teacher.py
103
197
[ { "decorator_line": 91, "file_path": "parlai/core/fbdialog_teacher.py", "line_end": 100, "line_start": 91, "name": "keep_dialog", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__7
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
display
parlai/core/worlds.py
378
387
[ { "decorator_line": 83, "file_path": "parlai/core/worlds.py", "line_end": 85, "line_start": 83, "name": "getID", "type": "function" }, { "decorator_line": 87, "file_path": "parlai/core/worlds.py", "line_end": 126, "line_start": 87, "name": "display", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__8
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
act
parlai/agents/remote_agent/agents.py
124
147
[ { "decorator_line": 149, "file_path": "parlai/agents/remote_agent/agents.py", "line_end": 158, "line_start": 149, "name": "parse", "type": "function" }, { "decorator_line": 49, "file_path": "parlai/core/agents.py", "line_end": 50, "line_start": 49, "name": "observe", "type": "function" }, { "decorator_line": 65, "file_path": "parlai/agents/remote_agent/agents.py", "line_end": 70, "line_start": 65, "name": "act", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__9
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
report
parlai/core/worlds.py
505
506
[ { "decorator_line": 229, "file_path": "parlai/core/worlds.py", "line_end": 230, "line_start": 229, "name": "report", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__10
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
share
parlai/agents/remote_agent/agents.py
160
163
[ { "decorator_line": 72, "file_path": "parlai/agents/remote_agent/agents.py", "line_end": 81, "line_start": 72, "name": "share", "type": "function" }, { "decorator_line": 319, "file_path": "parlai/core/dict.py", "line_end": 330, "line_start": 319, "name": "share", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__11
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
act
parlai/mturk/tasks/model_evaluator/agents.py
41
55
[ { "decorator_line": 210, "file_path": "parlai/core/worlds.py", "line_end": 217, "line_start": 210, "name": "parley", "type": "function" }, { "decorator_line": 339, "file_path": "parlai/core/worlds.py", "line_end": 340, "line_start": 339, "name": "get_acts", "type": "function" }, { "decorator_line": 158, "file_path": "parlai/core/worlds.py", "line_end": 160, "line_start": 158, "name": "get_acts", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__12
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
get_all_review_status
parlai/mturk/core/handler_template.py
261
279
[ { "decorator_line": 196, "file_path": "parlai/mturk/core/data_model.py", "line_end": 197, "line_start": 196, "name": "get_all_review_status", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__13
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
tokenize
parlai/core/dict.py
197
202
[ { "decorator_line": 179, "file_path": "parlai/core/dict.py", "line_end": 182, "line_start": 179, "name": "_sent_tokenize", "type": "function" }, { "decorator_line": 184, "file_path": "parlai/core/dict.py", "line_end": 195, "line_start": 184, "name": "_word_tokenize", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__14
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
act
parlai/agents/ir_baseline/agents.py
127
142
[ { "decorator_line": 64, "file_path": "parlai/core/agents.py", "line_end": 65, "line_start": 64, "name": "getID", "type": "function" }, { "decorator_line": 59, "file_path": "parlai/agents/ir_baseline/agents.py", "line_end": 72, "line_start": 59, "name": "build_query_representation", "type": "function" }, { "decorator_line": 89, "file_path": "parlai/agents/ir_baseline/agents.py", "line_end": 107, "line_start": 89, "name": "rank_candidates", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__15
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
ids_to_tasks
parlai/tasks/tasks.py
54
55
[ { "decorator_line": 45, "file_path": "parlai/tasks/tasks.py", "line_end": 51, "line_start": 45, "name": "_id_to_task", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__16
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
parse_args
parlai/core/params.py
97
111
[ { "decorator_line": 16, "file_path": "parlai/core/params.py", "line_end": 20, "line_start": 16, "name": "path", "type": "function" }, { "decorator_line": 113, "file_path": "parlai/core/params.py", "line_end": 118, "line_start": 113, "name": "print_args", "type": "function" } ]
2
facebookresearch__ParlAI__b92347f2__17
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
setup_aws
parlai/mturk/core/setup_aws.py
634
642
[ { "decorator_line": 143, "file_path": "parlai/mturk/core/setup_aws.py", "line_end": 150, "line_start": 143, "name": "get_requester_key", "type": "function" }, { "decorator_line": 152, "file_path": "parlai/mturk/core/setup_aws.py", "line_end": 228, "line_start": 152, "name": "setup_rds", "type": "function" }, { "decorator_line": 230, "file_path": "parlai/mturk/core/setup_aws.py", "line_end": 437, "line_start": 230, "name": "setup_relay_server_api", "type": "function" } ]
3
facebookresearch__ParlAI__b92347f2__18
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
reset
parlai/core/dialog_teacher.py
61
68
[ { "decorator_line": 170, "file_path": "parlai/core/metrics.py", "line_end": 176, "line_start": 170, "name": "clear", "type": "function" } ]
1
facebookresearch__ParlAI__b92347f2__19
facebookresearch/ParlAI
b92347f260dbf363a215b4b7a4139dc7fabda89e
create_agents
parlai/tasks/booktest/agents.py
75
80
[ { "decorator_line": 26, "file_path": "parlai/tasks/booktest/agents.py", "line_end": 72, "line_start": 26, "name": "StreamTeacher", "type": "class" }, { "decorator_line": 13, "file_path": "parlai/tasks/booktest/agents.py", "line_end": 23, "line_start": 13, "name": "EvalTeacher", "type": "class" } ]
2
elastic__elasticsearch-py__fe897ebe__0
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
test_dicts_are_left_unchanged
test_elasticsearch/test_client/__init__.py
40
41
[ { "decorator_line": 17, "file_path": "elasticsearch/client/__init__.py", "line_end": 59, "line_start": 17, "name": "_normalize_hosts", "type": "function" } ]
1
elastic__elasticsearch-py__fe897ebe__1
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
clear_cache
elasticsearch/client/indices.py
663
686
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
2
elastic__elasticsearch-py__fe897ebe__2
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
reindex_rethrottle
elasticsearch/client/__init__.py
772
782
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 263, "file_path": "elasticsearch/transport.py", "line_end": 348, "line_start": 263, "name": "perform_request", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
3
elastic__elasticsearch-py__fe897ebe__3
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
query_params
elasticsearch/client/utils.py
51
74
[ { "decorator_line": 10, "file_path": "elasticsearch/client/utils.py", "line_end": 36, "line_start": 10, "name": "_escape", "type": "function" } ]
1
elastic__elasticsearch-py__fe897ebe__4
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
test_add_connection
test_elasticsearch/test_transport.py
128
133
[ { "decorator_line": 29, "file_path": "elasticsearch/transport.py", "line_end": 354, "line_start": 29, "name": "Transport", "type": "class" }, { "decorator_line": 123, "file_path": "elasticsearch/transport.py", "line_end": 130, "line_start": 123, "name": "add_connection", "type": "function" } ]
2
elastic__elasticsearch-py__fe897ebe__5
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
get_source
elasticsearch/client/__init__.py
415
446
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 263, "file_path": "elasticsearch/transport.py", "line_end": 348, "line_start": 263, "name": "perform_request", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
3
elastic__elasticsearch-py__fe897ebe__6
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
test_all_documents_get_inserted
test_elasticsearch/test_server/test_helpers.py
109
116
[ { "decorator_line": 164, "file_path": "elasticsearch/helpers/__init__.py", "line_end": 202, "line_start": 164, "name": "bulk", "type": "function" } ]
1
elastic__elasticsearch-py__fe897ebe__7
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
delete
elasticsearch/client/indices.py
186
199
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
2
elastic__elasticsearch-py__fe897ebe__8
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
delete_template
elasticsearch/client/__init__.py
1,514
1,524
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 263, "file_path": "elasticsearch/transport.py", "line_end": 348, "line_start": 263, "name": "perform_request", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
3
elastic__elasticsearch-py__fe897ebe__9
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
test_master_only_nodes_are_ignored
test_elasticsearch/test_transport.py
51
60
[ { "decorator_line": 10, "file_path": "elasticsearch/transport.py", "line_end": 27, "line_start": 10, "name": "get_host_info", "type": "function" } ]
1
elastic__elasticsearch-py__fe897ebe__10
elastic/elasticsearch-py
fe897ebe0d2167e91ea19fa9a81f448a861d58d1
stats
elasticsearch/client/indices.py
567
592
[ { "decorator_line": 51, "file_path": "elasticsearch/client/utils.py", "line_end": 74, "line_start": 51, "name": "query_params", "type": "function" }, { "decorator_line": 38, "file_path": "elasticsearch/client/utils.py", "line_end": 46, "line_start": 38, "name": "_make_path", "type": "function" } ]
2
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
20