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
|
|---|---|---|---|---|---|---|---|---|
google__flax__3d6b1e81__2
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
test_collection_multiple_calls
|
tests/nn_test.py
| 336
| 344
|
[
{
"decorator_line": 946,
"file_path": "flax/nn/base.py",
"line_end": 955,
"line_start": 947,
"name": "mutate",
"type": "function"
},
{
"decorator_line": 911,
"file_path": "flax/nn/base.py",
"line_end": 1069,
"line_start": 911,
"name": "Collection",
"type": "class"
},
{
"decorator_line": 438,
"file_path": "flax/nn/base.py",
"line_end": 463,
"line_start": 439,
"name": "init",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__3
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
restore_state
|
flax/optim.py
| 192
| 214
|
[
{
"decorator_line": 40,
"file_path": "flax/serialization.py",
"line_end": 64,
"line_start": 40,
"name": "from_state_dict",
"type": "function"
}
] | 1
|
google__flax__3d6b1e81__4
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
iterate
|
flax/traverse_util.py
| 237
| 239
|
[
{
"decorator_line": 139,
"file_path": "flax/traverse_util.py",
"line_end": 148,
"line_start": 140,
"name": "iterate",
"type": "function"
},
{
"decorator_line": 310,
"file_path": "flax/traverse_util.py",
"line_end": 314,
"line_start": 310,
"name": "iterate",
"type": "function"
}
] | 2
|
google__flax__3d6b1e81__5
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
train_step
|
examples/seq2seq/train.py
| 225
| 237
|
[
{
"decorator_line": 204,
"file_path": "examples/seq2seq/train.py",
"line_end": 206,
"line_start": 204,
"name": "cross_entropy_loss",
"type": "function"
},
{
"decorator_line": 230,
"file_path": "flax/optim.py",
"line_end": 245,
"line_start": 230,
"name": "apply_gradient",
"type": "function"
},
{
"decorator_line": 209,
"file_path": "examples/seq2seq/train.py",
"line_end": 221,
"line_start": 209,
"name": "compute_metrics",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__6
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
compose
|
flax/traverse_util.py
| 169
| 171
|
[
{
"decorator_line": 224,
"file_path": "flax/traverse_util.py",
"line_end": 239,
"line_start": 224,
"name": "TraverseCompose",
"type": "class"
}
] | 1
|
google__flax__3d6b1e81__7
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
test_shared_module
|
tests/nn_test.py
| 104
| 111
|
[
{
"decorator_line": 438,
"file_path": "flax/nn/base.py",
"line_end": 463,
"line_start": 439,
"name": "init",
"type": "function"
},
{
"decorator_line": 870,
"file_path": "flax/nn/base.py",
"line_end": 908,
"line_start": 871,
"name": "Model",
"type": "class"
}
] | 2
|
google__flax__3d6b1e81__8
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
create_optimizer
|
examples/cifar10/train.py
| 102
| 108
|
[
{
"decorator_line": 550,
"file_path": "flax/optim.py",
"line_end": 585,
"line_start": 550,
"name": "Momentum",
"type": "class"
},
{
"decorator_line": 169,
"file_path": "flax/optim.py",
"line_end": 184,
"line_start": 169,
"name": "create",
"type": "function"
},
{
"decorator_line": 39,
"file_path": "flax/jax_utils.py",
"line_end": 49,
"line_start": 39,
"name": "replicate",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__9
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
test_group_norm
|
tests/nn_test.py
| 561
| 576
|
[
{
"decorator_line": 438,
"file_path": "flax/nn/base.py",
"line_end": 463,
"line_start": 439,
"name": "init",
"type": "function"
}
] | 1
|
google__flax__3d6b1e81__10
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
apply
|
flax/nn/linear.py
| 40
| 124
|
[
{
"decorator_line": 32,
"file_path": "flax/nn/linear.py",
"line_end": 34,
"line_start": 32,
"name": "_normalize_axes",
"type": "function"
},
{
"decorator_line": 513,
"file_path": "flax/nn/base.py",
"line_end": 538,
"line_start": 513,
"name": "param",
"type": "function"
}
] | 2
|
google__flax__3d6b1e81__11
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
loss_fn
|
examples/cifar10/train.py
| 131
| 145
|
[
{
"decorator_line": 799,
"file_path": "flax/nn/base.py",
"line_end": 848,
"line_start": 800,
"name": "stateful",
"type": "function"
},
{
"decorator_line": 51,
"file_path": "flax/nn/stochastic.py",
"line_end": 61,
"line_start": 52,
"name": "stochastic",
"type": "function"
},
{
"decorator_line": 111,
"file_path": "examples/cifar10/train.py",
"line_end": 115,
"line_start": 111,
"name": "cross_entropy_loss",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__12
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
apply
|
tests/nn_test.py
| 139
| 142
|
[
{
"decorator_line": 283,
"file_path": "flax/nn/base.py",
"line_end": 323,
"line_start": 284,
"name": "shared",
"type": "function"
}
] | 1
|
google__flax__3d6b1e81__13
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
make_rng
|
flax/nn/stochastic.py
| 38
| 48
|
[
{
"decorator_line": 74,
"file_path": "flax/nn/utils.py",
"line_end": 78,
"line_start": 74,
"name": "_trace_level",
"type": "function"
},
{
"decorator_line": 81,
"file_path": "flax/nn/utils.py",
"line_end": 86,
"line_start": 81,
"name": "_current_trace",
"type": "function"
}
] | 2
|
google__flax__3d6b1e81__14
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
train_step
|
examples/lm1b/train.py
| 259
| 285
|
[
{
"decorator_line": 51,
"file_path": "flax/nn/stochastic.py",
"line_end": 61,
"line_start": 52,
"name": "stochastic",
"type": "function"
},
{
"decorator_line": 199,
"file_path": "examples/lm1b/train.py",
"line_end": 220,
"line_start": 199,
"name": "compute_weighted_cross_entropy",
"type": "function"
},
{
"decorator_line": 246,
"file_path": "examples/lm1b/train.py",
"line_end": 256,
"line_start": 246,
"name": "compute_metrics",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__15
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
sentence_dataset_dict
|
examples/nlp_seq/input_pipeline.py
| 188
| 245
|
[
{
"decorator_line": 151,
"file_path": "examples/nlp_seq/input_pipeline.py",
"line_end": 185,
"line_start": 151,
"name": "sentences_from_conll_data",
"type": "function"
}
] | 1
|
google__flax__3d6b1e81__16
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
test_complex_serialization
|
tests/serialization_test.py
| 141
| 145
|
[
{
"decorator_line": 239,
"file_path": "flax/serialization.py",
"line_end": 253,
"line_start": 239,
"name": "msgpack_restore",
"type": "function"
},
{
"decorator_line": 223,
"file_path": "flax/serialization.py",
"line_end": 236,
"line_start": 223,
"name": "msgpack_serialize",
"type": "function"
}
] | 2
|
google__flax__3d6b1e81__17
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
test_nested_model_capture_outputs
|
tests/nn_test.py
| 227
| 240
|
[
{
"decorator_line": 438,
"file_path": "flax/nn/base.py",
"line_end": 463,
"line_start": 439,
"name": "init",
"type": "function"
},
{
"decorator_line": 870,
"file_path": "flax/nn/base.py",
"line_end": 908,
"line_start": 871,
"name": "Model",
"type": "class"
},
{
"decorator_line": 753,
"file_path": "flax/nn/base.py",
"line_end": 762,
"line_start": 754,
"name": "capture_module_outputs",
"type": "function"
}
] | 3
|
google__flax__3d6b1e81__18
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
create_stepped_learning_rate_schedule
|
flax/training/lr_schedule.py
| 52
| 95
|
[
{
"decorator_line": 21,
"file_path": "flax/training/lr_schedule.py",
"line_end": 23,
"line_start": 21,
"name": "_piecewise_constant",
"type": "function"
}
] | 1
|
google__flax__3d6b1e81__19
|
google/flax
|
3d6b1e81285d7b945829fc56f9517be09c8234dd
|
apply
|
examples/seq2seq/train.py
| 135
| 164
|
[
{
"decorator_line": 107,
"file_path": "examples/seq2seq/train.py",
"line_end": 117,
"line_start": 107,
"name": "Encoder",
"type": "class"
},
{
"decorator_line": 283,
"file_path": "flax/nn/base.py",
"line_end": 323,
"line_start": 284,
"name": "shared",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__0
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
renew_attention_paths
|
scripts/convert_ddpm_original_checkpoint_to_diffusers.py
| 32
| 50
|
[
{
"decorator_line": 6,
"file_path": "scripts/convert_ddpm_original_checkpoint_to_diffusers.py",
"line_end": 13,
"line_start": 6,
"name": "shave_segments",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__1
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
add_handler
|
src/diffusers/utils/logging.py
| 206
| 212
|
[
{
"decorator_line": 76,
"file_path": "src/diffusers/utils/logging.py",
"line_end": 91,
"line_start": 76,
"name": "_configure_library_root_logger",
"type": "function"
},
{
"decorator_line": 71,
"file_path": "src/diffusers/utils/logging.py",
"line_end": 73,
"line_start": 71,
"name": "_get_library_root_logger",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__2
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_karras_ve_pipeline
|
tests/test_modeling_utils.py
| 987
| 1,000
|
[
{
"decorator_line": 201,
"file_path": "src/diffusers/modeling_utils.py",
"line_end": 428,
"line_start": 202,
"name": "from_pretrained",
"type": "function"
},
{
"decorator_line": 24,
"file_path": "src/diffusers/schedulers/scheduling_karras_ve.py",
"line_end": 126,
"line_start": 24,
"name": "KarrasVeScheduler",
"type": "class"
},
{
"decorator_line": 10,
"file_path": "src/diffusers/pipelines/stochatic_karras_ve/pipeline_stochastic_karras_ve.py",
"line_end": 80,
"line_start": 10,
"name": "KarrasVePipeline",
"type": "class"
}
] | 3
|
huggingface__diffusers__df90f0ce__3
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
default
|
src/diffusers/models/attention.py
| 296
| 299
|
[
{
"decorator_line": 292,
"file_path": "src/diffusers/models/attention.py",
"line_end": 293,
"line_start": 292,
"name": "exists",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__4
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_stable_diffusion_fast_ddim
|
tests/test_modeling_utils.py
| 887
| 910
|
[
{
"decorator_line": 114,
"file_path": "src/diffusers/pipeline_utils.py",
"line_end": 227,
"line_start": 115,
"name": "from_pretrained",
"type": "function"
},
{
"decorator_line": 50,
"file_path": "src/diffusers/schedulers/scheduling_ddim.py",
"line_end": 183,
"line_start": 50,
"name": "DDIMScheduler",
"type": "class"
}
] | 2
|
huggingface__diffusers__df90f0ce__5
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
step
|
src/diffusers/schedulers/scheduling_ddpm.py
| 130
| 179
|
[
{
"decorator_line": 36,
"file_path": "src/diffusers/schedulers/scheduling_utils.py",
"line_end": 44,
"line_start": 36,
"name": "clip",
"type": "function"
},
{
"decorator_line": 87,
"file_path": "src/diffusers/schedulers/scheduling_utils.py",
"line_end": 95,
"line_start": 87,
"name": "randn_like",
"type": "function"
},
{
"decorator_line": 97,
"file_path": "src/diffusers/schedulers/scheduling_ddpm.py",
"line_end": 128,
"line_start": 97,
"name": "_get_variance",
"type": "function"
}
] | 3
|
huggingface__diffusers__df90f0ce__6
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
set_timesteps
|
src/diffusers/schedulers/scheduling_pndm.py
| 99
| 124
|
[
{
"decorator_line": 27,
"file_path": "src/diffusers/schedulers/scheduling_utils.py",
"line_end": 34,
"line_start": 27,
"name": "set_format",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__7
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
check_models_are_auto_configured
|
utils/check_repo.py
| 445
| 456
|
[
{
"decorator_line": 269,
"file_path": "utils/check_repo.py",
"line_end": 279,
"line_start": 269,
"name": "get_models",
"type": "function"
},
{
"decorator_line": 434,
"file_path": "utils/check_repo.py",
"line_end": 442,
"line_start": 434,
"name": "ignore_unautoclassed",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__8
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_score_sde_ve_pipeline
|
tests/test_modeling_utils.py
| 913
| 929
|
[
{
"decorator_line": 201,
"file_path": "src/diffusers/modeling_utils.py",
"line_end": 428,
"line_start": 202,
"name": "from_pretrained",
"type": "function"
},
{
"decorator_line": 90,
"file_path": "src/diffusers/configuration_utils.py",
"line_end": 101,
"line_start": 91,
"name": "from_config",
"type": "function"
},
{
"decorator_line": 7,
"file_path": "src/diffusers/pipelines/score_sde_ve/pipeline_score_sde_ve.py",
"line_end": 48,
"line_start": 7,
"name": "ScoreSdeVePipeline",
"type": "class"
}
] | 3
|
huggingface__diffusers__df90f0ce__9
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_variance_type
|
tests/test_scheduler.py
| 232
| 234
|
[
{
"decorator_line": 65,
"file_path": "tests/test_scheduler.py",
"line_end": 90,
"line_start": 65,
"name": "check_over_configs",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__10
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_from_pretrained_hub_pass_model
|
tests/test_modeling_utils.py
| 721
| 739
|
[
{
"decorator_line": 201,
"file_path": "src/diffusers/modeling_utils.py",
"line_end": 428,
"line_start": 202,
"name": "from_pretrained",
"type": "function"
},
{
"decorator_line": 114,
"file_path": "src/diffusers/pipeline_utils.py",
"line_end": 227,
"line_start": 115,
"name": "from_pretrained",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__11
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
get_all_auto_configured_models
|
utils/check_repo.py
| 416
| 431
|
[
{
"decorator_line": 146,
"file_path": "src/diffusers/utils/import_utils.py",
"line_end": 147,
"line_start": 146,
"name": "is_torch_available",
"type": "function"
},
{
"decorator_line": 150,
"file_path": "src/diffusers/utils/import_utils.py",
"line_end": 151,
"line_start": 150,
"name": "is_tf_available",
"type": "function"
},
{
"decorator_line": 154,
"file_path": "src/diffusers/utils/import_utils.py",
"line_end": 155,
"line_start": 154,
"name": "is_flax_available",
"type": "function"
}
] | 3
|
huggingface__diffusers__df90f0ce__12
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_time_indices
|
tests/test_scheduler.py
| 240
| 242
|
[
{
"decorator_line": 92,
"file_path": "tests/test_scheduler.py",
"line_end": 120,
"line_start": 92,
"name": "check_over_forward",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__13
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_full_loop_no_noise
|
tests/test_scheduler.py
| 257
| 285
|
[
{
"decorator_line": 206,
"file_path": "tests/test_scheduler.py",
"line_end": 218,
"line_start": 206,
"name": "get_scheduler_config",
"type": "function"
},
{
"decorator_line": 59,
"file_path": "tests/test_scheduler.py",
"line_end": 63,
"line_start": 59,
"name": "dummy_model",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__14
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
check_all_models_are_tested
|
utils/check_repo.py
| 396
| 413
|
[
{
"decorator_line": 230,
"file_path": "utils/check_repo.py",
"line_end": 266,
"line_start": 230,
"name": "get_model_modules",
"type": "function"
},
{
"decorator_line": 314,
"file_path": "utils/check_repo.py",
"line_end": 348,
"line_start": 314,
"name": "get_model_test_files",
"type": "function"
},
{
"decorator_line": 371,
"file_path": "utils/check_repo.py",
"line_end": 393,
"line_start": 371,
"name": "check_models_are_tested",
"type": "function"
}
] | 3
|
huggingface__diffusers__df90f0ce__15
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
normalization
|
src/diffusers/models/resnet.py
| 691
| 697
|
[
{
"decorator_line": 700,
"file_path": "src/diffusers/models/resnet.py",
"line_end": 711,
"line_start": 700,
"name": "GroupNorm32",
"type": "class"
}
] | 1
|
huggingface__diffusers__df90f0ce__16
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
get_class_from_dynamic_module
|
src/diffusers/dynamic_modules_utils.py
| 248
| 334
|
[
{
"decorator_line": 150,
"file_path": "src/diffusers/dynamic_modules_utils.py",
"line_end": 245,
"line_start": 150,
"name": "get_cached_module_file",
"type": "function"
},
{
"decorator_line": 141,
"file_path": "src/diffusers/dynamic_modules_utils.py",
"line_end": 147,
"line_start": 141,
"name": "get_class_in_module",
"type": "function"
}
] | 2
|
huggingface__diffusers__df90f0ce__17
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
check_models_are_in_init
|
utils/check_repo.py
| 297
| 309
|
[
{
"decorator_line": 230,
"file_path": "utils/check_repo.py",
"line_end": 266,
"line_start": 230,
"name": "get_model_modules",
"type": "function"
},
{
"decorator_line": 269,
"file_path": "utils/check_repo.py",
"line_end": 279,
"line_start": 269,
"name": "get_models",
"type": "function"
},
{
"decorator_line": 282,
"file_path": "utils/check_repo.py",
"line_end": 294,
"line_start": 282,
"name": "is_a_private_model",
"type": "function"
}
] | 3
|
huggingface__diffusers__df90f0ce__18
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
test_stable_diffusion
|
tests/test_modeling_utils.py
| 866
| 883
|
[
{
"decorator_line": 114,
"file_path": "src/diffusers/pipeline_utils.py",
"line_end": 227,
"line_start": 115,
"name": "from_pretrained",
"type": "function"
}
] | 1
|
huggingface__diffusers__df90f0ce__19
|
huggingface/diffusers
|
df90f0ce989dcccd7ef2fe9ff085da3197b2f2ad
|
from_pretrained
|
src/diffusers/modeling_utils.py
| 202
| 428
|
[
{
"decorator_line": 65,
"file_path": "src/diffusers/modeling_utils.py",
"line_end": 90,
"line_start": 65,
"name": "load_state_dict",
"type": "function"
},
{
"decorator_line": 430,
"file_path": "src/diffusers/modeling_utils.py",
"line_end": 532,
"line_start": 431,
"name": "_load_pretrained_model",
"type": "function"
}
] | 2
|
secdev__scapy__5a5bea6a__0
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
answers
|
scapy/contrib/isis.py
| 760
| 761
|
[
{
"decorator_line": 723,
"file_path": "scapy/contrib/isis.py",
"line_end": 725,
"line_start": 723,
"name": "_snp_answers",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__1
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
getfield
|
scapy/contrib/ldp.py
| 100
| 102
|
[
{
"decorator_line": 96,
"file_path": "scapy/contrib/ldp.py",
"line_end": 99,
"line_start": 96,
"name": "size",
"type": "function"
},
{
"decorator_line": 60,
"file_path": "scapy/contrib/ldp.py",
"line_end": 79,
"line_start": 60,
"name": "m2i",
"type": "function"
}
] | 2
|
secdev__scapy__5a5bea6a__2
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
BEGIN
|
scapy/layers/tftp.py
| 228
| 241
|
[
{
"decorator_line": 20,
"file_path": "scapy/layers/tftp.py",
"line_end": 22,
"line_start": 20,
"name": "TFTP",
"type": "class"
},
{
"decorator_line": 36,
"file_path": "scapy/layers/tftp.py",
"line_end": 43,
"line_start": 36,
"name": "TFTP_WRQ",
"type": "class"
},
{
"decorator_line": 244,
"file_path": "scapy/layers/tftp.py",
"line_end": 246,
"line_start": 245,
"name": "WAITING_ACK",
"type": "function"
}
] | 3
|
secdev__scapy__5a5bea6a__3
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
SEND_FILE
|
scapy/layers/tftp.py
| 445
| 446
|
[
{
"decorator_line": 45,
"file_path": "scapy/layers/tftp.py",
"line_end": 51,
"line_start": 45,
"name": "TFTP_DATA",
"type": "class"
}
] | 1
|
secdev__scapy__5a5bea6a__4
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
nmap_sig
|
scapy/modules/nmap.py
| 123
| 152
|
[
{
"decorator_line": 93,
"file_path": "scapy/modules/nmap.py",
"line_end": 107,
"line_start": 93,
"name": "nmap_udppacket_sig",
"type": "function"
},
{
"decorator_line": 79,
"file_path": "scapy/modules/nmap.py",
"line_end": 90,
"line_start": 79,
"name": "nmap_tcppacket_sig",
"type": "function"
}
] | 2
|
secdev__scapy__5a5bea6a__5
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
encrypt
|
scapy/layers/ipsec.py
| 299
| 321
|
[
{
"decorator_line": 213,
"file_path": "scapy/layers/ipsec.py",
"line_end": 221,
"line_start": 213,
"name": "check_key",
"type": "function"
},
{
"decorator_line": 233,
"file_path": "scapy/layers/ipsec.py",
"line_end": 266,
"line_start": 233,
"name": "new_cipher",
"type": "function"
},
{
"decorator_line": 89,
"file_path": "scapy/layers/ipsec.py",
"line_end": 109,
"line_start": 89,
"name": "ESP",
"type": "class"
}
] | 3
|
secdev__scapy__5a5bea6a__6
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
receive_rrq
|
scapy/layers/tftp.py
| 394
| 396
|
[
{
"decorator_line": 399,
"file_path": "scapy/layers/tftp.py",
"line_end": 425,
"line_start": 400,
"name": "RECEIVED_RRQ",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__7
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
get_if_hwaddr
|
scapy/arch/__init__.py
| 45
| 50
|
[
{
"decorator_line": 38,
"file_path": "scapy/arch/__init__.py",
"line_end": 39,
"line_start": 38,
"name": "str2mac",
"type": "function"
},
{
"decorator_line": 13,
"file_path": "scapy/error.py",
"line_end": 14,
"line_start": 13,
"name": "Scapy_Exception",
"type": "class"
}
] | 2
|
secdev__scapy__5a5bea6a__8
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
resolve
|
scapy/as_resolvers.py
| 52
| 60
|
[
{
"decorator_line": 23,
"file_path": "scapy/as_resolvers.py",
"line_end": 28,
"line_start": 23,
"name": "_start",
"type": "function"
},
{
"decorator_line": 45,
"file_path": "scapy/as_resolvers.py",
"line_end": 51,
"line_start": 45,
"name": "_resolve_one",
"type": "function"
},
{
"decorator_line": 29,
"file_path": "scapy/as_resolvers.py",
"line_end": 30,
"line_start": 29,
"name": "_stop",
"type": "function"
}
] | 3
|
secdev__scapy__5a5bea6a__9
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
i2m
|
scapy/contrib/ppi_geotag.py
| 45
| 50
|
[
{
"decorator_line": 35,
"file_path": "scapy/contrib/ppi_geotag.py",
"line_end": 44,
"line_start": 35,
"name": "h2i",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__10
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
post_build
|
scapy/contrib/bgp.py
| 131
| 141
|
[
{
"decorator_line": 27,
"file_path": "scapy/contrib/bgp.py",
"line_end": 30,
"line_start": 27,
"name": "i2len",
"type": "function"
},
{
"decorator_line": 12,
"file_path": "scapy/contrib/bgp.py",
"line_end": 45,
"line_start": 12,
"name": "BGPIPField",
"type": "class"
}
] | 2
|
secdev__scapy__5a5bea6a__11
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
sign
|
scapy/layers/ipsec.py
| 487
| 512
|
[
{
"decorator_line": 466,
"file_path": "scapy/layers/ipsec.py",
"line_end": 474,
"line_start": 466,
"name": "check_key",
"type": "function"
},
{
"decorator_line": 476,
"file_path": "scapy/layers/ipsec.py",
"line_end": 485,
"line_start": 476,
"name": "new_mac",
"type": "function"
},
{
"decorator_line": 655,
"file_path": "scapy/layers/ipsec.py",
"line_end": 722,
"line_start": 655,
"name": "zero_mutable_fields",
"type": "function"
}
] | 3
|
secdev__scapy__5a5bea6a__12
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
i2repr
|
scapy/contrib/ppi_geotag.py
| 85
| 90
|
[
{
"decorator_line": 59,
"file_path": "scapy/contrib/ppi_geotag.py",
"line_end": 68,
"line_start": 59,
"name": "i2h",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__13
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
nmap_fp
|
scapy/modules/nmap.py
| 181
| 186
|
[
{
"decorator_line": 123,
"file_path": "scapy/modules/nmap.py",
"line_end": 152,
"line_start": 123,
"name": "nmap_sig",
"type": "function"
},
{
"decorator_line": 165,
"file_path": "scapy/modules/nmap.py",
"line_end": 177,
"line_start": 165,
"name": "nmap_search",
"type": "function"
}
] | 2
|
secdev__scapy__5a5bea6a__14
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
SEND_DATA
|
scapy/layers/tftp.py
| 270
| 276
|
[
{
"decorator_line": 45,
"file_path": "scapy/layers/tftp.py",
"line_end": 51,
"line_start": 45,
"name": "TFTP_DATA",
"type": "class"
},
{
"decorator_line": 244,
"file_path": "scapy/layers/tftp.py",
"line_end": 246,
"line_start": 245,
"name": "WAITING_ACK",
"type": "function"
},
{
"decorator_line": 286,
"file_path": "scapy/layers/tftp.py",
"line_end": 288,
"line_start": 287,
"name": "END",
"type": "function"
}
] | 3
|
secdev__scapy__5a5bea6a__15
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
answers
|
scapy/contrib/isis.py
| 753
| 754
|
[
{
"decorator_line": 723,
"file_path": "scapy/contrib/isis.py",
"line_end": 725,
"line_start": 723,
"name": "_snp_answers",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__16
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
getfield
|
scapy/contrib/ldp.py
| 150
| 152
|
[
{
"decorator_line": 146,
"file_path": "scapy/contrib/ldp.py",
"line_end": 149,
"line_start": 146,
"name": "size",
"type": "function"
},
{
"decorator_line": 129,
"file_path": "scapy/contrib/ldp.py",
"line_end": 137,
"line_start": 129,
"name": "m2i",
"type": "function"
}
] | 2
|
secdev__scapy__5a5bea6a__17
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
decrypt
|
scapy/layers/ipsec.py
| 323
| 365
|
[
{
"decorator_line": 213,
"file_path": "scapy/layers/ipsec.py",
"line_end": 221,
"line_start": 213,
"name": "check_key",
"type": "function"
},
{
"decorator_line": 233,
"file_path": "scapy/layers/ipsec.py",
"line_end": 266,
"line_start": 233,
"name": "new_cipher",
"type": "function"
},
{
"decorator_line": 117,
"file_path": "scapy/layers/ipsec.py",
"line_end": 137,
"line_start": 117,
"name": "_ESPPlain",
"type": "class"
}
] | 3
|
secdev__scapy__5a5bea6a__18
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
guess_payload_class
|
scapy/contrib/ldp.py
| 309
| 310
|
[
{
"decorator_line": 31,
"file_path": "scapy/contrib/ldp.py",
"line_end": 52,
"line_start": 31,
"name": "guess_payload",
"type": "function"
}
] | 1
|
secdev__scapy__5a5bea6a__19
|
secdev/scapy
|
5a5bea6ac048bb7cdaa4c64294ceda4e0bbdefe3
|
encrypt
|
scapy/layers/ipsec.py
| 902
| 921
|
[
{
"decorator_line": 797,
"file_path": "scapy/layers/ipsec.py",
"line_end": 850,
"line_start": 797,
"name": "_encrypt_esp",
"type": "function"
},
{
"decorator_line": 852,
"file_path": "scapy/layers/ipsec.py",
"line_end": 900,
"line_start": 852,
"name": "_encrypt_ah",
"type": "function"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__0
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_get_success_url
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py
| 50
| 56
|
[
{
"decorator_line": 31,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py",
"line_end": 33,
"line_start": 31,
"name": "get_success_url",
"type": "function"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__1
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_get_redirect_url
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py
| 19
| 33
|
[
{
"decorator_line": 15,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py",
"line_end": 20,
"line_start": 15,
"name": "UserRedirectView",
"type": "class"
},
{
"decorator_line": 18,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py",
"line_end": 20,
"line_start": 18,
"name": "get_redirect_url",
"type": "function"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__2
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_get_object
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py
| 58
| 63
|
[
{
"decorator_line": 35,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py",
"line_end": 37,
"line_start": 35,
"name": "get_object",
"type": "function"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__3
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_clean_username_success
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_admin.py
| 10
| 23
|
[
{
"decorator_line": 12,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/admin.py",
"line_end": 27,
"line_start": 12,
"name": "MyUserCreationForm",
"type": "class"
},
{
"decorator_line": 21,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/admin.py",
"line_end": 27,
"line_start": 21,
"name": "clean_username",
"type": "function"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__4
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_clean_username_false
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_admin.py
| 25
| 39
|
[
{
"decorator_line": 12,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/admin.py",
"line_end": 27,
"line_start": 12,
"name": "MyUserCreationForm",
"type": "class"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__5
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_default_configuration
|
tests/test_cookiecutter_generation.py
| 48
| 57
|
[
{
"decorator_line": 25,
"file_path": "tests/test_cookiecutter_generation.py",
"line_end": 31,
"line_start": 25,
"name": "build_files_list",
"type": "function"
},
{
"decorator_line": 34,
"file_path": "tests/test_cookiecutter_generation.py",
"line_end": 45,
"line_start": 34,
"name": "check_paths",
"type": "function"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__6
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
set_secret_key
|
hooks/post_gen_project.py
| 51
| 64
|
[
{
"decorator_line": 30,
"file_path": "hooks/post_gen_project.py",
"line_end": 48,
"line_start": 30,
"name": "get_random_string",
"type": "function"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__7
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
test_enabled_features
|
tests/test_cookiecutter_generation.py
| 66
| 75
|
[
{
"decorator_line": 25,
"file_path": "tests/test_cookiecutter_generation.py",
"line_end": 31,
"line_start": 25,
"name": "build_files_list",
"type": "function"
},
{
"decorator_line": 34,
"file_path": "tests/test_cookiecutter_generation.py",
"line_end": 45,
"line_start": 34,
"name": "check_paths",
"type": "function"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__8
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
remove_heroku_files
|
hooks/post_gen_project.py
| 116
| 125
|
[
{
"decorator_line": 87,
"file_path": "hooks/post_gen_project.py",
"line_end": 89,
"line_start": 87,
"name": "remove_file",
"type": "function"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__9
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
setUp
|
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py
| 38
| 48
|
[
{
"decorator_line": 12,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests/test_views.py",
"line_end": 14,
"line_start": 12,
"name": "setUp",
"type": "function"
},
{
"decorator_line": 23,
"file_path": "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py",
"line_end": 37,
"line_start": 23,
"name": "UserUpdateView",
"type": "class"
}
] | 2
|
cookiecutter__cookiecutter-django__afb6b79f__10
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
make_secret_key
|
hooks/post_gen_project.py
| 67
| 84
|
[
{
"decorator_line": 51,
"file_path": "hooks/post_gen_project.py",
"line_end": 64,
"line_start": 51,
"name": "set_secret_key",
"type": "function"
}
] | 1
|
cookiecutter__cookiecutter-django__afb6b79f__11
|
cookiecutter/cookiecutter-django
|
afb6b79fc3de3cee751ab3d8f34ac117aa40dc2b
|
remove_certbot_files
|
hooks/post_gen_project.py
| 169
| 176
|
[
{
"decorator_line": 87,
"file_path": "hooks/post_gen_project.py",
"line_end": 89,
"line_start": 87,
"name": "remove_file",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__0
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
send
|
src/pyload/plugins/addons/PushOver.py
| 37
| 47
|
[
{
"decorator_line": 155,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 260,
"line_start": 155,
"name": "load",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__1
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
signin
|
src/pyload/plugins/accounts/OneFichierCom.py
| 53
| 83
|
[
{
"decorator_line": 155,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 260,
"line_start": 155,
"name": "load",
"type": "function"
},
{
"decorator_line": 495,
"file_path": "src/pyload/plugins/base/account.py",
"line_end": 496,
"line_start": 495,
"name": "fail_login",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__2
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
api_request
|
src/pyload/plugins/decrypters/GoogledriveComFolder.py
| 43
| 69
|
[
{
"decorator_line": 503,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 505,
"line_start": 503,
"name": "load",
"type": "function"
},
{
"decorator_line": 81,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 82,
"line_start": 81,
"name": "log_debug",
"type": "function"
},
{
"decorator_line": 90,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 95,
"line_start": 90,
"name": "log_error",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__3
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
error
|
src/pyload/plugins/base/hoster.py
| 409
| 417
|
[
{
"decorator_line": 392,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 407,
"line_start": 392,
"name": "fail",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__4
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
parse_domains
|
src/pyload/plugins/base/multi_account.py
| 118
| 130
|
[
{
"decorator_line": 107,
"file_path": "src/pyload/plugins/base/multi_account.py",
"line_end": 116,
"line_start": 107,
"name": "replace_domains",
"type": "function"
},
{
"decorator_line": 71,
"file_path": "src/pyload/core/utils/purge.py",
"line_end": 75,
"line_start": 71,
"name": "uniquify",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__5
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
send
|
src/pyload/plugins/addons/AppriseNotify.py
| 38
| 59
|
[
{
"decorator_line": 333,
"file_path": "src/pyload/plugins/helpers.py",
"line_end": 341,
"line_start": 333,
"name": "check_module",
"type": "function"
},
{
"decorator_line": 90,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 95,
"line_start": 90,
"name": "log_error",
"type": "function"
},
{
"decorator_line": 39,
"file_path": "src/pyload/plugins/helpers.py",
"line_end": 55,
"line_start": 39,
"name": "get",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__6
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
premium
|
src/pyload/plugins/base/account.py
| 70
| 71
|
[
{
"decorator_line": 254,
"file_path": "src/pyload/plugins/base/account.py",
"line_end": 256,
"line_start": 254,
"name": "get_data",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__7
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
grab_hosters
|
src/pyload/plugins/accounts/RealdebridCom.py
| 69
| 72
|
[
{
"decorator_line": 36,
"file_path": "src/pyload/plugins/accounts/RealdebridCom.py",
"line_end": 51,
"line_start": 36,
"name": "api_request",
"type": "function"
},
{
"decorator_line": 10,
"file_path": "src/pyload/plugins/accounts/RealdebridCom.py",
"line_end": 11,
"line_start": 10,
"name": "args",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__8
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
periodical_task
|
src/pyload/plugins/addons/DeleteFinished.py
| 28
| 40
|
[
{
"decorator_line": 39,
"file_path": "src/pyload/plugins/helpers.py",
"line_end": 55,
"line_start": 39,
"name": "get",
"type": "function"
},
{
"decorator_line": 84,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 85,
"line_start": 84,
"name": "log_info",
"type": "function"
},
{
"decorator_line": 50,
"file_path": "src/pyload/plugins/addons/DeleteFinished.py",
"line_end": 58,
"line_start": 51,
"name": "delete_finished",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__9
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
grab_hosters
|
src/pyload/plugins/accounts/LinksnappyCom.py
| 31
| 33
|
[
{
"decorator_line": 28,
"file_path": "src/pyload/plugins/accounts/LinksnappyCom.py",
"line_end": 29,
"line_start": 28,
"name": "api_request",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__10
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
decrypt
|
src/pyload/plugins/decrypters/HoerbuchIn.py
| 37
| 53
|
[
{
"decorator_line": 503,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 505,
"line_start": 503,
"name": "load",
"type": "function"
},
{
"decorator_line": 55,
"file_path": "src/pyload/plugins/decrypters/HoerbuchIn.py",
"line_end": 86,
"line_start": 55,
"name": "decrypt_folder",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__11
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
sync_info
|
src/pyload/plugins/base/hoster.py
| 216
| 219
|
[
{
"decorator_line": 184,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 192,
"line_start": 184,
"name": "_update_name",
"type": "function"
},
{
"decorator_line": 194,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 208,
"line_start": 194,
"name": "_update_size",
"type": "function"
},
{
"decorator_line": 210,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 214,
"line_start": 210,
"name": "_update_status",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__12
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
api_info
|
src/pyload/plugins/downloaders/FshareVn.py
| 69
| 94
|
[
{
"decorator_line": 503,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 505,
"line_start": 503,
"name": "load",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__13
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
get_services
|
src/pyload/core/api/__init__.py
| 1,338
| 1,348
|
[
{
"decorator_line": 43,
"file_path": "src/pyload/core/api/__init__.py",
"line_end": 49,
"line_start": 43,
"name": "legacy",
"type": "function"
},
{
"decorator_line": 34,
"file_path": "src/pyload/core/api/__init__.py",
"line_end": 40,
"line_start": 34,
"name": "permission",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__14
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
get_handle
|
src/pyload/core/network/http/http_chunk.py
| 167
| 209
|
[
{
"decorator_line": 211,
"file_path": "src/pyload/core/network/http/http_request.py",
"line_end": 279,
"line_start": 211,
"name": "set_request_context",
"type": "function"
},
{
"decorator_line": 105,
"file_path": "src/pyload/core/network/http/http_chunk.py",
"line_end": 106,
"line_start": 105,
"name": "get_chunk_name",
"type": "function"
},
{
"decorator_line": 151,
"file_path": "src/pyload/core/network/http/http_chunk.py",
"line_end": 165,
"line_start": 151,
"name": "format_range",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__15
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
get_url
|
src/pyload/core/network/request_factory.py
| 131
| 132
|
[
{
"decorator_line": 59,
"file_path": "src/pyload/core/network/request_factory.py",
"line_end": 65,
"line_start": 59,
"name": "get_url",
"type": "function"
}
] | 1
|
pyload__pyload__cd37fa13__16
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
unpause_server
|
src/pyload/core/api/__init__.py
| 246
| 250
|
[
{
"decorator_line": 43,
"file_path": "src/pyload/core/api/__init__.py",
"line_end": 49,
"line_start": 43,
"name": "legacy",
"type": "function"
},
{
"decorator_line": 34,
"file_path": "src/pyload/core/api/__init__.py",
"line_end": 40,
"line_start": 34,
"name": "permission",
"type": "function"
}
] | 2
|
pyload__pyload__cd37fa13__17
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
check_download
|
src/pyload/plugins/downloaders/LibgenIo.py
| 176
| 199
|
[
{
"decorator_line": 343,
"file_path": "src/pyload/plugins/base/downloader.py",
"line_end": 375,
"line_start": 343,
"name": "scan_download",
"type": "function"
},
{
"decorator_line": 87,
"file_path": "src/pyload/plugins/base/plugin.py",
"line_end": 88,
"line_start": 87,
"name": "log_warning",
"type": "function"
},
{
"decorator_line": 460,
"file_path": "src/pyload/plugins/base/hoster.py",
"line_end": 486,
"line_start": 460,
"name": "retry",
"type": "function"
}
] | 3
|
pyload__pyload__cd37fa13__18
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
fail
|
src/pyload/plugins/base/hoster.py
| 392
| 407
|
[
{
"decorator_line": 9,
"file_path": "src/pyload/core/network/exceptions.py",
"line_end": 12,
"line_start": 9,
"name": "Fail",
"type": "class"
}
] | 1
|
pyload__pyload__cd37fa13__19
|
pyload/pyload
|
cd37fa13d4754b9bec56bbeedf212fc72bee97a7
|
signin
|
src/pyload/plugins/accounts/NoPremiumPl.py
| 74
| 86
|
[
{
"decorator_line": 94,
"file_path": "src/pyload/plugins/accounts/NoPremiumPl.py",
"line_end": 95,
"line_start": 94,
"name": "run_auth_query",
"type": "function"
},
{
"decorator_line": 495,
"file_path": "src/pyload/plugins/base/account.py",
"line_end": 496,
"line_start": 495,
"name": "fail_login",
"type": "function"
}
] | 2
|
kedro-org__kedro__c9c49e0d__0
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_load_data
|
tests/io/test_csv_s3.py
| 163
| 166
|
[
{
"decorator_line": 191,
"file_path": "kedro/io/core.py",
"line_end": 213,
"line_start": 191,
"name": "load",
"type": "function"
}
] | 1
|
kedro-org__kedro__c9c49e0d__1
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_full
|
tests/pipeline/test_pipeline.py
| 841
| 860
|
[
{
"decorator_line": 74,
"file_path": "kedro/pipeline/pipeline.py",
"line_end": 666,
"line_start": 74,
"name": "Pipeline",
"type": "class"
},
{
"decorator_line": 225,
"file_path": "kedro/pipeline/pipeline.py",
"line_end": 286,
"line_start": 225,
"name": "describe",
"type": "function"
}
] | 2
|
kedro-org__kedro__c9c49e0d__2
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_parallel_run
|
tests/runner/test_parallel_runner.py
| 97
| 102
|
[
{
"decorator_line": 460,
"file_path": "kedro/io/data_catalog.py",
"line_end": 491,
"line_start": 460,
"name": "add_feed_dict",
"type": "function"
},
{
"decorator_line": 49,
"file_path": "kedro/runner/runner.py",
"line_end": 85,
"line_start": 49,
"name": "run",
"type": "function"
},
{
"decorator_line": 58,
"file_path": "kedro/runner/parallel_runner.py",
"line_end": 197,
"line_start": 58,
"name": "ParallelRunner",
"type": "class"
}
] | 3
|
kedro-org__kedro__c9c49e0d__3
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_save_driver_missing
|
tests/io/test_sql.py
| 153
| 159
|
[
{
"decorator_line": 215,
"file_path": "kedro/io/core.py",
"line_end": 238,
"line_start": 215,
"name": "save",
"type": "function"
}
] | 1
|
kedro-org__kedro__c9c49e0d__4
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_remember_save
|
tests/contrib/io/catalog_with_default/test_data_catalog_with_default.py
| 105
| 110
|
[
{
"decorator_line": 36,
"file_path": "kedro/contrib/io/catalog_with_default/data_catalog_with_default.py",
"line_end": 199,
"line_start": 36,
"name": "DataCatalogWithDefault",
"type": "class"
},
{
"decorator_line": 113,
"file_path": "kedro/contrib/io/catalog_with_default/data_catalog_with_default.py",
"line_end": 131,
"line_start": 113,
"name": "save",
"type": "function"
}
] | 2
|
kedro-org__kedro__c9c49e0d__5
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_specific_list
|
tests/io/test_transformers.py
| 119
| 125
|
[
{
"decorator_line": 493,
"file_path": "kedro/io/data_catalog.py",
"line_end": 526,
"line_start": 493,
"name": "add_transformer",
"type": "function"
},
{
"decorator_line": 307,
"file_path": "kedro/io/data_catalog.py",
"line_end": 347,
"line_start": 307,
"name": "save",
"type": "function"
},
{
"decorator_line": 271,
"file_path": "kedro/io/data_catalog.py",
"line_end": 305,
"line_start": 271,
"name": "load",
"type": "function"
}
] | 3
|
kedro-org__kedro__c9c49e0d__6
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
branchless_pipeline
|
tests/pipeline/test_pipeline.py
| 64
| 84
|
[
{
"decorator_line": 574,
"file_path": "kedro/pipeline/node.py",
"line_end": 631,
"line_start": 574,
"name": "node",
"type": "function"
}
] | 1
|
kedro-org__kedro__c9c49e0d__7
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_load_undefined
|
tests/io/test_lambda_data_set.py
| 94
| 97
|
[
{
"decorator_line": 191,
"file_path": "kedro/io/core.py",
"line_end": 213,
"line_start": 191,
"name": "load",
"type": "function"
},
{
"decorator_line": 36,
"file_path": "kedro/io/lambda_data_set.py",
"line_end": 141,
"line_start": 36,
"name": "LambdaDataSet",
"type": "class"
}
] | 2
|
kedro-org__kedro__c9c49e0d__8
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
test_new_from_config_with_example
|
tests/cli/test_cli_new.py
| 288
| 307
|
[
{
"decorator_line": 227,
"file_path": "tests/cli/test_cli_new.py",
"line_end": 243,
"line_start": 227,
"name": "_create_config_file",
"type": "function"
},
{
"decorator_line": 46,
"file_path": "tests/cli/test_cli_new.py",
"line_end": 58,
"line_start": 46,
"name": "_invoke",
"type": "function"
},
{
"decorator_line": 62,
"file_path": "tests/cli/test_cli_new.py",
"line_end": 95,
"line_start": 62,
"name": "_assert_template_ok",
"type": "function"
}
] | 3
|
kedro-org__kedro__c9c49e0d__9
|
kedro-org/kedro
|
c9c49e0dfe1571e93cf6c57a5bd50d3237aadeb5
|
xls_data_set
|
tests/io/test_excel_local.py
| 41
| 42
|
[
{
"decorator_line": 40,
"file_path": "kedro/io/excel_local.py",
"line_end": 140,
"line_start": 40,
"name": "ExcelLocalDataSet",
"type": "class"
}
] | 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.