Number of duplications

478

Average of occurrences per duplication

4.42

The following list includes all the duplication found in the code, with the information about each file where it was found listed with the following format:
file_name (first_line:first_column - last_line:last_column)
Loading...
tests/test_extra_routes.py (53:1 - 77:26)
tests/test_starlette_exception.py (28:1 - 52:26)
tests/test_tutorial/test_handling_errors/test_tutorial001.py (5:1 - 29:26)
tests/test_tutorial/test_handling_errors/test_tutorial004.py (5:1 - 29:26)
tests/test_tutorial/test_handling_errors/test_tutorial006.py (5:1 - 29:26)
tests/test_tutorial/test_query_params/test_tutorial005.py (6:1 - 30:26)
tests/test_tutorial/test_query_params/test_tutorial006.py (6:1 - 30:26)
Loading...
tests/test_multi_body_errors.py (21:1 - 46:26)
tests/test_tutorial/test_body/test_tutorial001.py (8:1 - 32:26)
Loading...
tests/test_put_no_body.py (12:1 - 37:26)
tests/test_tutorial/test_body_fields/test_tutorial001.py (6:1 - 31:26)
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py (6:1 - 30:26)
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py (6:1 - 30:26)
tests/test_tutorial/test_extra_data_types/test_tutorial001.py (5:1 - 30:26)
Loading...
fastapi/applications.py (294:24 - 316:26)
fastapi/routing.py (575:17 - 597:26)
Loading...
tests/test_tutorial/test_bigger_applications/test_main.py (16:55 - 42:10)
tests/test_tutorial/test_bigger_applications/test_main.py (47:59 - 73:10)
tests/test_tutorial/test_bigger_applications/test_main.py (277:43 - 303:10)
Loading...
tests/test_tutorial/test_dataclasses/test_tutorial003.py (110:59 - 129:1)
tests/test_tutorial/test_sql_databases_peewee/test_sql_databases_peewee.py (310:53 - 329:1)
Loading...
fastapi/applications.py (243:30 - 265:9)
fastapi/applications.py (296:21 - 318:13)
Loading...
tests/test_dependency_duplicates.py (170:75 - 191:26)
tests/test_filter_pydantic_sub_model.py (109:83 - 130:26)
tests/test_get_request_body.py (78:17 - 99:26)
tests/test_schema_extra_examples.py (823:59 - 844:26)
tests/test_tutorial/test_dataclasses/test_tutorial001.py (64:17 - 85:26)
tests/test_tutorial/test_dataclasses/test_tutorial003.py (111:17 - 132:26)
tests/test_tutorial/test_dependencies/test_tutorial012.py (95:17 - 116:26)
tests/test_tutorial/test_handling_errors/test_tutorial005.py (62:17 - 83:26)
tests/test_tutorial/test_schema_extra_example/test_tutorial004.py (96:17 - 117:26)
Loading...
tests/test_security_http_base.py (12:5 - 31:30)
tests/test_security_http_base_description.py (12:5 - 31:30)
tests/test_security_http_bearer_optional.py (18:5 - 37:30)
tests/test_security_http_digest_optional.py (18:5 - 37:30)
Loading...
tests/test_security_http_base_optional.py (18:5 - 37:30)
tests/test_security_http_bearer.py (12:5 - 31:30)
tests/test_security_http_bearer_description.py (12:5 - 31:30)
tests/test_security_http_digest.py (12:5 - 31:30)
tests/test_security_http_digest_description.py (12:5 - 31:30)