diff --git "a/graph_fastapi.json" "b/graph_fastapi.json" new file mode 100644--- /dev/null +++ "b/graph_fastapi.json" @@ -0,0 +1,164727 @@ +{ + "repo_root": "C:\\repos\\v3\\fastapi", + "files_scanned": 1120, + "modules_parsed": 1120, + "function_graph": { + "docs_src.additional_responses.tutorial001_py310": [ + { + "id": "docs_src.additional_responses.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_responses.tutorial002_py310": [ + { + "id": "docs_src.additional_responses.tutorial002_py310.read_item", + "name": "read_item", + "lineno": 24, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_responses.tutorial003_py310": [ + { + "id": "docs_src.additional_responses.tutorial003_py310.read_item", + "name": "read_item", + "lineno": 33, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_responses.tutorial004_py310": [ + { + "id": "docs_src.additional_responses.tutorial004_py310.read_item", + "name": "read_item", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_responses": [], + "docs_src.additional_status_codes.tutorial001_an_py310": [ + { + "id": "docs_src.additional_status_codes.tutorial001_an_py310.upsert_item", + "name": "upsert_item", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_status_codes.tutorial001_py310": [ + { + "id": "docs_src.additional_status_codes.tutorial001_py310.upsert_item", + "name": "upsert_item", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.additional_status_codes": [], + "docs_src.advanced_middleware.tutorial001_py310": [ + { + "id": "docs_src.advanced_middleware.tutorial001_py310.main", + "name": "main", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.advanced_middleware.tutorial002_py310": [ + { + "id": "docs_src.advanced_middleware.tutorial002_py310.main", + "name": "main", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.advanced_middleware.tutorial003_py310": [ + { + "id": "docs_src.advanced_middleware.tutorial003_py310.main", + "name": "main", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.advanced_middleware": [], + "docs_src.app_testing.tutorial001_py310": [ + { + "id": "docs_src.app_testing.tutorial001_py310.read_main", + "name": "read_main", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial001_py310.test_read_main", + "name": "test_read_main", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.tutorial002_py310": [ + { + "id": "docs_src.app_testing.tutorial002_py310.read_main", + "name": "read_main", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial002_py310.websocket", + "name": "websocket", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial002_py310.test_read_main", + "name": "test_read_main", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.tutorial002_py310.test_websocket", + "name": "test_websocket", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.tutorial003_py310": [ + { + "id": "docs_src.app_testing.tutorial003_py310.startup_event", + "name": "startup_event", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial003_py310.test_read_items", + "name": "test_read_items", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.tutorial004_py310": [ + { + "id": "docs_src.app_testing.tutorial004_py310.lifespan", + "name": "lifespan", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.tutorial004_py310.test_read_items", + "name": "test_read_items", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing": [], + "docs_src.app_testing.app_a_py310.main": [ + { + "id": "docs_src.app_testing.app_a_py310.main.read_main", + "name": "read_main", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.app_testing.app_a_py310.test_main": [ + { + "id": "docs_src.app_testing.app_a_py310.test_main.test_read_main", + "name": "test_read_main", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.app_a_py310": [], + "docs_src.app_testing.app_b_an_py310.main": [ + { + "id": "docs_src.app_testing.app_b_an_py310.main.read_main", + "name": "read_main", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.app_b_an_py310.main.create_item", + "name": "create_item", + "lineno": 32, + "scope": null, + "is_async": true + } + ], + "docs_src.app_testing.app_b_an_py310.test_main": [ + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_read_item", + "name": "test_read_item", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_read_item_bad_token", + "name": "test_read_item_bad_token", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_read_nonexistent_item", + "name": "test_read_nonexistent_item", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_create_item", + "name": "test_create_item", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_create_item_bad_token", + "name": "test_create_item_bad_token", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_an_py310.test_main.test_create_existing_item", + "name": "test_create_existing_item", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.app_b_an_py310": [], + "docs_src.app_testing.app_b_py310.main": [ + { + "id": "docs_src.app_testing.app_b_py310.main.read_main", + "name": "read_main", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.app_testing.app_b_py310.main.create_item", + "name": "create_item", + "lineno": 30, + "scope": null, + "is_async": true + } + ], + "docs_src.app_testing.app_b_py310.test_main": [ + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_read_item", + "name": "test_read_item", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_read_item_bad_token", + "name": "test_read_item_bad_token", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_read_nonexistent_item", + "name": "test_read_nonexistent_item", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_create_item", + "name": "test_create_item", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_create_item_bad_token", + "name": "test_create_item_bad_token", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.app_testing.app_b_py310.test_main.test_create_existing_item", + "name": "test_create_existing_item", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "docs_src.app_testing.app_b_py310": [], + "docs_src.async_tests": [], + "docs_src.async_tests.app_a_py310.main": [ + { + "id": "docs_src.async_tests.app_a_py310.main.root", + "name": "root", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.async_tests.app_a_py310.test_main": [ + { + "id": "docs_src.async_tests.app_a_py310.test_main.test_root", + "name": "test_root", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.async_tests.app_a_py310": [], + "docs_src.authentication_error_status_code.tutorial001_an_py310": [ + { + "id": "docs_src.authentication_error_status_code.tutorial001_an_py310.HTTPBearer403.make_not_authenticated_error", + "name": "make_not_authenticated_error", + "lineno": 10, + "scope": "HTTPBearer403", + "is_async": false + }, + { + "id": "docs_src.authentication_error_status_code.tutorial001_an_py310.read_me", + "name": "read_me", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "docs_src.authentication_error_status_code": [], + "docs_src.background_tasks.tutorial001_py310": [ + { + "id": "docs_src.background_tasks.tutorial001_py310.write_notification", + "name": "write_notification", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.background_tasks.tutorial001_py310.send_notification", + "name": "send_notification", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "docs_src.background_tasks.tutorial002_an_py310": [ + { + "id": "docs_src.background_tasks.tutorial002_an_py310.write_log", + "name": "write_log", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.background_tasks.tutorial002_an_py310.get_query", + "name": "get_query", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.background_tasks.tutorial002_an_py310.send_notification", + "name": "send_notification", + "lineno": 21, + "scope": null, + "is_async": true + } + ], + "docs_src.background_tasks.tutorial002_py310": [ + { + "id": "docs_src.background_tasks.tutorial002_py310.write_log", + "name": "write_log", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.background_tasks.tutorial002_py310.get_query", + "name": "get_query", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.background_tasks.tutorial002_py310.send_notification", + "name": "send_notification", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.background_tasks": [], + "docs_src.behind_a_proxy.tutorial001_01_py310": [ + { + "id": "docs_src.behind_a_proxy.tutorial001_01_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.behind_a_proxy.tutorial001_py310": [ + { + "id": "docs_src.behind_a_proxy.tutorial001_py310.read_main", + "name": "read_main", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.behind_a_proxy.tutorial002_py310": [ + { + "id": "docs_src.behind_a_proxy.tutorial002_py310.read_main", + "name": "read_main", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.behind_a_proxy.tutorial003_py310": [ + { + "id": "docs_src.behind_a_proxy.tutorial003_py310.read_main", + "name": "read_main", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "docs_src.behind_a_proxy.tutorial004_py310": [ + { + "id": "docs_src.behind_a_proxy.tutorial004_py310.read_main", + "name": "read_main", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "docs_src.behind_a_proxy": [], + "docs_src.bigger_applications": [], + "docs_src.bigger_applications.app_an_py310.dependencies": [ + { + "id": "docs_src.bigger_applications.app_an_py310.dependencies.get_token_header", + "name": "get_token_header", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.bigger_applications.app_an_py310.dependencies.get_query_token", + "name": "get_query_token", + "lineno": 11, + "scope": null, + "is_async": true + } + ], + "docs_src.bigger_applications.app_an_py310.main": [ + { + "id": "docs_src.bigger_applications.app_an_py310.main.root", + "name": "root", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.bigger_applications.app_an_py310": [], + "docs_src.bigger_applications.app_an_py310.internal.admin": [ + { + "id": "docs_src.bigger_applications.app_an_py310.internal.admin.update_admin", + "name": "update_admin", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.bigger_applications.app_an_py310.internal": [], + "docs_src.bigger_applications.app_an_py310.routers.items": [ + { + "id": "docs_src.bigger_applications.app_an_py310.routers.items.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.bigger_applications.app_an_py310.routers.items.read_item", + "name": "read_item", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.bigger_applications.app_an_py310.routers.items.update_item", + "name": "update_item", + "lineno": 33, + "scope": null, + "is_async": true + } + ], + "docs_src.bigger_applications.app_an_py310.routers.users": [ + { + "id": "docs_src.bigger_applications.app_an_py310.routers.users.read_users", + "name": "read_users", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.bigger_applications.app_an_py310.routers.users.read_user_me", + "name": "read_user_me", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.bigger_applications.app_an_py310.routers.users.read_user", + "name": "read_user", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.bigger_applications.app_an_py310.routers": [], + "docs_src.body.tutorial001_py310": [ + { + "id": "docs_src.body.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body.tutorial002_py310": [ + { + "id": "docs_src.body.tutorial002_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body.tutorial003_py310": [ + { + "id": "docs_src.body.tutorial003_py310.update_item", + "name": "update_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body.tutorial004_py310": [ + { + "id": "docs_src.body.tutorial004_py310.update_item", + "name": "update_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body": [], + "docs_src.body_fields.tutorial001_an_py310": [ + { + "id": "docs_src.body_fields.tutorial001_an_py310.update_item", + "name": "update_item", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.body_fields.tutorial001_py310": [ + { + "id": "docs_src.body_fields.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.body_fields": [], + "docs_src.body_multiple_params.tutorial001_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial001_an_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial001_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial002_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial002_py310.update_item", + "name": "update_item", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial003_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial003_an_py310.update_item", + "name": "update_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial003_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial003_py310.update_item", + "name": "update_item", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial004_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial004_an_py310.update_item", + "name": "update_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial004_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial004_py310.update_item", + "name": "update_item", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial005_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial005_an_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params.tutorial005_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial005_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.body_multiple_params": [], + "docs_src.body_nested_models.tutorial001_py310": [ + { + "id": "docs_src.body_nested_models.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial002_py310": [ + { + "id": "docs_src.body_nested_models.tutorial002_py310.update_item", + "name": "update_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial003_py310": [ + { + "id": "docs_src.body_nested_models.tutorial003_py310.update_item", + "name": "update_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial004_py310": [ + { + "id": "docs_src.body_nested_models.tutorial004_py310.update_item", + "name": "update_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial005_py310": [ + { + "id": "docs_src.body_nested_models.tutorial005_py310.update_item", + "name": "update_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial006_py310": [ + { + "id": "docs_src.body_nested_models.tutorial006_py310.update_item", + "name": "update_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial007_py310": [ + { + "id": "docs_src.body_nested_models.tutorial007_py310.create_offer", + "name": "create_offer", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial008_py310": [ + { + "id": "docs_src.body_nested_models.tutorial008_py310.create_multiple_images", + "name": "create_multiple_images", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models.tutorial009_py310": [ + { + "id": "docs_src.body_nested_models.tutorial009_py310.create_index_weights", + "name": "create_index_weights", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.body_nested_models": [], + "docs_src.body_updates.tutorial001_py310": [ + { + "id": "docs_src.body_updates.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.body_updates.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "docs_src.body_updates.tutorial002_py310": [ + { + "id": "docs_src.body_updates.tutorial002_py310.read_item", + "name": "read_item", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.body_updates.tutorial002_py310.update_item", + "name": "update_item", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "docs_src.body_updates": [], + "docs_src.conditional_openapi.tutorial001_py310": [ + { + "id": "docs_src.conditional_openapi.tutorial001_py310.root", + "name": "root", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "docs_src.conditional_openapi": [], + "docs_src.configure_swagger_ui.tutorial001_py310": [ + { + "id": "docs_src.configure_swagger_ui.tutorial001_py310.read_user", + "name": "read_user", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.configure_swagger_ui.tutorial002_py310": [ + { + "id": "docs_src.configure_swagger_ui.tutorial002_py310.read_user", + "name": "read_user", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.configure_swagger_ui.tutorial003_py310": [ + { + "id": "docs_src.configure_swagger_ui.tutorial003_py310.read_user", + "name": "read_user", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.configure_swagger_ui": [], + "docs_src.cookie_params.tutorial001_an_py310": [ + { + "id": "docs_src.cookie_params.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_params.tutorial001_py310": [ + { + "id": "docs_src.cookie_params.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_params": [], + "docs_src.cookie_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_param_models.tutorial001_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_param_models.tutorial002_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.cookie_param_models": [], + "docs_src.cors.tutorial001_py310": [ + { + "id": "docs_src.cors.tutorial001_py310.main", + "name": "main", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.cors": [], + "docs_src.custom_docs_ui.tutorial001_py310": [ + { + "id": "docs_src.custom_docs_ui.tutorial001_py310.custom_swagger_ui_html", + "name": "custom_swagger_ui_html", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial001_py310.swagger_ui_redirect", + "name": "swagger_ui_redirect", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial001_py310.redoc_html", + "name": "redoc_html", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial001_py310.read_user", + "name": "read_user", + "lineno": 37, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_docs_ui.tutorial002_py310": [ + { + "id": "docs_src.custom_docs_ui.tutorial002_py310.custom_swagger_ui_html", + "name": "custom_swagger_ui_html", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial002_py310.swagger_ui_redirect", + "name": "swagger_ui_redirect", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial002_py310.redoc_html", + "name": "redoc_html", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_docs_ui.tutorial002_py310.read_user", + "name": "read_user", + "lineno": 40, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_docs_ui": [], + "docs_src.custom_request_and_route.tutorial001_an_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRequest.body", + "name": "body", + "lineno": 10, + "scope": "GzipRequest", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 20, + "scope": "GzipRoute", + "is_async": false + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRoute.get_route_handler.custom_route_handler", + "name": "custom_route_handler", + "lineno": 23, + "scope": "GzipRoute.get_route_handler", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.sum_numbers", + "name": "sum_numbers", + "lineno": 35, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_request_and_route.tutorial001_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.GzipRequest.body", + "name": "body", + "lineno": 9, + "scope": "GzipRequest", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.GzipRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 19, + "scope": "GzipRoute", + "is_async": false + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.GzipRoute.get_route_handler.custom_route_handler", + "name": "custom_route_handler", + "lineno": 22, + "scope": "GzipRoute.get_route_handler", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.sum_numbers", + "name": "sum_numbers", + "lineno": 34, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_request_and_route.tutorial002_an_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial002_an_py310.ValidationErrorLoggingRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 10, + "scope": "ValidationErrorLoggingRoute", + "is_async": false + }, + { + "id": "docs_src.custom_request_and_route.tutorial002_an_py310.ValidationErrorLoggingRoute.get_route_handler.custom_route_handler", + "name": "custom_route_handler", + "lineno": 13, + "scope": "ValidationErrorLoggingRoute.get_route_handler", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial002_an_py310.sum_numbers", + "name": "sum_numbers", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_request_and_route.tutorial002_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial002_py310.ValidationErrorLoggingRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 9, + "scope": "ValidationErrorLoggingRoute", + "is_async": false + }, + { + "id": "docs_src.custom_request_and_route.tutorial002_py310.ValidationErrorLoggingRoute.get_route_handler.custom_route_handler", + "name": "custom_route_handler", + "lineno": 12, + "scope": "ValidationErrorLoggingRoute.get_route_handler", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial002_py310.sum_numbers", + "name": "sum_numbers", + "lineno": 28, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_request_and_route.tutorial003_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial003_py310.TimedRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 9, + "scope": "TimedRoute", + "is_async": false + }, + { + "id": "docs_src.custom_request_and_route.tutorial003_py310.TimedRoute.get_route_handler.custom_route_handler", + "name": "custom_route_handler", + "lineno": 12, + "scope": "TimedRoute.get_route_handler", + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial003_py310.not_timed", + "name": "not_timed", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_request_and_route.tutorial003_py310.timed", + "name": "timed", + "lineno": 35, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_request_and_route": [], + "docs_src.custom_response.tutorial001b_py310": [ + { + "id": "docs_src.custom_response.tutorial001b_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial001_py310": [ + { + "id": "docs_src.custom_response.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial002_py310": [ + { + "id": "docs_src.custom_response.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial003_py310": [ + { + "id": "docs_src.custom_response.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial004_py310": [ + { + "id": "docs_src.custom_response.tutorial004_py310.generate_html_response", + "name": "generate_html_response", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.custom_response.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial005_py310": [ + { + "id": "docs_src.custom_response.tutorial005_py310.main", + "name": "main", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial006b_py310": [ + { + "id": "docs_src.custom_response.tutorial006b_py310.redirect_fastapi", + "name": "redirect_fastapi", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial006c_py310": [ + { + "id": "docs_src.custom_response.tutorial006c_py310.redirect_pydantic", + "name": "redirect_pydantic", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial006_py310": [ + { + "id": "docs_src.custom_response.tutorial006_py310.redirect_typer", + "name": "redirect_typer", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial007_py310": [ + { + "id": "docs_src.custom_response.tutorial007_py310.fake_video_streamer", + "name": "fake_video_streamer", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.custom_response.tutorial007_py310.main", + "name": "main", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial008_py310": [ + { + "id": "docs_src.custom_response.tutorial008_py310.main", + "name": "main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.custom_response.tutorial008_py310.main.iterfile", + "name": "iterfile", + "lineno": 10, + "scope": "main", + "is_async": false + } + ], + "docs_src.custom_response.tutorial009b_py310": [ + { + "id": "docs_src.custom_response.tutorial009b_py310.main", + "name": "main", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial009c_py310": [ + { + "id": "docs_src.custom_response.tutorial009c_py310.CustomORJSONResponse.render", + "name": "render", + "lineno": 12, + "scope": "CustomORJSONResponse", + "is_async": false + }, + { + "id": "docs_src.custom_response.tutorial009c_py310.main", + "name": "main", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial009_py310": [ + { + "id": "docs_src.custom_response.tutorial009_py310.main", + "name": "main", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response.tutorial010_py310": [ + { + "id": "docs_src.custom_response.tutorial010_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.custom_response": [], + "docs_src.dataclasses_.tutorial001_py310": [ + { + "id": "docs_src.dataclasses_.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.dataclasses_.tutorial002_py310": [ + { + "id": "docs_src.dataclasses_.tutorial002_py310.read_next_item", + "name": "read_next_item", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.dataclasses_.tutorial003_py310": [ + { + "id": "docs_src.dataclasses_.tutorial003_py310.create_author_items", + "name": "create_author_items", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dataclasses_.tutorial003_py310.get_authors", + "name": "get_authors", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "docs_src.dataclasses_": [], + "docs_src.debugging.tutorial001_py310": [ + { + "id": "docs_src.debugging.tutorial001_py310.root", + "name": "root", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "docs_src.debugging": [], + "docs_src.dependencies.tutorial001_02_an_py310": [ + { + "id": "docs_src.dependencies.tutorial001_02_an_py310.common_parameters", + "name": "common_parameters", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_02_an_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_02_an_py310.read_users", + "name": "read_users", + "lineno": 21, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial001_an_py310": [ + { + "id": "docs_src.dependencies.tutorial001_an_py310.common_parameters", + "name": "common_parameters", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_an_py310.read_users", + "name": "read_users", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial001_py310": [ + { + "id": "docs_src.dependencies.tutorial001_py310.common_parameters", + "name": "common_parameters", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial001_py310.read_users", + "name": "read_users", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial002_an_py310": [ + { + "id": "docs_src.dependencies.tutorial002_an_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 12, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial002_py310": [ + { + "id": "docs_src.dependencies.tutorial002_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 10, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial003_an_py310": [ + { + "id": "docs_src.dependencies.tutorial003_an_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 12, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial003_an_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial003_py310": [ + { + "id": "docs_src.dependencies.tutorial003_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 10, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial004_an_py310": [ + { + "id": "docs_src.dependencies.tutorial004_an_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 12, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial004_an_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial004_py310": [ + { + "id": "docs_src.dependencies.tutorial004_py310.CommonQueryParams.__init__", + "name": "__init__", + "lineno": 10, + "scope": "CommonQueryParams", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial005_an_py310": [ + { + "id": "docs_src.dependencies.tutorial005_an_py310.query_extractor", + "name": "query_extractor", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial005_an_py310.query_or_cookie_extractor", + "name": "query_or_cookie_extractor", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial005_an_py310.read_query", + "name": "read_query", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial005_py310": [ + { + "id": "docs_src.dependencies.tutorial005_py310.query_extractor", + "name": "query_extractor", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial005_py310.query_or_cookie_extractor", + "name": "query_or_cookie_extractor", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial005_py310.read_query", + "name": "read_query", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial006_an_py310": [ + { + "id": "docs_src.dependencies.tutorial006_an_py310.verify_token", + "name": "verify_token", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial006_an_py310.verify_key", + "name": "verify_key", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial006_an_py310.read_items", + "name": "read_items", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial006_py310": [ + { + "id": "docs_src.dependencies.tutorial006_py310.verify_token", + "name": "verify_token", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial006_py310.verify_key", + "name": "verify_key", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial006_py310.read_items", + "name": "read_items", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial007_py310": [ + { + "id": "docs_src.dependencies.tutorial007_py310.get_db", + "name": "get_db", + "lineno": 1, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial008b_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008b_an_py310.get_username", + "name": "get_username", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008b_an_py310.get_item", + "name": "get_item", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008b_py310": [ + { + "id": "docs_src.dependencies.tutorial008b_py310.get_username", + "name": "get_username", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008b_py310.get_item", + "name": "get_item", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008c_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008c_an_py310.get_username", + "name": "get_username", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008c_an_py310.get_item", + "name": "get_item", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008c_py310": [ + { + "id": "docs_src.dependencies.tutorial008c_py310.get_username", + "name": "get_username", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008c_py310.get_item", + "name": "get_item", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008d_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008d_an_py310.get_username", + "name": "get_username", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008d_an_py310.get_item", + "name": "get_item", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008d_py310": [ + { + "id": "docs_src.dependencies.tutorial008d_py310.get_username", + "name": "get_username", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008d_py310.get_item", + "name": "get_item", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008e_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008e_an_py310.get_username", + "name": "get_username", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008e_an_py310.get_user_me", + "name": "get_user_me", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008e_py310": [ + { + "id": "docs_src.dependencies.tutorial008e_py310.get_username", + "name": "get_username", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial008e_py310.get_user_me", + "name": "get_user_me", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial008_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008_an_py310.dependency_a", + "name": "dependency_a", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial008_an_py310.dependency_b", + "name": "dependency_b", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial008_an_py310.dependency_c", + "name": "dependency_c", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial008_py310": [ + { + "id": "docs_src.dependencies.tutorial008_py310.dependency_a", + "name": "dependency_a", + "lineno": 4, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial008_py310.dependency_b", + "name": "dependency_b", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial008_py310.dependency_c", + "name": "dependency_c", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial010_py310": [ + { + "id": "docs_src.dependencies.tutorial010_py310.MySuperContextManager.__init__", + "name": "__init__", + "lineno": 2, + "scope": "MySuperContextManager", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial010_py310.MySuperContextManager.__enter__", + "name": "__enter__", + "lineno": 5, + "scope": "MySuperContextManager", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial010_py310.MySuperContextManager.__exit__", + "name": "__exit__", + "lineno": 8, + "scope": "MySuperContextManager", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial010_py310.get_db", + "name": "get_db", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial011_an_py310": [ + { + "id": "docs_src.dependencies.tutorial011_an_py310.FixedContentQueryChecker.__init__", + "name": "__init__", + "lineno": 9, + "scope": "FixedContentQueryChecker", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial011_an_py310.FixedContentQueryChecker.__call__", + "name": "__call__", + "lineno": 12, + "scope": "FixedContentQueryChecker", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial011_an_py310.read_query_check", + "name": "read_query_check", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial011_py310": [ + { + "id": "docs_src.dependencies.tutorial011_py310.FixedContentQueryChecker.__init__", + "name": "__init__", + "lineno": 7, + "scope": "FixedContentQueryChecker", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial011_py310.FixedContentQueryChecker.__call__", + "name": "__call__", + "lineno": 10, + "scope": "FixedContentQueryChecker", + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial011_py310.read_query_check", + "name": "read_query_check", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial012_an_py310": [ + { + "id": "docs_src.dependencies.tutorial012_an_py310.verify_token", + "name": "verify_token", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_an_py310.verify_key", + "name": "verify_key", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_an_py310.read_items", + "name": "read_items", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_an_py310.read_users", + "name": "read_users", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial012_py310": [ + { + "id": "docs_src.dependencies.tutorial012_py310.verify_token", + "name": "verify_token", + "lineno": 4, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_py310.verify_key", + "name": "verify_key", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependencies.tutorial012_py310.read_users", + "name": "read_users", + "lineno": 24, + "scope": null, + "is_async": true + } + ], + "docs_src.dependencies.tutorial013_an_py310": [ + { + "id": "docs_src.dependencies.tutorial013_an_py310.get_session", + "name": "get_session", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial013_an_py310.get_user", + "name": "get_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial013_an_py310.generate_stream", + "name": "generate_stream", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial013_an_py310.generate", + "name": "generate", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies.tutorial014_an_py310": [ + { + "id": "docs_src.dependencies.tutorial014_an_py310.get_session", + "name": "get_session", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial014_an_py310.get_user", + "name": "get_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial014_an_py310.generate_stream", + "name": "generate_stream", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependencies.tutorial014_an_py310.generate", + "name": "generate", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "docs_src.dependencies": [], + "docs_src.dependency_testing.tutorial001_an_py310": [ + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.common_parameters", + "name": "common_parameters", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.read_users", + "name": "read_users", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.override_dependency", + "name": "override_dependency", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.test_override_in_items", + "name": "test_override_in_items", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.test_override_in_items_with_q", + "name": "test_override_in_items_with_q", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependency_testing.tutorial001_an_py310.test_override_in_items_with_params", + "name": "test_override_in_items_with_params", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "docs_src.dependency_testing.tutorial001_py310": [ + { + "id": "docs_src.dependency_testing.tutorial001_py310.common_parameters", + "name": "common_parameters", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.read_users", + "name": "read_users", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.override_dependency", + "name": "override_dependency", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.test_override_in_items", + "name": "test_override_in_items", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.test_override_in_items_with_q", + "name": "test_override_in_items_with_q", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.dependency_testing.tutorial001_py310.test_override_in_items_with_params", + "name": "test_override_in_items_with_params", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "docs_src.dependency_testing": [], + "docs_src.encoder.tutorial001_py310": [ + { + "id": "docs_src.encoder.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "docs_src.encoder": [], + "docs_src.events.tutorial001_py310": [ + { + "id": "docs_src.events.tutorial001_py310.startup_event", + "name": "startup_event", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.events.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.events.tutorial002_py310": [ + { + "id": "docs_src.events.tutorial002_py310.shutdown_event", + "name": "shutdown_event", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.events.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "docs_src.events.tutorial003_py310": [ + { + "id": "docs_src.events.tutorial003_py310.fake_answer_to_everything_ml_model", + "name": "fake_answer_to_everything_ml_model", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.events.tutorial003_py310.lifespan", + "name": "lifespan", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.events.tutorial003_py310.predict", + "name": "predict", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "docs_src.events": [], + "docs_src.extending_openapi.tutorial001_py310": [ + { + "id": "docs_src.extending_openapi.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.extending_openapi.tutorial001_py310.custom_openapi", + "name": "custom_openapi", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "docs_src.extending_openapi": [], + "docs_src.extra_data_types.tutorial001_an_py310": [ + { + "id": "docs_src.extra_data_types.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 11, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_data_types.tutorial001_py310": [ + { + "id": "docs_src.extra_data_types.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_data_types": [], + "docs_src.extra_models.tutorial001_py310": [ + { + "id": "docs_src.extra_models.tutorial001_py310.fake_password_hasher", + "name": "fake_password_hasher", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.extra_models.tutorial001_py310.fake_save_user", + "name": "fake_save_user", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.extra_models.tutorial001_py310.create_user", + "name": "create_user", + "lineno": 39, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_models.tutorial002_py310": [ + { + "id": "docs_src.extra_models.tutorial002_py310.fake_password_hasher", + "name": "fake_password_hasher", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.extra_models.tutorial002_py310.fake_save_user", + "name": "fake_save_user", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.extra_models.tutorial002_py310.create_user", + "name": "create_user", + "lineno": 37, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_models.tutorial003_py310": [ + { + "id": "docs_src.extra_models.tutorial003_py310.read_item", + "name": "read_item", + "lineno": 32, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_models.tutorial004_py310": [ + { + "id": "docs_src.extra_models.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_models.tutorial005_py310": [ + { + "id": "docs_src.extra_models.tutorial005_py310.read_keyword_weights", + "name": "read_keyword_weights", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.extra_models": [], + "docs_src.first_steps.tutorial001_py310": [ + { + "id": "docs_src.first_steps.tutorial001_py310.root", + "name": "root", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.first_steps.tutorial003_py310": [ + { + "id": "docs_src.first_steps.tutorial003_py310.root", + "name": "root", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.first_steps": [], + "docs_src.generate_clients.tutorial001_py310": [ + { + "id": "docs_src.generate_clients.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.generate_clients.tutorial001_py310.get_items", + "name": "get_items", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.generate_clients.tutorial002_py310": [ + { + "id": "docs_src.generate_clients.tutorial002_py310.create_item", + "name": "create_item", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.generate_clients.tutorial002_py310.get_items", + "name": "get_items", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.generate_clients.tutorial002_py310.create_user", + "name": "create_user", + "lineno": 35, + "scope": null, + "is_async": true + } + ], + "docs_src.generate_clients.tutorial003_py310": [ + { + "id": "docs_src.generate_clients.tutorial003_py310.custom_generate_unique_id", + "name": "custom_generate_unique_id", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.generate_clients.tutorial003_py310.create_item", + "name": "create_item", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.generate_clients.tutorial003_py310.get_items", + "name": "get_items", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.generate_clients.tutorial003_py310.create_user", + "name": "create_user", + "lineno": 41, + "scope": null, + "is_async": true + } + ], + "docs_src.generate_clients.tutorial004_py310": [], + "docs_src.generate_clients": [], + "docs_src.graphql_.tutorial001_py310": [ + { + "id": "docs_src.graphql_.tutorial001_py310.Query.user", + "name": "user", + "lineno": 15, + "scope": "Query", + "is_async": false + } + ], + "docs_src.graphql_": [], + "docs_src.handling_errors.tutorial001_py310": [ + { + "id": "docs_src.handling_errors.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors.tutorial002_py310": [ + { + "id": "docs_src.handling_errors.tutorial002_py310.read_item_header", + "name": "read_item_header", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors.tutorial003_py310": [ + { + "id": "docs_src.handling_errors.tutorial003_py310.UnicornException.__init__", + "name": "__init__", + "lineno": 6, + "scope": "UnicornException", + "is_async": false + }, + { + "id": "docs_src.handling_errors.tutorial003_py310.unicorn_exception_handler", + "name": "unicorn_exception_handler", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial003_py310.read_unicorn", + "name": "read_unicorn", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors.tutorial004_py310": [ + { + "id": "docs_src.handling_errors.tutorial004_py310.http_exception_handler", + "name": "http_exception_handler", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial004_py310.validation_exception_handler", + "name": "validation_exception_handler", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial004_py310.read_item", + "name": "read_item", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors.tutorial005_py310": [ + { + "id": "docs_src.handling_errors.tutorial005_py310.validation_exception_handler", + "name": "validation_exception_handler", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial005_py310.create_item", + "name": "create_item", + "lineno": 24, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors.tutorial006_py310": [ + { + "id": "docs_src.handling_errors.tutorial006_py310.custom_http_exception_handler", + "name": "custom_http_exception_handler", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial006_py310.validation_exception_handler", + "name": "validation_exception_handler", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.handling_errors.tutorial006_py310.read_item", + "name": "read_item", + "lineno": 25, + "scope": null, + "is_async": true + } + ], + "docs_src.handling_errors": [], + "docs_src.header_params.tutorial001_an_py310": [ + { + "id": "docs_src.header_params.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params.tutorial001_py310": [ + { + "id": "docs_src.header_params.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params.tutorial002_an_py310": [ + { + "id": "docs_src.header_params.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params.tutorial002_py310": [ + { + "id": "docs_src.header_params.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params.tutorial003_an_py310": [ + { + "id": "docs_src.header_params.tutorial003_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params.tutorial003_py310": [ + { + "id": "docs_src.header_params.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.header_params": [], + "docs_src.header_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models.tutorial001_py310": [ + { + "id": "docs_src.header_param_models.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models.tutorial002_py310": [ + { + "id": "docs_src.header_param_models.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models.tutorial003_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial003_an_py310.read_items", + "name": "read_items", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models.tutorial003_py310": [ + { + "id": "docs_src.header_param_models.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.header_param_models": [], + "docs_src.json_base64_bytes.tutorial001_py310": [ + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.post_data", + "name": "post_data", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.get_data", + "name": "get_data", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.post_data_in_out", + "name": "post_data_in_out", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "docs_src.json_base64_bytes": [], + "docs_src.metadata.tutorial001_1_py310": [ + { + "id": "docs_src.metadata.tutorial001_1_py310.read_items", + "name": "read_items", + "lineno": 37, + "scope": null, + "is_async": true + } + ], + "docs_src.metadata.tutorial001_py310": [ + { + "id": "docs_src.metadata.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 37, + "scope": null, + "is_async": true + } + ], + "docs_src.metadata.tutorial002_py310": [ + { + "id": "docs_src.metadata.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.metadata.tutorial003_py310": [ + { + "id": "docs_src.metadata.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.metadata.tutorial004_py310": [ + { + "id": "docs_src.metadata.tutorial004_py310.get_users", + "name": "get_users", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.metadata.tutorial004_py310.get_items", + "name": "get_items", + "lineno": 27, + "scope": null, + "is_async": true + } + ], + "docs_src.metadata": [], + "docs_src.middleware.tutorial001_py310": [ + { + "id": "docs_src.middleware.tutorial001_py310.add_process_time_header", + "name": "add_process_time_header", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.middleware": [], + "docs_src.openapi_callbacks.tutorial001_py310": [ + { + "id": "docs_src.openapi_callbacks.tutorial001_py310.invoice_notification", + "name": "invoice_notification", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.openapi_callbacks.tutorial001_py310.create_invoice", + "name": "create_invoice", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "docs_src.openapi_callbacks": [], + "docs_src.openapi_webhooks.tutorial001_py310": [ + { + "id": "docs_src.openapi_webhooks.tutorial001_py310.new_subscription", + "name": "new_subscription", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.openapi_webhooks.tutorial001_py310.read_users", + "name": "read_users", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "docs_src.openapi_webhooks": [], + "docs_src.path_operation_advanced_configuration.tutorial001_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration.tutorial002_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_advanced_configuration.tutorial002_py310.use_route_names_as_operation_ids", + "name": "use_route_names_as_operation_ids", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "docs_src.path_operation_advanced_configuration.tutorial003_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration.tutorial004_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial004_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration.tutorial005_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial005_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration.tutorial006_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial006_py310.magic_data_reader", + "name": "magic_data_reader", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.path_operation_advanced_configuration.tutorial006_py310.create_item", + "name": "create_item", + "lineno": 38, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration.tutorial007_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial007_py310.create_item", + "name": "create_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_advanced_configuration": [], + "docs_src.path_operation_configuration.tutorial001_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial002b_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial002b_py310.get_items", + "name": "get_items", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_configuration.tutorial002b_py310.read_users", + "name": "read_users", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial002_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial002_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_configuration.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_configuration.tutorial002_py310.read_users", + "name": "read_users", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial003_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial003_py310.create_item", + "name": "create_item", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial004_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial004_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial005_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial005_py310.create_item", + "name": "create_item", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration.tutorial006_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial006_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_configuration.tutorial006_py310.read_users", + "name": "read_users", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_operation_configuration.tutorial006_py310.read_elements", + "name": "read_elements", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.path_operation_configuration": [], + "docs_src.path_params.tutorial001_py310": [ + { + "id": "docs_src.path_params.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params.tutorial002_py310": [ + { + "id": "docs_src.path_params.tutorial002_py310.read_item", + "name": "read_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params.tutorial003b_py310": [ + { + "id": "docs_src.path_params.tutorial003b_py310.read_users", + "name": "read_users", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_params.tutorial003b_py310.read_users2", + "name": "read_users2", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params.tutorial003_py310": [ + { + "id": "docs_src.path_params.tutorial003_py310.read_user_me", + "name": "read_user_me", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.path_params.tutorial003_py310.read_user", + "name": "read_user", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params.tutorial004_py310": [ + { + "id": "docs_src.path_params.tutorial004_py310.read_file", + "name": "read_file", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params.tutorial005_py310": [ + { + "id": "docs_src.path_params.tutorial005_py310.get_model", + "name": "get_model", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params": [], + "docs_src.path_params_numeric_validations.tutorial001_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial001_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial002_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial002_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial003_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial003_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial003_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial004_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial004_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial004_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial005_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial005_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial005_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial005_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial006_an_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial006_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations.tutorial006_py310": [ + { + "id": "docs_src.path_params_numeric_validations.tutorial006_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.path_params_numeric_validations": [], + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310": [], + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial002_an_py310.create_item", + "name": "create_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310.create_item", + "name": "create_item", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310.create_item", + "name": "create_item", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.pydantic_v1_in_v2": [], + "docs_src.python_types.tutorial001_py310": [ + { + "id": "docs_src.python_types.tutorial001_py310.get_full_name", + "name": "get_full_name", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial002_py310": [ + { + "id": "docs_src.python_types.tutorial002_py310.get_full_name", + "name": "get_full_name", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial003_py310": [ + { + "id": "docs_src.python_types.tutorial003_py310.get_name_with_age", + "name": "get_name_with_age", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial004_py310": [ + { + "id": "docs_src.python_types.tutorial004_py310.get_name_with_age", + "name": "get_name_with_age", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial005_py310": [ + { + "id": "docs_src.python_types.tutorial005_py310.get_items", + "name": "get_items", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial006_py310": [ + { + "id": "docs_src.python_types.tutorial006_py310.process_items", + "name": "process_items", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial007_py310": [ + { + "id": "docs_src.python_types.tutorial007_py310.process_items", + "name": "process_items", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial008b_py310": [ + { + "id": "docs_src.python_types.tutorial008b_py310.process_item", + "name": "process_item", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial008_py310": [ + { + "id": "docs_src.python_types.tutorial008_py310.process_items", + "name": "process_items", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial009_py310": [ + { + "id": "docs_src.python_types.tutorial009_py310.say_hi", + "name": "say_hi", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial010_py310": [ + { + "id": "docs_src.python_types.tutorial010_py310.Person.__init__", + "name": "__init__", + "lineno": 2, + "scope": "Person", + "is_async": false + }, + { + "id": "docs_src.python_types.tutorial010_py310.get_person_name", + "name": "get_person_name", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types.tutorial011_py310": [], + "docs_src.python_types.tutorial013_py310": [ + { + "id": "docs_src.python_types.tutorial013_py310.say_hello", + "name": "say_hello", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "docs_src.python_types": [], + "docs_src.query_params.tutorial001_py310": [ + { + "id": "docs_src.query_params.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params.tutorial002_py310": [ + { + "id": "docs_src.query_params.tutorial002_py310.read_item", + "name": "read_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params.tutorial003_py310": [ + { + "id": "docs_src.query_params.tutorial003_py310.read_item", + "name": "read_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params.tutorial004_py310": [ + { + "id": "docs_src.query_params.tutorial004_py310.read_user_item", + "name": "read_user_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params.tutorial005_py310": [ + { + "id": "docs_src.query_params.tutorial005_py310.read_user_item", + "name": "read_user_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params.tutorial006_py310": [ + { + "id": "docs_src.query_params.tutorial006_py310.read_user_item", + "name": "read_user_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params": [], + "docs_src.query_params_str_validations.tutorial001_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial002_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial002_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial003_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial003_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial003_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial003_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial004_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial004_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial004_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial004_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial005_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial005_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial005_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial005_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial006c_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial006c_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial006c_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial006c_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial006_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial006_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial006_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial006_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial007_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial007_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial007_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial007_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial008_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial008_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial008_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial008_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial009_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial009_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial009_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial009_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial010_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial010_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial010_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial010_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial011_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial011_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial011_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial011_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial012_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial012_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial012_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial012_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial013_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial013_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial013_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial013_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial014_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial014_an_py310.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial014_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial014_py310.read_items", + "name": "read_items", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations.tutorial015_an_py310": [ + { + "id": "docs_src.query_params_str_validations.tutorial015_an_py310.check_valid_id", + "name": "check_valid_id", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.query_params_str_validations.tutorial015_an_py310.read_items", + "name": "read_items", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.query_params_str_validations": [], + "docs_src.query_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.query_param_models.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.query_param_models.tutorial001_py310": [ + { + "id": "docs_src.query_param_models.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.query_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.query_param_models.tutorial002_an_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.query_param_models.tutorial002_py310": [ + { + "id": "docs_src.query_param_models.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "docs_src.query_param_models": [], + "docs_src.request_files.tutorial001_02_an_py310": [ + { + "id": "docs_src.request_files.tutorial001_02_an_py310.create_file", + "name": "create_file", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_02_an_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial001_02_py310": [ + { + "id": "docs_src.request_files.tutorial001_02_py310.create_file", + "name": "create_file", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_02_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial001_03_an_py310": [ + { + "id": "docs_src.request_files.tutorial001_03_an_py310.create_file", + "name": "create_file", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_03_an_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial001_03_py310": [ + { + "id": "docs_src.request_files.tutorial001_03_py310.create_file", + "name": "create_file", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_03_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial001_an_py310": [ + { + "id": "docs_src.request_files.tutorial001_an_py310.create_file", + "name": "create_file", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_an_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial001_py310": [ + { + "id": "docs_src.request_files.tutorial001_py310.create_file", + "name": "create_file", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial001_py310.create_upload_file", + "name": "create_upload_file", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial002_an_py310": [ + { + "id": "docs_src.request_files.tutorial002_an_py310.create_files", + "name": "create_files", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial002_an_py310.create_upload_files", + "name": "create_upload_files", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial002_an_py310.main", + "name": "main", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial002_py310": [ + { + "id": "docs_src.request_files.tutorial002_py310.create_files", + "name": "create_files", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial002_py310.create_upload_files", + "name": "create_upload_files", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial002_py310.main", + "name": "main", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial003_an_py310": [ + { + "id": "docs_src.request_files.tutorial003_an_py310.create_files", + "name": "create_files", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial003_an_py310.create_upload_files", + "name": "create_upload_files", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial003_an_py310.main", + "name": "main", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files.tutorial003_py310": [ + { + "id": "docs_src.request_files.tutorial003_py310.create_files", + "name": "create_files", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial003_py310.create_upload_files", + "name": "create_upload_files", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.request_files.tutorial003_py310.main", + "name": "main", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "docs_src.request_files": [], + "docs_src.request_forms.tutorial001_an_py310": [ + { + "id": "docs_src.request_forms.tutorial001_an_py310.login", + "name": "login", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.request_forms.tutorial001_py310": [ + { + "id": "docs_src.request_forms.tutorial001_py310.login", + "name": "login", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.request_forms": [], + "docs_src.request_forms_and_files.tutorial001_an_py310": [ + { + "id": "docs_src.request_forms_and_files.tutorial001_an_py310.create_file", + "name": "create_file", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.request_forms_and_files.tutorial001_py310": [ + { + "id": "docs_src.request_forms_and_files.tutorial001_py310.create_file", + "name": "create_file", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.request_forms_and_files": [], + "docs_src.request_form_models.tutorial001_an_py310": [ + { + "id": "docs_src.request_form_models.tutorial001_an_py310.login", + "name": "login", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.request_form_models.tutorial001_py310": [ + { + "id": "docs_src.request_form_models.tutorial001_py310.login", + "name": "login", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "docs_src.request_form_models.tutorial002_an_py310": [ + { + "id": "docs_src.request_form_models.tutorial002_an_py310.login", + "name": "login", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.request_form_models.tutorial002_py310": [ + { + "id": "docs_src.request_form_models.tutorial002_py310.login", + "name": "login", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "docs_src.request_form_models": [], + "docs_src.response_change_status_code.tutorial001_py310": [ + { + "id": "docs_src.response_change_status_code.tutorial001_py310.get_or_create_task", + "name": "get_or_create_task", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "docs_src.response_change_status_code": [], + "docs_src.response_cookies.tutorial001_py310": [ + { + "id": "docs_src.response_cookies.tutorial001_py310.create_cookie", + "name": "create_cookie", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "docs_src.response_cookies.tutorial002_py310": [ + { + "id": "docs_src.response_cookies.tutorial002_py310.create_cookie", + "name": "create_cookie", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.response_cookies": [], + "docs_src.response_directly.tutorial001_py310": [ + { + "id": "docs_src.response_directly.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "docs_src.response_directly.tutorial002_py310": [ + { + "id": "docs_src.response_directly.tutorial002_py310.get_legacy_data", + "name": "get_legacy_data", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.response_directly": [], + "docs_src.response_headers.tutorial001_py310": [ + { + "id": "docs_src.response_headers.tutorial001_py310.get_headers", + "name": "get_headers", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "docs_src.response_headers.tutorial002_py310": [ + { + "id": "docs_src.response_headers.tutorial002_py310.get_headers", + "name": "get_headers", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.response_headers": [], + "docs_src.response_model.tutorial001_01_py310": [ + { + "id": "docs_src.response_model.tutorial001_01_py310.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.response_model.tutorial001_01_py310.read_items", + "name": "read_items", + "lineno": 21, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial001_py310": [ + { + "id": "docs_src.response_model.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.response_model.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial002_py310": [ + { + "id": "docs_src.response_model.tutorial002_py310.create_user", + "name": "create_user", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_01_py310": [ + { + "id": "docs_src.response_model.tutorial003_01_py310.create_user", + "name": "create_user", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_02_py310": [ + { + "id": "docs_src.response_model.tutorial003_02_py310.get_portal", + "name": "get_portal", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_03_py310": [ + { + "id": "docs_src.response_model.tutorial003_03_py310.get_teleport", + "name": "get_teleport", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_04_py310": [ + { + "id": "docs_src.response_model.tutorial003_04_py310.get_portal", + "name": "get_portal", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_05_py310": [ + { + "id": "docs_src.response_model.tutorial003_05_py310.get_portal", + "name": "get_portal", + "lineno": 8, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial003_py310": [ + { + "id": "docs_src.response_model.tutorial003_py310.create_user", + "name": "create_user", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial004_py310": [ + { + "id": "docs_src.response_model.tutorial004_py310.read_item", + "name": "read_item", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial005_py310": [ + { + "id": "docs_src.response_model.tutorial005_py310.read_item_name", + "name": "read_item_name", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.response_model.tutorial005_py310.read_item_public_data", + "name": "read_item_public_data", + "lineno": 36, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model.tutorial006_py310": [ + { + "id": "docs_src.response_model.tutorial006_py310.read_item_name", + "name": "read_item_name", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.response_model.tutorial006_py310.read_item_public_data", + "name": "read_item_public_data", + "lineno": 36, + "scope": null, + "is_async": true + } + ], + "docs_src.response_model": [], + "docs_src.response_status_code.tutorial001_py310": [ + { + "id": "docs_src.response_status_code.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.response_status_code.tutorial002_py310": [ + { + "id": "docs_src.response_status_code.tutorial002_py310.create_item", + "name": "create_item", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "docs_src.response_status_code": [], + "docs_src.schema_extra_example.tutorial001_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial001_py310.update_item", + "name": "update_item", + "lineno": 28, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial002_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial002_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial003_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial003_an_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial003_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial003_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial004_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial004_an_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial004_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial004_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial005_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial005_an_py310.update_item", + "name": "update_item", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example.tutorial005_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial005_py310.update_item", + "name": "update_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.schema_extra_example": [], + "docs_src.security.tutorial001_an_py310": [ + { + "id": "docs_src.security.tutorial001_an_py310.read_items", + "name": "read_items", + "lineno": 12, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial001_py310": [ + { + "id": "docs_src.security.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial002_an_py310": [ + { + "id": "docs_src.security.tutorial002_an_py310.fake_decode_token", + "name": "fake_decode_token", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial002_an_py310.get_current_user", + "name": "get_current_user", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial002_an_py310.read_users_me", + "name": "read_users_me", + "lineno": 31, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial002_py310": [ + { + "id": "docs_src.security.tutorial002_py310.fake_decode_token", + "name": "fake_decode_token", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial002_py310.get_current_user", + "name": "get_current_user", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial002_py310.read_users_me", + "name": "read_users_me", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial003_an_py310": [ + { + "id": "docs_src.security.tutorial003_an_py310.fake_hash_password", + "name": "fake_hash_password", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_an_py310.get_user", + "name": "get_user", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_an_py310.fake_decode_token", + "name": "fake_decode_token", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_an_py310.get_current_user", + "name": "get_current_user", + "lineno": 58, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_an_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 69, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_an_py310.login", + "name": "login", + "lineno": 78, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_an_py310.read_users_me", + "name": "read_users_me", + "lineno": 91, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial003_py310": [ + { + "id": "docs_src.security.tutorial003_py310.fake_hash_password", + "name": "fake_hash_password", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_py310.get_user", + "name": "get_user", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_py310.fake_decode_token", + "name": "fake_decode_token", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial003_py310.get_current_user", + "name": "get_current_user", + "lineno": 56, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 67, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_py310.login", + "name": "login", + "lineno": 74, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial003_py310.read_users_me", + "name": "read_users_me", + "lineno": 87, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial004_an_py310": [ + { + "id": "docs_src.security.tutorial004_an_py310.verify_password", + "name": "verify_password", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_an_py310.get_password_hash", + "name": "get_password_hash", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_an_py310.get_user", + "name": "get_user", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_an_py310.authenticate_user", + "name": "authenticate_user", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_an_py310.create_access_token", + "name": "create_access_token", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_an_py310.get_current_user", + "name": "get_current_user", + "lineno": 93, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_an_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 113, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_an_py310.login_for_access_token", + "name": "login_for_access_token", + "lineno": 122, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_an_py310.read_users_me", + "name": "read_users_me", + "lineno": 140, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_an_py310.read_own_items", + "name": "read_own_items", + "lineno": 147, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial004_py310": [ + { + "id": "docs_src.security.tutorial004_py310.verify_password", + "name": "verify_password", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_py310.get_password_hash", + "name": "get_password_hash", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_py310.get_user", + "name": "get_user", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_py310.authenticate_user", + "name": "authenticate_user", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_py310.create_access_token", + "name": "create_access_token", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial004_py310.get_current_user", + "name": "get_current_user", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 112, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_py310.login_for_access_token", + "name": "login_for_access_token", + "lineno": 119, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_py310.read_users_me", + "name": "read_users_me", + "lineno": 137, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial004_py310.read_own_items", + "name": "read_own_items", + "lineno": 142, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial005_an_py310": [ + { + "id": "docs_src.security.tutorial005_an_py310.verify_password", + "name": "verify_password", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_an_py310.get_password_hash", + "name": "get_password_hash", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_an_py310.get_user", + "name": "get_user", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_an_py310.authenticate_user", + "name": "authenticate_user", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_an_py310.create_access_token", + "name": "create_access_token", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_an_py310.get_current_user", + "name": "get_current_user", + "lineno": 108, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_an_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 143, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_an_py310.login_for_access_token", + "name": "login_for_access_token", + "lineno": 152, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_an_py310.read_users_me", + "name": "read_users_me", + "lineno": 167, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_an_py310.read_own_items", + "name": "read_own_items", + "lineno": 174, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_an_py310.read_system_status", + "name": "read_system_status", + "lineno": 181, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial005_py310": [ + { + "id": "docs_src.security.tutorial005_py310.verify_password", + "name": "verify_password", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_py310.get_password_hash", + "name": "get_password_hash", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_py310.get_user", + "name": "get_user", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_py310.authenticate_user", + "name": "authenticate_user", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_py310.create_access_token", + "name": "create_access_token", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial005_py310.get_current_user", + "name": "get_current_user", + "lineno": 107, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_py310.get_current_active_user", + "name": "get_current_active_user", + "lineno": 142, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_py310.login_for_access_token", + "name": "login_for_access_token", + "lineno": 151, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_py310.read_users_me", + "name": "read_users_me", + "lineno": 166, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_py310.read_own_items", + "name": "read_own_items", + "lineno": 171, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.security.tutorial005_py310.read_system_status", + "name": "read_system_status", + "lineno": 178, + "scope": null, + "is_async": true + } + ], + "docs_src.security.tutorial006_an_py310": [ + { + "id": "docs_src.security.tutorial006_an_py310.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "docs_src.security.tutorial006_py310": [ + { + "id": "docs_src.security.tutorial006_py310.read_current_user", + "name": "read_current_user", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "docs_src.security.tutorial007_an_py310": [ + { + "id": "docs_src.security.tutorial007_an_py310.get_current_username", + "name": "get_current_username", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial007_an_py310.read_current_user", + "name": "read_current_user", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "docs_src.security.tutorial007_py310": [ + { + "id": "docs_src.security.tutorial007_py310.get_current_username", + "name": "get_current_username", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.security.tutorial007_py310.read_current_user", + "name": "read_current_user", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "docs_src.security": [], + "docs_src.separate_openapi_schemas.tutorial001_py310": [ + { + "id": "docs_src.separate_openapi_schemas.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.separate_openapi_schemas.tutorial001_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "docs_src.separate_openapi_schemas.tutorial002_py310": [ + { + "id": "docs_src.separate_openapi_schemas.tutorial002_py310.create_item", + "name": "create_item", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.separate_openapi_schemas.tutorial002_py310.read_items", + "name": "read_items", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "docs_src.separate_openapi_schemas": [], + "docs_src.server_sent_events.tutorial001_py310": [ + { + "id": "docs_src.server_sent_events.tutorial001_py310.sse_items", + "name": "sse_items", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.server_sent_events.tutorial001_py310.sse_items_no_async", + "name": "sse_items_no_async", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.server_sent_events.tutorial001_py310.sse_items_no_annotation", + "name": "sse_items_no_annotation", + "lineno": 35, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.server_sent_events.tutorial001_py310.sse_items_no_async_no_annotation", + "name": "sse_items_no_async_no_annotation", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "docs_src.server_sent_events.tutorial002_py310": [ + { + "id": "docs_src.server_sent_events.tutorial002_py310.stream_items", + "name": "stream_items", + "lineno": 23, + "scope": null, + "is_async": true + } + ], + "docs_src.server_sent_events.tutorial003_py310": [ + { + "id": "docs_src.server_sent_events.tutorial003_py310.stream_logs", + "name": "stream_logs", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "docs_src.server_sent_events.tutorial004_py310": [ + { + "id": "docs_src.server_sent_events.tutorial004_py310.stream_items", + "name": "stream_items", + "lineno": 24, + "scope": null, + "is_async": true + } + ], + "docs_src.server_sent_events.tutorial005_py310": [ + { + "id": "docs_src.server_sent_events.tutorial005_py310.stream_chat", + "name": "stream_chat", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.server_sent_events": [], + "docs_src.settings.tutorial001_py310": [ + { + "id": "docs_src.settings.tutorial001_py310.info", + "name": "info", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.settings": [], + "docs_src.settings.app01_py310.config": [], + "docs_src.settings.app01_py310.main": [ + { + "id": "docs_src.settings.app01_py310.main.info", + "name": "info", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "docs_src.settings.app01_py310": [], + "docs_src.settings.app02_an_py310.config": [], + "docs_src.settings.app02_an_py310.main": [ + { + "id": "docs_src.settings.app02_an_py310.main.get_settings", + "name": "get_settings", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app02_an_py310.main.info", + "name": "info", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.settings.app02_an_py310.test_main": [ + { + "id": "docs_src.settings.app02_an_py310.test_main.get_settings_override", + "name": "get_settings_override", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app02_an_py310.test_main.test_app", + "name": "test_app", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "docs_src.settings.app02_an_py310": [], + "docs_src.settings.app02_py310.config": [], + "docs_src.settings.app02_py310.main": [ + { + "id": "docs_src.settings.app02_py310.main.get_settings", + "name": "get_settings", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app02_py310.main.info", + "name": "info", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.settings.app02_py310.test_main": [ + { + "id": "docs_src.settings.app02_py310.test_main.get_settings_override", + "name": "get_settings_override", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app02_py310.test_main.test_app", + "name": "test_app", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "docs_src.settings.app02_py310": [], + "docs_src.settings.app03_an_py310.config": [], + "docs_src.settings.app03_an_py310.main": [ + { + "id": "docs_src.settings.app03_an_py310.main.get_settings", + "name": "get_settings", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app03_an_py310.main.info", + "name": "info", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "docs_src.settings.app03_an_py310": [], + "docs_src.settings.app03_py310.config": [], + "docs_src.settings.app03_py310.main": [ + { + "id": "docs_src.settings.app03_py310.main.get_settings", + "name": "get_settings", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.settings.app03_py310.main.info", + "name": "info", + "lineno": 16, + "scope": null, + "is_async": true + } + ], + "docs_src.settings.app03_py310": [], + "docs_src.sql_databases.tutorial001_an_py310": [ + { + "id": "docs_src.sql_databases.tutorial001_an_py310.create_db_and_tables", + "name": "create_db_and_tables", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.get_session", + "name": "get_session", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.on_startup", + "name": "on_startup", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.create_hero", + "name": "create_hero", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.read_heroes", + "name": "read_heroes", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.read_hero", + "name": "read_hero", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_an_py310.delete_hero", + "name": "delete_hero", + "lineno": 67, + "scope": null, + "is_async": false + } + ], + "docs_src.sql_databases.tutorial001_py310": [ + { + "id": "docs_src.sql_databases.tutorial001_py310.create_db_and_tables", + "name": "create_db_and_tables", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.get_session", + "name": "get_session", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.on_startup", + "name": "on_startup", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.create_hero", + "name": "create_hero", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.read_heroes", + "name": "read_heroes", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.read_hero", + "name": "read_hero", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial001_py310.delete_hero", + "name": "delete_hero", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "docs_src.sql_databases.tutorial002_an_py310": [ + { + "id": "docs_src.sql_databases.tutorial002_an_py310.create_db_and_tables", + "name": "create_db_and_tables", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.get_session", + "name": "get_session", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.on_startup", + "name": "on_startup", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.create_hero", + "name": "create_hero", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.read_heroes", + "name": "read_heroes", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.read_hero", + "name": "read_hero", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.update_hero", + "name": "update_hero", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.delete_hero", + "name": "delete_hero", + "lineno": 97, + "scope": null, + "is_async": false + } + ], + "docs_src.sql_databases.tutorial002_py310": [ + { + "id": "docs_src.sql_databases.tutorial002_py310.create_db_and_tables", + "name": "create_db_and_tables", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.get_session", + "name": "get_session", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.on_startup", + "name": "on_startup", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.create_hero", + "name": "create_hero", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.read_heroes", + "name": "read_heroes", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.read_hero", + "name": "read_hero", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.update_hero", + "name": "update_hero", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.delete_hero", + "name": "delete_hero", + "lineno": 96, + "scope": null, + "is_async": false + } + ], + "docs_src.sql_databases": [], + "docs_src.static_files.tutorial001_py310": [], + "docs_src.static_files": [], + "docs_src.stream_data.tutorial001_py310": [ + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story", + "name": "stream_story", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_async", + "name": "stream_story_no_async", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_annotation", + "name": "stream_story_no_annotation", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_no_annotation", + "name": "stream_story_no_async_no_annotation", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_bytes", + "name": "stream_story_bytes", + "lineno": 45, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_bytes", + "name": "stream_story_no_async_bytes", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_annotation_bytes", + "name": "stream_story_no_annotation_bytes", + "lineno": 57, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_no_annotation_bytes", + "name": "stream_story_no_async_no_annotation_bytes", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "docs_src.stream_data.tutorial002_py310": [ + { + "id": "docs_src.stream_data.tutorial002_py310.read_image", + "name": "read_image", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial002_py310.stream_image", + "name": "stream_image", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial002_py310.stream_image_no_async", + "name": "stream_image_no_async", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial002_py310.stream_image_no_async_yield_from", + "name": "stream_image_no_async_yield_from", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_data.tutorial002_py310.stream_image_no_annotation", + "name": "stream_image_no_annotation", + "lineno": 44, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_data.tutorial002_py310.stream_image_no_async_no_annotation", + "name": "stream_image_no_async_no_annotation", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "docs_src.stream_data": [], + "docs_src.stream_json_lines.tutorial001_py310": [ + { + "id": "docs_src.stream_json_lines.tutorial001_py310.stream_items", + "name": "stream_items", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_json_lines.tutorial001_py310.stream_items_no_async", + "name": "stream_items_no_async", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.stream_json_lines.tutorial001_py310.stream_items_no_annotation", + "name": "stream_items_no_annotation", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.stream_json_lines.tutorial001_py310.stream_items_no_async_no_annotation", + "name": "stream_items_no_async_no_annotation", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "docs_src.stream_json_lines": [], + "docs_src.strict_content_type.tutorial001_py310": [ + { + "id": "docs_src.strict_content_type.tutorial001_py310.create_item", + "name": "create_item", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "docs_src.strict_content_type": [], + "docs_src.sub_applications.tutorial001_py310": [ + { + "id": "docs_src.sub_applications.tutorial001_py310.read_main", + "name": "read_main", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.sub_applications.tutorial001_py310.read_sub", + "name": "read_sub", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "docs_src.sub_applications": [], + "docs_src.templates.tutorial001_py310": [ + { + "id": "docs_src.templates.tutorial001_py310.read_item", + "name": "read_item", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "docs_src.templates": [], + "docs_src.templates.static": [], + "docs_src.templates.templates": [], + "docs_src.using_request_directly.tutorial001_py310": [ + { + "id": "docs_src.using_request_directly.tutorial001_py310.read_root", + "name": "read_root", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "docs_src.using_request_directly": [], + "docs_src.websockets_.tutorial001_py310": [ + { + "id": "docs_src.websockets_.tutorial001_py310.get", + "name": "get", + "lineno": 42, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial001_py310.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 47, + "scope": null, + "is_async": true + } + ], + "docs_src.websockets_.tutorial002_an_py310": [ + { + "id": "docs_src.websockets_.tutorial002_an_py310.get", + "name": "get", + "lineno": 62, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial002_an_py310.get_cookie_or_token", + "name": "get_cookie_or_token", + "lineno": 66, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial002_an_py310.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 77, + "scope": null, + "is_async": true + } + ], + "docs_src.websockets_.tutorial002_py310": [ + { + "id": "docs_src.websockets_.tutorial002_py310.get", + "name": "get", + "lineno": 60, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial002_py310.get_cookie_or_token", + "name": "get_cookie_or_token", + "lineno": 64, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial002_py310.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 75, + "scope": null, + "is_async": true + } + ], + "docs_src.websockets_.tutorial003_py310": [ + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager.__init__", + "name": "__init__", + "lineno": 45, + "scope": "ConnectionManager", + "is_async": false + }, + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager.connect", + "name": "connect", + "lineno": 48, + "scope": "ConnectionManager", + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager.disconnect", + "name": "disconnect", + "lineno": 52, + "scope": "ConnectionManager", + "is_async": false + }, + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager.send_personal_message", + "name": "send_personal_message", + "lineno": 55, + "scope": "ConnectionManager", + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager.broadcast", + "name": "broadcast", + "lineno": 58, + "scope": "ConnectionManager", + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial003_py310.get", + "name": "get", + "lineno": 67, + "scope": null, + "is_async": true + }, + { + "id": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 72, + "scope": null, + "is_async": true + } + ], + "docs_src.websockets_": [], + "docs_src.wsgi.tutorial001_py310": [ + { + "id": "docs_src.wsgi.tutorial001_py310.flask_main", + "name": "flask_main", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "docs_src.wsgi.tutorial001_py310.read_main", + "name": "read_main", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "docs_src.wsgi": [], + "fastapi.applications": [ + { + "id": "fastapi.applications.FastAPI.__init__", + "name": "__init__", + "lineno": 57, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.build_middleware_stack", + "name": "build_middleware_stack", + "lineno": 1018, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.openapi", + "name": "openapi", + "lineno": 1068, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.setup", + "name": "setup", + "lineno": 1101, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.setup.openapi", + "name": "openapi", + "lineno": 1104, + "scope": "FastAPI.setup", + "is_async": true + }, + { + "id": "fastapi.applications.FastAPI.setup.swagger_ui_html", + "name": "swagger_ui_html", + "lineno": 1119, + "scope": "FastAPI.setup", + "is_async": true + }, + { + "id": "fastapi.applications.FastAPI.setup.swagger_ui_redirect", + "name": "swagger_ui_redirect", + "lineno": 1137, + "scope": "FastAPI.setup", + "is_async": true + }, + { + "id": "fastapi.applications.FastAPI.setup.redoc_html", + "name": "redoc_html", + "lineno": 1147, + "scope": "FastAPI.setup", + "is_async": true + }, + { + "id": "fastapi.applications.FastAPI.__call__", + "name": "__call__", + "lineno": 1156, + "scope": "FastAPI", + "is_async": true + }, + { + "id": "fastapi.applications.FastAPI.add_api_route", + "name": "add_api_route", + "lineno": 1161, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.api_route", + "name": "api_route", + "lineno": 1218, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.api_route.decorator", + "name": "decorator", + "lineno": 1247, + "scope": "FastAPI.api_route", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.add_api_websocket_route", + "name": "add_api_websocket_route", + "lineno": 1278, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.websocket", + "name": "websocket", + "lineno": 1293, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.websocket.decorator", + "name": "decorator", + "lineno": 1347, + "scope": "FastAPI.websocket", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.include_router", + "name": "include_router", + "lineno": 1358, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.get", + "name": "get", + "lineno": 1563, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.put", + "name": "put", + "lineno": 1936, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.post", + "name": "post", + "lineno": 2314, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.delete", + "name": "delete", + "lineno": 2692, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.options", + "name": "options", + "lineno": 3065, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.head", + "name": "head", + "lineno": 3438, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.patch", + "name": "patch", + "lineno": 3811, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.trace", + "name": "trace", + "lineno": 4189, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.websocket_route", + "name": "websocket_route", + "lineno": 4562, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.websocket_route.decorator", + "name": "decorator", + "lineno": 4565, + "scope": "FastAPI.websocket_route", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.on_event", + "name": "on_event", + "lineno": 4579, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.middleware", + "name": "middleware", + "lineno": 4600, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.middleware.decorator", + "name": "decorator", + "lineno": 4640, + "scope": "FastAPI.middleware", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.exception_handler", + "name": "exception_handler", + "lineno": 4646, + "scope": "FastAPI", + "is_async": false + }, + { + "id": "fastapi.applications.FastAPI.exception_handler.decorator", + "name": "decorator", + "lineno": 4687, + "scope": "FastAPI.exception_handler", + "is_async": false + } + ], + "fastapi.background": [ + { + "id": "fastapi.background.BackgroundTasks.add_task", + "name": "add_task", + "lineno": 40, + "scope": "BackgroundTasks", + "is_async": false + } + ], + "fastapi.cli": [ + { + "id": "fastapi.cli.main", + "name": "main", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "fastapi.concurrency": [ + { + "id": "fastapi.concurrency.contextmanager_in_threadpool", + "name": "contextmanager_in_threadpool", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "fastapi.datastructures": [ + { + "id": "fastapi.datastructures.UploadFile.write", + "name": "write", + "lineno": 66, + "scope": "UploadFile", + "is_async": true + }, + { + "id": "fastapi.datastructures.UploadFile.read", + "name": "read", + "lineno": 86, + "scope": "UploadFile", + "is_async": true + }, + { + "id": "fastapi.datastructures.UploadFile.seek", + "name": "seek", + "lineno": 104, + "scope": "UploadFile", + "is_async": true + }, + { + "id": "fastapi.datastructures.UploadFile.close", + "name": "close", + "lineno": 124, + "scope": "UploadFile", + "is_async": true + }, + { + "id": "fastapi.datastructures.UploadFile._validate", + "name": "_validate", + "lineno": 133, + "scope": "UploadFile", + "is_async": false + }, + { + "id": "fastapi.datastructures.UploadFile.__get_pydantic_json_schema__", + "name": "__get_pydantic_json_schema__", + "lineno": 139, + "scope": "UploadFile", + "is_async": false + }, + { + "id": "fastapi.datastructures.UploadFile.__get_pydantic_core_schema__", + "name": "__get_pydantic_core_schema__", + "lineno": 145, + "scope": "UploadFile", + "is_async": false + }, + { + "id": "fastapi.datastructures.DefaultPlaceholder.__init__", + "name": "__init__", + "lineno": 161, + "scope": "DefaultPlaceholder", + "is_async": false + }, + { + "id": "fastapi.datastructures.DefaultPlaceholder.__bool__", + "name": "__bool__", + "lineno": 164, + "scope": "DefaultPlaceholder", + "is_async": false + }, + { + "id": "fastapi.datastructures.DefaultPlaceholder.__eq__", + "name": "__eq__", + "lineno": 167, + "scope": "DefaultPlaceholder", + "is_async": false + }, + { + "id": "fastapi.datastructures.Default", + "name": "Default", + "lineno": 174, + "scope": null, + "is_async": false + } + ], + "fastapi.encoders": [ + { + "id": "fastapi.encoders.isoformat", + "name": "isoformat", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.encoders.decimal_encoder", + "name": "decimal_encoder", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.encoders.generate_encoders_by_class_tuples", + "name": "generate_encoders_by_class_tuples", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.encoders.jsonable_encoder", + "name": "jsonable_encoder", + "lineno": 129, + "scope": null, + "is_async": false + } + ], + "fastapi.exceptions": [ + { + "id": "fastapi.exceptions.HTTPException.__init__", + "name": "__init__", + "lineno": 45, + "scope": "HTTPException", + "is_async": false + }, + { + "id": "fastapi.exceptions.WebSocketException.__init__", + "name": "__init__", + "lineno": 128, + "scope": "WebSocketException", + "is_async": false + }, + { + "id": "fastapi.exceptions.ValidationException.__init__", + "name": "__init__", + "lineno": 175, + "scope": "ValidationException", + "is_async": false + }, + { + "id": "fastapi.exceptions.ValidationException.errors", + "name": "errors", + "lineno": 190, + "scope": "ValidationException", + "is_async": false + }, + { + "id": "fastapi.exceptions.ValidationException._format_endpoint_context", + "name": "_format_endpoint_context", + "lineno": 193, + "scope": "ValidationException", + "is_async": false + }, + { + "id": "fastapi.exceptions.ValidationException.__str__", + "name": "__str__", + "lineno": 204, + "scope": "ValidationException", + "is_async": false + }, + { + "id": "fastapi.exceptions.RequestValidationError.__init__", + "name": "__init__", + "lineno": 213, + "scope": "RequestValidationError", + "is_async": false + }, + { + "id": "fastapi.exceptions.WebSocketRequestValidationError.__init__", + "name": "__init__", + "lineno": 225, + "scope": "WebSocketRequestValidationError", + "is_async": false + }, + { + "id": "fastapi.exceptions.ResponseValidationError.__init__", + "name": "__init__", + "lineno": 235, + "scope": "ResponseValidationError", + "is_async": false + } + ], + "fastapi.exception_handlers": [ + { + "id": "fastapi.exception_handlers.http_exception_handler", + "name": "http_exception_handler", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.exception_handlers.request_validation_exception_handler", + "name": "request_validation_exception_handler", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.exception_handlers.websocket_request_validation_exception_handler", + "name": "websocket_request_validation_exception_handler", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "fastapi.logger": [], + "fastapi.params": [ + { + "id": "fastapi.params.Param.__init__", + "name": "__init__", + "lineno": 29, + "scope": "Param", + "is_async": false + }, + { + "id": "fastapi.params.Param.__repr__", + "name": "__repr__", + "lineno": 133, + "scope": "Param", + "is_async": false + }, + { + "id": "fastapi.params.Path.__init__", + "name": "__init__", + "lineno": 140, + "scope": "Path", + "is_async": false + }, + { + "id": "fastapi.params.Query.__init__", + "name": "__init__", + "lineno": 224, + "scope": "Query", + "is_async": false + }, + { + "id": "fastapi.params.Header.__init__", + "name": "__init__", + "lineno": 306, + "scope": "Header", + "is_async": false + }, + { + "id": "fastapi.params.Cookie.__init__", + "name": "__init__", + "lineno": 390, + "scope": "Cookie", + "is_async": false + }, + { + "id": "fastapi.params.Body.__init__", + "name": "__init__", + "lineno": 470, + "scope": "Body", + "is_async": false + }, + { + "id": "fastapi.params.Body.__repr__", + "name": "__repr__", + "lineno": 577, + "scope": "Body", + "is_async": false + }, + { + "id": "fastapi.params.Form.__init__", + "name": "__init__", + "lineno": 582, + "scope": "Form", + "is_async": false + }, + { + "id": "fastapi.params.File.__init__", + "name": "__init__", + "lineno": 664, + "scope": "File", + "is_async": false + } + ], + "fastapi.param_functions": [ + { + "id": "fastapi.param_functions.Path", + "name": "Path", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Query", + "name": "Query", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Header", + "name": "Header", + "lineno": 701, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Cookie", + "name": "Cookie", + "lineno": 1018, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Body", + "name": "Body", + "lineno": 1323, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Form", + "name": "Form", + "lineno": 1653, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.File", + "name": "File", + "lineno": 1968, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Depends", + "name": "Depends", + "lineno": 2283, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.param_functions.Security", + "name": "Security", + "lineno": 2372, + "scope": null, + "is_async": false + } + ], + "fastapi.requests": [], + "fastapi.responses": [ + { + "id": "fastapi.responses._UjsonModule.dumps", + "name": "dumps", + "lineno": 17, + "scope": "_UjsonModule", + "is_async": false + }, + { + "id": "fastapi.responses._OrjsonModule.dumps", + "name": "dumps", + "lineno": 24, + "scope": "_OrjsonModule", + "is_async": false + }, + { + "id": "fastapi.responses.UJSONResponse.render", + "name": "render", + "lineno": 64, + "scope": "UJSONResponse", + "is_async": false + }, + { + "id": "fastapi.responses.ORJSONResponse.render", + "name": "render", + "lineno": 94, + "scope": "ORJSONResponse", + "is_async": false + } + ], + "fastapi.routing": [ + { + "id": "fastapi.routing.request_response", + "name": "request_response", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.request_response.app", + "name": "app", + "lineno": 110, + "scope": "request_response", + "is_async": true + }, + { + "id": "fastapi.routing.request_response.app.app", + "name": "app", + "lineno": 113, + "scope": "request_response.app", + "is_async": true + }, + { + "id": "fastapi.routing.websocket_session", + "name": "websocket_session", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.websocket_session.app", + "name": "app", + "lineno": 149, + "scope": "websocket_session", + "is_async": true + }, + { + "id": "fastapi.routing.websocket_session.app.app", + "name": "app", + "lineno": 152, + "scope": "websocket_session.app", + "is_async": true + }, + { + "id": "fastapi.routing._AsyncLiftContextManager.__init__", + "name": "__init__", + "lineno": 176, + "scope": "_AsyncLiftContextManager", + "is_async": false + }, + { + "id": "fastapi.routing._AsyncLiftContextManager.__aenter__", + "name": "__aenter__", + "lineno": 179, + "scope": "_AsyncLiftContextManager", + "is_async": true + }, + { + "id": "fastapi.routing._AsyncLiftContextManager.__aexit__", + "name": "__aexit__", + "lineno": 182, + "scope": "_AsyncLiftContextManager", + "is_async": true + }, + { + "id": "fastapi.routing._wrap_gen_lifespan_context", + "name": "_wrap_gen_lifespan_context", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing._wrap_gen_lifespan_context.wrapper", + "name": "wrapper", + "lineno": 203, + "scope": "_wrap_gen_lifespan_context", + "is_async": false + }, + { + "id": "fastapi.routing._merge_lifespan_context", + "name": "_merge_lifespan_context", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing._merge_lifespan_context.merged_lifespan", + "name": "merged_lifespan", + "lineno": 213, + "scope": "_merge_lifespan_context", + "is_async": true + }, + { + "id": "fastapi.routing._DefaultLifespan.__init__", + "name": "__init__", + "lineno": 237, + "scope": "_DefaultLifespan", + "is_async": false + }, + { + "id": "fastapi.routing._DefaultLifespan.__aenter__", + "name": "__aenter__", + "lineno": 240, + "scope": "_DefaultLifespan", + "is_async": true + }, + { + "id": "fastapi.routing._DefaultLifespan.__aexit__", + "name": "__aexit__", + "lineno": 243, + "scope": "_DefaultLifespan", + "is_async": true + }, + { + "id": "fastapi.routing._DefaultLifespan.__call__", + "name": "__call__", + "lineno": 246, + "scope": "_DefaultLifespan", + "is_async": false + }, + { + "id": "fastapi.routing._extract_endpoint_context", + "name": "_extract_endpoint_context", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.serialize_response", + "name": "serialize_response", + "lineno": 277, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.routing.run_endpoint_function", + "name": "run_endpoint_function", + "lineno": 320, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.routing._build_response_args", + "name": "_build_response_args", + "lineno": 333, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler", + "name": "get_request_handler", + "lineno": 351, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler.app", + "name": "app", + "lineno": 382, + "scope": "get_request_handler", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._serialize_data", + "name": "_serialize_data", + "lineno": 471, + "scope": "get_request_handler.app", + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "name": "_serialize_sse_item", + "lineno": 500, + "scope": "get_request_handler.app", + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler.app._sse_producer_cm", + "name": "_sse_producer_cm", + "lineno": 535, + "scope": "get_request_handler.app", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._sse_producer_cm._producer", + "name": "_producer", + "lineno": 556, + "scope": "get_request_handler.app._sse_producer_cm", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._sse_producer_cm._keepalive_inserter", + "name": "_keepalive_inserter", + "lineno": 565, + "scope": "get_request_handler.app._sse_producer_cm", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._sse_with_checkpoints", + "name": "_sse_with_checkpoints", + "lineno": 597, + "scope": "get_request_handler.app", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._serialize_item", + "name": "_serialize_item", + "lineno": 624, + "scope": "get_request_handler.app", + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler.app._async_stream_jsonl", + "name": "_async_stream_jsonl", + "lineno": 629, + "scope": "get_request_handler.app", + "is_async": true + }, + { + "id": "fastapi.routing.get_request_handler.app._sync_stream_jsonl", + "name": "_sync_stream_jsonl", + "lineno": 641, + "scope": "get_request_handler.app", + "is_async": false + }, + { + "id": "fastapi.routing.get_request_handler.app._async_stream_raw", + "name": "_async_stream_raw", + "lineno": 658, + "scope": "get_request_handler.app", + "is_async": true + }, + { + "id": "fastapi.routing.get_websocket_app", + "name": "get_websocket_app", + "lineno": 732, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.routing.get_websocket_app.app", + "name": "app", + "lineno": 737, + "scope": "get_websocket_app", + "is_async": true + }, + { + "id": "fastapi.routing.APIWebSocketRoute.__init__", + "name": "__init__", + "lineno": 770, + "scope": "APIWebSocketRoute", + "is_async": false + }, + { + "id": "fastapi.routing.APIWebSocketRoute.matches", + "name": "matches", + "lineno": 804, + "scope": "APIWebSocketRoute", + "is_async": false + }, + { + "id": "fastapi.routing.APIRoute.__init__", + "name": "__init__", + "lineno": 812, + "scope": "APIRoute", + "is_async": false + }, + { + "id": "fastapi.routing.APIRoute.get_route_handler", + "name": "get_route_handler", + "lineno": 978, + "scope": "APIRoute", + "is_async": false + }, + { + "id": "fastapi.routing.APIRoute.matches", + "name": "matches", + "lineno": 998, + "scope": "APIRoute", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.__init__", + "name": "__init__", + "lineno": 1032, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.route", + "name": "route", + "lineno": 1317, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.route.decorator", + "name": "decorator", + "lineno": 1324, + "scope": "APIRouter.route", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.add_api_route", + "name": "add_api_route", + "lineno": 1336, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.api_route", + "name": "api_route", + "lineno": 1419, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.api_route.decorator", + "name": "decorator", + "lineno": 1449, + "scope": "APIRouter.api_route", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.add_api_websocket_route", + "name": "add_api_websocket_route", + "lineno": 1481, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.websocket", + "name": "websocket", + "lineno": 1502, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.websocket.decorator", + "name": "decorator", + "lineno": 1561, + "scope": "APIRouter.websocket", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.websocket_route", + "name": "websocket_route", + "lineno": 1569, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.websocket_route.decorator", + "name": "decorator", + "lineno": 1572, + "scope": "APIRouter.websocket_route", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.include_router", + "name": "include_router", + "lineno": 1578, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.get", + "name": "get", + "lineno": 1831, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.put", + "name": "put", + "lineno": 2208, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.post", + "name": "post", + "lineno": 2590, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.delete", + "name": "delete", + "lineno": 2972, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.options", + "name": "options", + "lineno": 3349, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.head", + "name": "head", + "lineno": 3726, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.patch", + "name": "patch", + "lineno": 4108, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.trace", + "name": "trace", + "lineno": 4490, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter._startup", + "name": "_startup", + "lineno": 4873, + "scope": "APIRouter", + "is_async": true + }, + { + "id": "fastapi.routing.APIRouter._shutdown", + "name": "_shutdown", + "lineno": 4889, + "scope": "APIRouter", + "is_async": true + }, + { + "id": "fastapi.routing.APIRouter.add_event_handler", + "name": "add_event_handler", + "lineno": 4905, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.on_event", + "name": "on_event", + "lineno": 4932, + "scope": "APIRouter", + "is_async": false + }, + { + "id": "fastapi.routing.APIRouter.on_event.decorator", + "name": "decorator", + "lineno": 4952, + "scope": "APIRouter.on_event", + "is_async": false + } + ], + "fastapi.sse": [ + { + "id": "fastapi.sse._check_single_line", + "name": "_check_single_line", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.sse._check_event_single_line", + "name": "_check_event_single_line", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.sse._check_id_valid", + "name": "_check_id_valid", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.sse.ServerSentEvent._check_data_exclusive", + "name": "_check_data_exclusive", + "lineno": 149, + "scope": "ServerSentEvent", + "is_async": false + }, + { + "id": "fastapi.sse.format_sse_event", + "name": "format_sse_event", + "lineno": 159, + "scope": null, + "is_async": false + } + ], + "fastapi.staticfiles": [], + "fastapi.templating": [], + "fastapi.testclient": [], + "fastapi.types": [], + "fastapi.utils": [ + { + "id": "fastapi.utils.is_body_allowed_for_status_code", + "name": "is_body_allowed_for_status_code", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.get_path_param_names", + "name": "get_path_param_names", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.create_model_field", + "name": "create_model_field", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.generate_operation_id_for_path", + "name": "generate_operation_id_for_path", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.generate_unique_id", + "name": "generate_unique_id", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.deep_dict_update", + "name": "deep_dict_update", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.utils.get_value_or_default", + "name": "get_value_or_default", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "fastapi.websockets": [], + "fastapi": [], + "fastapi.__main__": [], + "fastapi.dependencies.models": [ + { + "id": "fastapi.dependencies.models._unwrapped_call", + "name": "_unwrapped_call", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.models._impartial", + "name": "_impartial", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.oauth_scopes", + "name": "oauth_scopes", + "lineno": 54, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.cache_key", + "name": "cache_key", + "lineno": 63, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant._uses_scopes", + "name": "_uses_scopes", + "lineno": 74, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant._is_security_scheme", + "name": "_is_security_scheme", + "lineno": 87, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant._security_scheme", + "name": "_security_scheme", + "lineno": 95, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant._security_dependencies", + "name": "_security_dependencies", + "lineno": 101, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.is_gen_callable", + "name": "is_gen_callable", + "lineno": 106, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "name": "is_async_gen_callable", + "lineno": 132, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "name": "is_coroutine_callable", + "lineno": 158, + "scope": "Dependant", + "is_async": false + }, + { + "id": "fastapi.dependencies.models.Dependant.computed_scope", + "name": "computed_scope", + "lineno": 188, + "scope": "Dependant", + "is_async": false + } + ], + "fastapi.dependencies.utils": [ + { + "id": "fastapi.dependencies.utils.ensure_multipart_is_installed", + "name": "ensure_multipart_is_installed", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_parameterless_sub_dependant", + "name": "get_parameterless_sub_dependant", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_flat_dependant", + "name": "get_flat_dependant", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._get_flat_fields_from_params", + "name": "_get_flat_fields_from_params", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_flat_params", + "name": "get_flat_params", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._get_signature", + "name": "_get_signature", + "lineno": 213, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_typed_signature", + "name": "get_typed_signature", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_typed_annotation", + "name": "get_typed_annotation", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_typed_return_annotation", + "name": "get_typed_return_annotation", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_stream_item_type", + "name": "get_stream_item_type", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_dependant", + "name": "get_dependant", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.add_non_field_param_to_dependency", + "name": "add_non_field_param_to_dependency", + "lineno": 362, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.analyze_param", + "name": "analyze_param", + "lineno": 393, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.add_param_to_fields", + "name": "add_param_to_fields", + "lineno": 562, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._solve_generator", + "name": "_solve_generator", + "lineno": 578, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.dependencies.utils.solve_dependencies", + "name": "solve_dependencies", + "lineno": 598, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.dependencies.utils._validate_value_with_model_field", + "name": "_validate_value_with_model_field", + "lineno": 738, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._is_json_field", + "name": "_is_json_field", + "lineno": 749, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._get_multidict_value", + "name": "_get_multidict_value", + "lineno": 753, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.request_params_to_args", + "name": "request_params_to_args", + "lineno": 784, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.is_union_of_base_models", + "name": "is_union_of_base_models", + "lineno": 873, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._should_embed_body_fields", + "name": "_should_embed_body_fields", + "lineno": 892, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils._extract_form_body", + "name": "_extract_form_body", + "lineno": 916, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.dependencies.utils.request_body_to_args", + "name": "request_body_to_args", + "lineno": 955, + "scope": null, + "is_async": true + }, + { + "id": "fastapi.dependencies.utils.get_body_field", + "name": "get_body_field", + "lineno": 1005, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.dependencies.utils.get_validation_alias", + "name": "get_validation_alias", + "lineno": 1059, + "scope": null, + "is_async": false + } + ], + "fastapi.dependencies": [], + "fastapi.middleware.asyncexitstack": [ + { + "id": "fastapi.middleware.asyncexitstack.AsyncExitStackMiddleware.__init__", + "name": "__init__", + "lineno": 9, + "scope": "AsyncExitStackMiddleware", + "is_async": false + }, + { + "id": "fastapi.middleware.asyncexitstack.AsyncExitStackMiddleware.__call__", + "name": "__call__", + "lineno": 15, + "scope": "AsyncExitStackMiddleware", + "is_async": true + } + ], + "fastapi.middleware.cors": [], + "fastapi.middleware.gzip": [], + "fastapi.middleware.httpsredirect": [], + "fastapi.middleware.trustedhost": [], + "fastapi.middleware.wsgi": [], + "fastapi.middleware": [], + "fastapi.openapi.constants": [], + "fastapi.openapi.docs": [ + { + "id": "fastapi.openapi.docs._html_safe_json", + "name": "_html_safe_json", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.docs.get_swagger_ui_html", + "name": "get_swagger_ui_html", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.docs.get_redoc_html", + "name": "get_redoc_html", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "name": "get_swagger_ui_oauth2_redirect_html", + "lineno": 301, + "scope": null, + "is_async": false + } + ], + "fastapi.openapi.models": [ + { + "id": "fastapi.openapi.models.EmailStr.__get_validators__", + "name": "__get_validators__", + "lineno": 25, + "scope": "EmailStr", + "is_async": false + }, + { + "id": "fastapi.openapi.models.EmailStr.validate", + "name": "validate", + "lineno": 29, + "scope": "EmailStr", + "is_async": false + }, + { + "id": "fastapi.openapi.models.EmailStr._validate", + "name": "_validate", + "lineno": 37, + "scope": "EmailStr", + "is_async": false + }, + { + "id": "fastapi.openapi.models.EmailStr.__get_pydantic_json_schema__", + "name": "__get_pydantic_json_schema__", + "lineno": 45, + "scope": "EmailStr", + "is_async": false + }, + { + "id": "fastapi.openapi.models.EmailStr.__get_pydantic_core_schema__", + "name": "__get_pydantic_core_schema__", + "lineno": 51, + "scope": "EmailStr", + "is_async": false + } + ], + "fastapi.openapi.utils": [ + { + "id": "fastapi.openapi.utils.get_openapi_security_definitions", + "name": "get_openapi_security_definitions", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils._get_openapi_operation_parameters", + "name": "_get_openapi_operation_parameters", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.get_openapi_operation_request_body", + "name": "get_openapi_operation_request_body", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.generate_operation_id", + "name": "generate_operation_id", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.generate_operation_summary", + "name": "generate_operation_summary", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.get_openapi_operation_metadata", + "name": "get_openapi_operation_metadata", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.get_openapi_path", + "name": "get_openapi_path", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.get_fields_from_routes", + "name": "get_fields_from_routes", + "lineno": 481, + "scope": null, + "is_async": false + }, + { + "id": "fastapi.openapi.utils.get_openapi", + "name": "get_openapi", + "lineno": 514, + "scope": null, + "is_async": false + } + ], + "fastapi.openapi": [], + "fastapi.security.api_key": [ + { + "id": "fastapi.security.api_key.APIKeyBase.__init__", + "name": "__init__", + "lineno": 14, + "scope": "APIKeyBase", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyBase.make_not_authenticated_error", + "name": "make_not_authenticated_error", + "lineno": 31, + "scope": "APIKeyBase", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyBase.check_api_key", + "name": "check_api_key", + "lineno": 47, + "scope": "APIKeyBase", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyQuery.__init__", + "name": "__init__", + "lineno": 87, + "scope": "APIKeyQuery", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyQuery.__call__", + "name": "__call__", + "lineno": 142, + "scope": "APIKeyQuery", + "is_async": true + }, + { + "id": "fastapi.security.api_key.APIKeyHeader.__init__", + "name": "__init__", + "lineno": 179, + "scope": "APIKeyHeader", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyHeader.__call__", + "name": "__call__", + "lineno": 230, + "scope": "APIKeyHeader", + "is_async": true + }, + { + "id": "fastapi.security.api_key.APIKeyCookie.__init__", + "name": "__init__", + "lineno": 267, + "scope": "APIKeyCookie", + "is_async": false + }, + { + "id": "fastapi.security.api_key.APIKeyCookie.__call__", + "name": "__call__", + "lineno": 318, + "scope": "APIKeyCookie", + "is_async": true + } + ], + "fastapi.security.base": [], + "fastapi.security.http": [ + { + "id": "fastapi.security.http.HTTPBase.__init__", + "name": "__init__", + "lineno": 72, + "scope": "HTTPBase", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBase.make_authenticate_headers", + "name": "make_authenticate_headers", + "lineno": 84, + "scope": "HTTPBase", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "name": "make_not_authenticated_error", + "lineno": 87, + "scope": "HTTPBase", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBase.__call__", + "name": "__call__", + "lineno": 94, + "scope": "HTTPBase", + "is_async": true + }, + { + "id": "fastapi.security.http.HTTPBasic.__init__", + "name": "__init__", + "lineno": 140, + "scope": "HTTPBasic", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBasic.make_authenticate_headers", + "name": "make_authenticate_headers", + "lineno": 197, + "scope": "HTTPBasic", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBasic.__call__", + "name": "__call__", + "lineno": 202, + "scope": "HTTPBasic", + "is_async": true + }, + { + "id": "fastapi.security.http.HTTPBearer.__init__", + "name": "__init__", + "lineno": 254, + "scope": "HTTPBearer", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPBearer.__call__", + "name": "__call__", + "lineno": 303, + "scope": "HTTPBearer", + "is_async": true + }, + { + "id": "fastapi.security.http.HTTPDigest.__init__", + "name": "__init__", + "lineno": 357, + "scope": "HTTPDigest", + "is_async": false + }, + { + "id": "fastapi.security.http.HTTPDigest.__call__", + "name": "__call__", + "lineno": 404, + "scope": "HTTPDigest", + "is_async": true + } + ], + "fastapi.security.oauth2": [ + { + "id": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "name": "__init__", + "lineno": 59, + "scope": "OAuth2PasswordRequestForm", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "name": "__init__", + "lineno": 226, + "scope": "OAuth2PasswordRequestFormStrict", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2.__init__", + "name": "__init__", + "lineno": 343, + "scope": "OAuth2", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2.make_not_authenticated_error", + "name": "make_not_authenticated_error", + "lineno": 401, + "scope": "OAuth2", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2.__call__", + "name": "__call__", + "lineno": 423, + "scope": "OAuth2", + "is_async": true + }, + { + "id": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "name": "__init__", + "lineno": 442, + "scope": "OAuth2PasswordBearer", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2PasswordBearer.__call__", + "name": "__call__", + "lineno": 536, + "scope": "OAuth2PasswordBearer", + "is_async": true + }, + { + "id": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "name": "__init__", + "lineno": 553, + "scope": "OAuth2AuthorizationCodeBearer", + "is_async": false + }, + { + "id": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__call__", + "name": "__call__", + "lineno": 642, + "scope": "OAuth2AuthorizationCodeBearer", + "is_async": true + }, + { + "id": "fastapi.security.oauth2.SecurityScopes.__init__", + "name": "__init__", + "lineno": 666, + "scope": "SecurityScopes", + "is_async": false + } + ], + "fastapi.security.open_id_connect_url": [ + { + "id": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "name": "__init__", + "lineno": 22, + "scope": "OpenIdConnect", + "is_async": false + }, + { + "id": "fastapi.security.open_id_connect_url.OpenIdConnect.make_not_authenticated_error", + "name": "make_not_authenticated_error", + "lineno": 80, + "scope": "OpenIdConnect", + "is_async": false + }, + { + "id": "fastapi.security.open_id_connect_url.OpenIdConnect.__call__", + "name": "__call__", + "lineno": 87, + "scope": "OpenIdConnect", + "is_async": true + } + ], + "fastapi.security.utils": [ + { + "id": "fastapi.security.utils.get_authorization_scheme_param", + "name": "get_authorization_scheme_param", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "fastapi.security": [], + "fastapi._compat.shared": [ + { + "id": "fastapi._compat.shared.lenient_issubclass", + "name": "lenient_issubclass", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared._annotation_is_sequence", + "name": "_annotation_is_sequence", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.field_annotation_is_sequence", + "name": "field_annotation_is_sequence", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.value_is_sequence", + "name": "value_is_sequence", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared._annotation_is_complex", + "name": "_annotation_is_complex", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.field_annotation_is_complex", + "name": "field_annotation_is_complex", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.field_annotation_is_scalar", + "name": "field_annotation_is_scalar", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "name": "field_annotation_is_scalar_sequence", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "name": "is_bytes_or_nonable_bytes_annotation", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "name": "is_uploadfile_or_nonable_uploadfile_annotation", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_bytes_sequence_annotation", + "name": "is_bytes_sequence_annotation", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "name": "is_uploadfile_sequence_annotation", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_pydantic_v1_model_instance", + "name": "is_pydantic_v1_model_instance", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.is_pydantic_v1_model_class", + "name": "is_pydantic_v1_model_class", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.shared.annotation_is_pydantic_v1", + "name": "annotation_is_pydantic_v1", + "lineno": 202, + "scope": null, + "is_async": false + } + ], + "fastapi._compat.v2": [ + { + "id": "fastapi._compat.v2.evaluate_forwardref", + "name": "evaluate_forwardref", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.GenerateJsonSchema.bytes_schema", + "name": "bytes_schema", + "lineno": 60, + "scope": "GenerateJsonSchema", + "is_async": false + }, + { + "id": "fastapi._compat.v2.asdict", + "name": "asdict", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.alias", + "name": "alias", + "lineno": 121, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.validation_alias", + "name": "validation_alias", + "lineno": 126, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.serialization_alias", + "name": "serialization_alias", + "lineno": 133, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.default", + "name": "default", + "lineno": 138, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.__post_init__", + "name": "__post_init__", + "lineno": 141, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.get_default", + "name": "get_default", + "lineno": 168, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.validate", + "name": "validate", + "lineno": 173, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.serialize", + "name": "serialize", + "lineno": 190, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.serialize_json", + "name": "serialize_json", + "lineno": 215, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2.ModelField.__hash__", + "name": "__hash__", + "lineno": 241, + "scope": "ModelField", + "is_async": false + }, + { + "id": "fastapi._compat.v2._has_computed_fields", + "name": "_has_computed_fields", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_schema_from_model_field", + "name": "get_schema_from_model_field", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_definitions", + "name": "get_definitions", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.is_scalar_field", + "name": "is_scalar_field", + "lineno": 349, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.copy_field_info", + "name": "copy_field_info", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.serialize_sequence_value", + "name": "serialize_sequence_value", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_missing_field_error", + "name": "get_missing_field_error", + "lineno": 379, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.create_body_model", + "name": "create_body_model", + "lineno": 387, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_model_fields", + "name": "get_model_fields", + "lineno": 395, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_cached_model_fields", + "name": "get_cached_model_fields", + "lineno": 414, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.normalize_name", + "name": "normalize_name", + "lineno": 425, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_model_name_map", + "name": "get_model_name_map", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_flat_models_from_model", + "name": "get_flat_models_from_model", + "lineno": 437, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_flat_models_from_annotation", + "name": "get_flat_models_from_annotation", + "lineno": 446, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_flat_models_from_field", + "name": "get_flat_models_from_field", + "lineno": 462, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2.get_flat_models_from_fields", + "name": "get_flat_models_from_fields", + "lineno": 478, + "scope": null, + "is_async": false + }, + { + "id": "fastapi._compat.v2._regenerate_error_with_loc", + "name": "_regenerate_error_with_loc", + "lineno": 486, + "scope": null, + "is_async": false + } + ], + "fastapi._compat": [], + "scripts.add_latest_release_date": [ + { + "id": "scripts.add_latest_release_date.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "scripts.contributors": [ + { + "id": "scripts.contributors.get_graphql_response", + "name": "get_graphql_response", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.get_graphql_pr_edges", + "name": "get_graphql_pr_edges", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.get_pr_nodes", + "name": "get_pr_nodes", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.get_contributors", + "name": "get_contributors", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.get_users_to_write", + "name": "get_users_to_write", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.update_content", + "name": "update_content", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "scripts.contributors.main", + "name": "main", + "lineno": 238, + "scope": null, + "is_async": false + } + ], + "scripts.deploy_docs_status": [ + { + "id": "scripts.deploy_docs_status.main", + "name": "main", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "scripts.docs": [ + { + "id": "scripts.docs.strip_markdown_links", + "name": "strip_markdown_links", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.VisibleTextExtractor.__init__", + "name": "__init__", + "lineno": 77, + "scope": "VisibleTextExtractor", + "is_async": false + }, + { + "id": "scripts.docs.VisibleTextExtractor.handle_data", + "name": "handle_data", + "lineno": 81, + "scope": "VisibleTextExtractor", + "is_async": false + }, + { + "id": "scripts.docs.VisibleTextExtractor.extract_visible_text", + "name": "extract_visible_text", + "lineno": 84, + "scope": "VisibleTextExtractor", + "is_async": false + }, + { + "id": "scripts.docs.slugify", + "name": "slugify", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.get_en_config", + "name": "get_en_config", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.get_lang_paths", + "name": "get_lang_paths", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.lang_callback", + "name": "lang_callback", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.complete_existing_lang", + "name": "complete_existing_lang", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.callback", + "name": "callback", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.new_lang", + "name": "new_lang", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.build_lang", + "name": "build_lang", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.split_markdown_header", + "name": "split_markdown_header", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.add_markdown_notice", + "name": "add_markdown_notice", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.is_non_translated_path", + "name": "is_non_translated_path", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.get_en_url", + "name": "get_en_url", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.get_zensical_theme_language", + "name": "get_zensical_theme_language", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.stage_zensical_docs", + "name": "stage_zensical_docs", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.build_zensical_config", + "name": "build_zensical_config", + "lineno": 282, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.build_zensical_lang_to_stage", + "name": "build_zensical_lang_to_stage", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.copy_zensical_stage_to_site", + "name": "copy_zensical_stage_to_site", + "lineno": 300, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.remove_header_permalinks", + "name": "remove_header_permalinks", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.generate_readme_content", + "name": "generate_readme_content", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.generate_readme", + "name": "generate_readme", + "lineno": 373, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.build_all", + "name": "build_all", + "lineno": 389, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.update_languages", + "name": "update_languages", + "lineno": 415, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.serve", + "name": "serve", + "lineno": 433, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.live", + "name": "live", + "lineno": 455, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.get_updated_config_content", + "name": "get_updated_config_content", + "lineno": 473, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.ensure_non_translated", + "name": "ensure_non_translated", + "lineno": 507, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.langs_json", + "name": "langs_json", + "lineno": 534, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.generate_docs_src_versions_for_file", + "name": "generate_docs_src_versions_for_file", + "lineno": 543, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.generate_docs_src_versions", + "name": "generate_docs_src_versions", + "lineno": 604, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.copy_py39_to_py310", + "name": "copy_py39_to_py310", + "lineno": 614, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.update_docs_includes_py39_to_py310", + "name": "update_docs_includes_py39_to_py310", + "lineno": 646, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.remove_unused_docs_src", + "name": "remove_unused_docs_src", + "lineno": 670, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.add_permalinks_page", + "name": "add_permalinks_page", + "lineno": 780, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.add_permalinks_pages", + "name": "add_permalinks_pages", + "lineno": 844, + "scope": null, + "is_async": false + }, + { + "id": "scripts.docs.add_permalinks", + "name": "add_permalinks", + "lineno": 853, + "scope": null, + "is_async": false + } + ], + "scripts.doc_parsing_utils": [ + { + "id": "scripts.doc_parsing_utils.extract_code_includes", + "name": "extract_code_includes", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_code_includes_with_placeholders", + "name": "replace_code_includes_with_placeholders", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_placeholders_with_code_includes", + "name": "replace_placeholders_with_code_includes", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.extract_header_permalinks", + "name": "extract_header_permalinks", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.remove_header_permalinks", + "name": "remove_header_permalinks", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_header_permalinks", + "name": "replace_header_permalinks", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.extract_markdown_links", + "name": "extract_markdown_links", + "lineno": 252, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils._add_lang_code_to_url", + "name": "_add_lang_code_to_url", + "lineno": 279, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils._construct_markdown_link", + "name": "_construct_markdown_link", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_markdown_links", + "name": "replace_markdown_links", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.extract_html_links", + "name": "extract_html_links", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils._construct_html_link", + "name": "_construct_html_link", + "lineno": 406, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_html_links", + "name": "replace_html_links", + "lineno": 433, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.get_code_block_lang", + "name": "get_code_block_lang", + "lineno": 475, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "name": "extract_multiline_code_blocks", + "lineno": 482, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils._split_hash_comment", + "name": "_split_hash_comment", + "lineno": 552, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils._split_slashes_comment", + "name": "_split_slashes_comment", + "lineno": 561, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_multiline_code_block", + "name": "replace_multiline_code_block", + "lineno": 570, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.replace_multiline_code_blocks_in_text", + "name": "replace_multiline_code_blocks_in_text", + "lineno": 643, + "scope": null, + "is_async": false + }, + { + "id": "scripts.doc_parsing_utils.check_translation", + "name": "check_translation", + "lineno": 676, + "scope": null, + "is_async": false + } + ], + "scripts.label_approved": [], + "scripts.notify_translations": [ + { + "id": "scripts.notify_translations.get_graphql_response", + "name": "get_graphql_response", + "lineno": 198, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.get_graphql_translation_discussions", + "name": "get_graphql_translation_discussions", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.get_graphql_translation_discussion_comments_edges", + "name": "get_graphql_translation_discussion_comments_edges", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.get_graphql_translation_discussion_comments", + "name": "get_graphql_translation_discussion_comments", + "lineno": 264, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.create_comment", + "name": "create_comment", + "lineno": 284, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.update_comment", + "name": "update_comment", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "scripts.notify_translations.main", + "name": "main", + "lineno": 306, + "scope": null, + "is_async": false + } + ], + "scripts.people": [ + { + "id": "scripts.people.RateLimiter.__init__", + "name": "__init__", + "lineno": 28, + "scope": "RateLimiter", + "is_async": false + }, + { + "id": "scripts.people.RateLimiter.__enter__", + "name": "__enter__", + "lineno": 35, + "scope": "RateLimiter", + "is_async": false + }, + { + "id": "scripts.people.RateLimiter.__exit__", + "name": "__exit__", + "lineno": 62, + "scope": "RateLimiter", + "is_async": false + }, + { + "id": "scripts.people.RateLimiter.update_request_info", + "name": "update_request_info", + "lineno": 65, + "scope": "RateLimiter", + "is_async": false + }, + { + "id": "scripts.people.get_graphql_response", + "name": "get_graphql_response", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.get_graphql_question_discussion_edges", + "name": "get_graphql_question_discussion_edges", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.get_discussion_nodes", + "name": "get_discussion_nodes", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.get_discussions_experts", + "name": "get_discussions_experts", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.get_top_users", + "name": "get_top_users", + "lineno": 337, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.get_users_to_write", + "name": "get_users_to_write", + "lineno": 361, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.update_content", + "name": "update_content", + "lineno": 383, + "scope": null, + "is_async": false + }, + { + "id": "scripts.people.main", + "name": "main", + "lineno": 395, + "scope": null, + "is_async": false + } + ], + "scripts.prepare_release": [ + { + "id": "scripts.prepare_release.parse_version", + "name": "parse_version", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.get_current_version", + "name": "get_current_version", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.bump_version", + "name": "bump_version", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.update_version_file", + "name": "update_version_file", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.update_release_notes", + "name": "update_release_notes", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.get_release_notes_body", + "name": "get_release_notes_body", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.prepare", + "name": "prepare", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.current_version", + "name": "current_version", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "scripts.prepare_release.release_notes", + "name": "release_notes", + "lineno": 182, + "scope": null, + "is_async": false + } + ], + "scripts.sponsors": [ + { + "id": "scripts.sponsors.get_graphql_response", + "name": "get_graphql_response", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "scripts.sponsors.get_graphql_sponsor_edges", + "name": "get_graphql_sponsor_edges", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "scripts.sponsors.get_individual_sponsors", + "name": "get_individual_sponsors", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "scripts.sponsors.update_content", + "name": "update_content", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "scripts.sponsors.main", + "name": "main", + "lineno": 159, + "scope": null, + "is_async": false + } + ], + "scripts.topic_repos": [ + { + "id": "scripts.topic_repos.main", + "name": "main", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "scripts.translate": [ + { + "id": "scripts.translate.get_langs", + "name": "get_langs", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.generate_lang_path", + "name": "generate_lang_path", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.generate_en_path", + "name": "generate_en_path", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.get_prompt", + "name": "get_prompt", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.translate_page", + "name": "translate_page", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.iter_all_en_paths", + "name": "iter_all_en_paths", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.iter_en_paths_to_translate", + "name": "iter_en_paths_to_translate", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.translate_lang", + "name": "translate_lang", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.get_llm_translatable", + "name": "get_llm_translatable", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.list_llm_translatable", + "name": "list_llm_translatable", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.llm_translatable_json", + "name": "llm_translatable_json", + "lineno": 262, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.commands_json", + "name": "commands_json", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.list_removable", + "name": "list_removable", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.list_all_removable", + "name": "list_all_removable", + "lineno": 314, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.remove_removable", + "name": "remove_removable", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.remove_all_removable", + "name": "remove_all_removable", + "lineno": 336, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.list_missing", + "name": "list_missing", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.list_outdated", + "name": "list_outdated", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.update_outdated", + "name": "update_outdated", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.add_missing", + "name": "add_missing", + "lineno": 393, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.update_and_add", + "name": "update_and_add", + "lineno": 406, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translate.make_pr", + "name": "make_pr", + "lineno": 418, + "scope": null, + "is_async": false + } + ], + "scripts.translation_fixer": [ + { + "id": "scripts.translation_fixer.callback", + "name": "callback", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translation_fixer.iter_all_lang_paths", + "name": "iter_all_lang_paths", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translation_fixer.get_all_paths", + "name": "get_all_paths", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translation_fixer.process_one_page", + "name": "process_one_page", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translation_fixer.fix_all", + "name": "fix_all", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "scripts.translation_fixer.fix_pages", + "name": "fix_pages", + "lineno": 117, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.cookie_param_models.image01": [ + { + "id": "scripts.playwright.cookie_param_models.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.header_param_models.image01": [ + { + "id": "scripts.playwright.header_param_models.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.json_base64_bytes.image01": [ + { + "id": "scripts.playwright.json_base64_bytes.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.query_param_models.image01": [ + { + "id": "scripts.playwright.query_param_models.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.request_form_models.image01": [ + { + "id": "scripts.playwright.request_form_models.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.separate_openapi_schemas.image01": [ + { + "id": "scripts.playwright.separate_openapi_schemas.image01.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.separate_openapi_schemas.image02": [ + { + "id": "scripts.playwright.separate_openapi_schemas.image02.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.separate_openapi_schemas.image03": [ + { + "id": "scripts.playwright.separate_openapi_schemas.image03.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.separate_openapi_schemas.image04": [ + { + "id": "scripts.playwright.separate_openapi_schemas.image04.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.separate_openapi_schemas.image05": [ + { + "id": "scripts.playwright.separate_openapi_schemas.image05.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.sql_databases.image01": [ + { + "id": "scripts.playwright.sql_databases.image01.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.playwright.sql_databases.image02": [ + { + "id": "scripts.playwright.sql_databases.image02.run", + "name": "run", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.conftest": [ + { + "id": "scripts.tests.test_translation_fixer.conftest.pytest_collection_modifyitems", + "name": "pytest_collection_modifyitems", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.conftest.changing_dir", + "name": "changing_dir", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.conftest.get_runner", + "name": "get_runner", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.conftest.prepare_paths", + "name": "prepare_paths", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.conftest.copy_test_files", + "name": "copy_test_files", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid": [ + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid.test_translated", + "name": "test_translated", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid.test_not_translated", + "name": "test_not_translated", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code": [ + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code.test_wrong_lang_code_1", + "name": "test_wrong_lang_code_1", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code.test_wrong_lang_code_2", + "name": "test_wrong_lang_code_2", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc": [ + { + "id": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc.test_fix", + "name": "test_fix", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch.test_level_mismatch_1", + "name": "test_level_mismatch_1", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch.test_level_mismatch_2", + "name": "test_level_mismatch_2", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch": [ + { + "id": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch.test_gt", + "name": "test_gt", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch.test_lt", + "name": "test_lt", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.forward_reference_type": [ + { + "id": "tests.forward_reference_type.forwardref_method", + "name": "forwardref_method", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.main": [ + { + "id": "tests.main.non_operation", + "name": "non_operation", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.non_decorated_route", + "name": "non_decorated_route", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_text", + "name": "get_text", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_id", + "name": "get_id", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_str_id", + "name": "get_str_id", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_int_id", + "name": "get_int_id", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_float_id", + "name": "get_float_id", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_bool_id", + "name": "get_bool_id", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_id", + "name": "get_path_param_id", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_min_length", + "name": "get_path_param_min_length", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_max_length", + "name": "get_path_param_max_length", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_min_max_length", + "name": "get_path_param_min_max_length", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_gt", + "name": "get_path_param_gt", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_gt0", + "name": "get_path_param_gt0", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_ge", + "name": "get_path_param_ge", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_lt", + "name": "get_path_param_lt", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_lt0", + "name": "get_path_param_lt0", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_le", + "name": "get_path_param_le", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_lt_gt", + "name": "get_path_param_lt_gt", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_le_ge", + "name": "get_path_param_le_ge", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_lt_int", + "name": "get_path_param_lt_int", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_gt_int", + "name": "get_path_param_gt_int", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_le_int", + "name": "get_path_param_le_int", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_ge_int", + "name": "get_path_param_ge_int", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_lt_gt_int", + "name": "get_path_param_lt_gt_int", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_path_param_le_ge_int", + "name": "get_path_param_le_ge_int", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query", + "name": "get_query", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_optional", + "name": "get_query_optional", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_type", + "name": "get_query_type", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_type_optional", + "name": "get_query_type_optional", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_type_int_default", + "name": "get_query_type_int_default", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_param", + "name": "get_query_param", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_param_required", + "name": "get_query_param_required", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_param_required_type", + "name": "get_query_param_required_type", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_enum_status_code", + "name": "get_enum_status_code", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_type_frozenset", + "name": "get_query_type_frozenset", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_list", + "name": "get_query_list", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.main.get_query_list_default", + "name": "get_query_list_default", + "lineno": 207, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_properties": [ + { + "id": "tests.test_additional_properties.foo", + "name": "foo", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_properties.test_additional_properties_post", + "name": "test_additional_properties_post", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_properties.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_properties_bool": [ + { + "id": "tests.test_additional_properties_bool.post", + "name": "post", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_properties_bool.test_call_invalid", + "name": "test_call_invalid", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_properties_bool.test_call_valid", + "name": "test_call_valid", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_properties_bool.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_bad": [ + { + "id": "tests.test_additional_responses_bad.a", + "name": "a", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_bad.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_custom_model_in_callback": [ + { + "id": "tests.test_additional_responses_custom_model_in_callback.callback_route", + "name": "callback_route", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_custom_model_in_callback.main_route", + "name": "main_route", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_custom_model_in_callback.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_custom_validationerror": [ + { + "id": "tests.test_additional_responses_custom_validationerror.a", + "name": "a", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_custom_validationerror.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_default_validationerror": [ + { + "id": "tests.test_additional_responses_default_validationerror.a", + "name": "a", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_default_validationerror.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_response_class": [ + { + "id": "tests.test_additional_responses_response_class.a", + "name": "a", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_response_class.b", + "name": "b", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_response_class.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_router": [ + { + "id": "tests.test_additional_responses_router.a", + "name": "a", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_router.b", + "name": "b", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_router.c", + "name": "c", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_router.d", + "name": "d", + "lineno": 51, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_router.test_a", + "name": "test_a", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_router.test_b", + "name": "test_b", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_router.test_c", + "name": "test_c", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_router.test_d", + "name": "test_d", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_responses_router.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_responses_union_duplicate_anyof": [ + { + "id": "tests.test_additional_responses_union_duplicate_anyof.route1", + "name": "route1", + "lineno": 32, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_union_duplicate_anyof.route2", + "name": "route2", + "lineno": 37, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_additional_responses_union_duplicate_anyof.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_additional_response_extra": [ + { + "id": "tests.test_additional_response_extra.read_item", + "name": "read_item", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_response_extra.test_path_operation", + "name": "test_path_operation", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_additional_response_extra.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_allow_inf_nan_in_enforcing": [ + { + "id": "tests.test_allow_inf_nan_in_enforcing.get", + "name": "get", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_allow_inf_nan_in_enforcing.test_allow_inf_nan_param_true", + "name": "test_allow_inf_nan_param_true", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_allow_inf_nan_in_enforcing.test_allow_inf_nan_param_false", + "name": "test_allow_inf_nan_param_false", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_allow_inf_nan_in_enforcing.test_allow_inf_nan_param_default", + "name": "test_allow_inf_nan_param_default", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_allow_inf_nan_in_enforcing.test_allow_inf_nan_body", + "name": "test_allow_inf_nan_body", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.test_ambiguous_params": [ + { + "id": "tests.test_ambiguous_params.test_no_annotated_defaults", + "name": "test_no_annotated_defaults", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ambiguous_params.test_no_annotated_defaults.get_item", + "name": "get_item", + "lineno": 17, + "scope": "test_no_annotated_defaults", + "is_async": true + }, + { + "id": "tests.test_ambiguous_params.test_no_annotated_defaults.get", + "name": "get", + "lineno": 29, + "scope": "test_no_annotated_defaults", + "is_async": true + }, + { + "id": "tests.test_ambiguous_params.test_multiple_annotations", + "name": "test_multiple_annotations", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ambiguous_params.test_multiple_annotations.dep", + "name": "dep", + "lineno": 34, + "scope": "test_multiple_annotations", + "is_async": true + }, + { + "id": "tests.test_ambiguous_params.test_multiple_annotations.get", + "name": "get", + "lineno": 38, + "scope": "test_multiple_annotations", + "is_async": true + }, + { + "id": "tests.test_ambiguous_params.test_multiple_annotations.get2", + "name": "get2", + "lineno": 50, + "scope": "test_multiple_annotations", + "is_async": true + }, + { + "id": "tests.test_ambiguous_params.test_multiple_annotations.get3", + "name": "get3", + "lineno": 62, + "scope": "test_multiple_annotations", + "is_async": true + } + ], + "tests.test_annotated": [ + { + "id": "tests.test_annotated.default", + "name": "default", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_annotated.required", + "name": "required", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_annotated.multiple", + "name": "multiple", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_annotated.unrelated", + "name": "unrelated", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_annotated.test_get", + "name": "test_get", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_annotated.test_multiple_path", + "name": "test_multiple_path", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_annotated.test_multiple_path.test", + "name": "test", + "lineno": 82, + "scope": "test_multiple_path", + "is_async": true + }, + { + "id": "tests.test_annotated.test_nested_router", + "name": "test_nested_router", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_annotated.test_nested_router.test", + "name": "test", + "lineno": 109, + "scope": "test_nested_router", + "is_async": true + }, + { + "id": "tests.test_annotated.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "tests.test_application": [ + { + "id": "tests.test_application.test_get_path", + "name": "test_get_path", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_application.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_application.test_swagger_ui_oauth2_redirect", + "name": "test_swagger_ui_oauth2_redirect", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_application.test_redoc", + "name": "test_redoc", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_application.test_enum_status_code_response", + "name": "test_enum_status_code_response", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_application.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.test_arbitrary_types": [ + { + "id": "tests.test_arbitrary_types.get_client", + "name": "get_client", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.get_client.FakeNumpyArray.__init__", + "name": "__init__", + "lineno": 20, + "scope": "get_client.FakeNumpyArray", + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.get_client.test", + "name": "test", + "lineno": 36, + "scope": "get_client", + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.test_get", + "name": "test_get", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.test_typeadapter", + "name": "test_typeadapter", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.test_typeadapter.FakeNumpyArray.__init__", + "name": "__init__", + "lineno": 59, + "scope": "test_typeadapter.FakeNumpyArray", + "is_async": false + }, + { + "id": "tests.test_arbitrary_types.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 92, + "scope": null, + "is_async": false + } + ], + "tests.test_callable_endpoint": [ + { + "id": "tests.test_callable_endpoint.main", + "name": "main", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_callable_endpoint.test_partial", + "name": "test_partial", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_compat": [ + { + "id": "tests.test_compat.test_model_field_default_required", + "name": "test_model_field_default_required", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_complex", + "name": "test_complex", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_complex.foo", + "name": "foo", + "lineno": 25, + "scope": "test_complex", + "is_async": false + }, + { + "id": "tests.test_compat.test_propagates_pydantic2_model_config", + "name": "test_propagates_pydantic2_model_config", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_propagates_pydantic2_model_config.Missing.__bool__", + "name": "__bool__", + "lineno": 43, + "scope": "test_propagates_pydantic2_model_config.Missing", + "is_async": false + }, + { + "id": "tests.test_compat.test_propagates_pydantic2_model_config.foo", + "name": "foo", + "lineno": 58, + "scope": "test_propagates_pydantic2_model_config", + "is_async": false + }, + { + "id": "tests.test_compat.test_is_bytes_sequence_annotation_union", + "name": "test_is_bytes_sequence_annotation_union", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_is_uploadfile_sequence_annotation", + "name": "test_is_uploadfile_sequence_annotation", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_serialize_sequence_value_with_optional_list", + "name": "test_serialize_sequence_value_with_optional_list", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_serialize_sequence_value_with_optional_list_pipe_union", + "name": "test_serialize_sequence_value_with_optional_list_pipe_union", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_compat.test_serialize_sequence_value_with_none_first_in_union", + "name": "test_serialize_sequence_value_with_none_first_in_union", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "tests.test_computed_fields": [ + { + "id": "tests.test_computed_fields.get_client", + "name": "get_client", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_computed_fields.get_client.Rectangle.area", + "name": "area", + "lineno": 20, + "scope": "get_client.Rectangle", + "is_async": false + }, + { + "id": "tests.test_computed_fields.get_client.read_root", + "name": "read_root", + "lineno": 24, + "scope": "get_client", + "is_async": false + }, + { + "id": "tests.test_computed_fields.get_client.read_responses", + "name": "read_responses", + "lineno": 28, + "scope": "get_client", + "is_async": false + }, + { + "id": "tests.test_computed_fields.test_get", + "name": "test_get", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_computed_fields.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_custom_middleware_exception": [ + { + "id": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.__init__", + "name": "__init__", + "lineno": 19, + "scope": "ContentSizeLimitMiddleware", + "is_async": false + }, + { + "id": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.receive_wrapper", + "name": "receive_wrapper", + "lineno": 23, + "scope": "ContentSizeLimitMiddleware", + "is_async": false + }, + { + "id": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.receive_wrapper.inner", + "name": "inner", + "lineno": 26, + "scope": "ContentSizeLimitMiddleware.receive_wrapper", + "is_async": true + }, + { + "id": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.__call__", + "name": "__call__", + "lineno": 47, + "scope": "ContentSizeLimitMiddleware", + "is_async": true + }, + { + "id": "tests.test_custom_middleware_exception.run_middleware", + "name": "run_middleware", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_middleware_exception.test_custom_middleware_exception", + "name": "test_custom_middleware_exception", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_middleware_exception.test_custom_middleware_exception_not_raised", + "name": "test_custom_middleware_exception_not_raised", + "lineno": 86, + "scope": null, + "is_async": false + } + ], + "tests.test_custom_route_class": [ + { + "id": "tests.test_custom_route_class.get_a", + "name": "get_a", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_route_class.get_b", + "name": "get_b", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_route_class.get_c", + "name": "get_c", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_route_class.test_get_path", + "name": "test_get_path", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_route_class.test_route_classes", + "name": "test_route_classes", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_route_class.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 75, + "scope": null, + "is_async": false + } + ], + "tests.test_custom_schema_fields": [ + { + "id": "tests.test_custom_schema_fields.foo", + "name": "foo", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_schema_fields.test_custom_response_schema", + "name": "test_custom_response_schema", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_schema_fields.test_response", + "name": "test_response", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.test_custom_swagger_ui_redirect": [ + { + "id": "tests.test_custom_swagger_ui_redirect.read_items", + "name": "read_items", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_custom_swagger_ui_redirect.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_swagger_ui_redirect.test_swagger_ui_oauth2_redirect", + "name": "test_swagger_ui_oauth2_redirect", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_custom_swagger_ui_redirect.test_response", + "name": "test_response", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_datastructures": [ + { + "id": "tests.test_datastructures.test_upload_file_invalid_pydantic_v2", + "name": "test_upload_file_invalid_pydantic_v2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_datastructures.test_default_placeholder_equals", + "name": "test_default_placeholder_equals", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_datastructures.test_default_placeholder_bool", + "name": "test_default_placeholder_bool", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_datastructures.test_upload_file_is_closed", + "name": "test_upload_file_is_closed", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_datastructures.test_upload_file_is_closed.create_upload_file", + "name": "create_upload_file", + "lineno": 37, + "scope": "test_upload_file_is_closed", + "is_async": false + }, + { + "id": "tests.test_datastructures.test_upload_file", + "name": "test_upload_file", + "lineno": 55, + "scope": null, + "is_async": true + } + ], + "tests.test_datetime_custom_encoder": [ + { + "id": "tests.test_datetime_custom_encoder.test_pydanticv2", + "name": "test_pydanticv2", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_datetime_custom_encoder.test_pydanticv2.ModelWithDatetimeField.serialize_datetime", + "name": "serialize_datetime", + "lineno": 15, + "scope": "test_pydanticv2.ModelWithDatetimeField", + "is_async": false + }, + { + "id": "tests.test_datetime_custom_encoder.test_pydanticv2.get_model", + "name": "get_model", + "lineno": 22, + "scope": "test_pydanticv2", + "is_async": false + } + ], + "tests.test_default_response_class": [ + { + "id": "tests.test_default_response_class.ORJSONResponse.render", + "name": "render", + "lineno": 13, + "scope": "ORJSONResponse", + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_root", + "name": "get_root", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_path_override", + "name": "get_path_override", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a", + "name": "get_a", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a_path_override", + "name": "get_a_path_override", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a_a", + "name": "get_a_a", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a_a_path_override", + "name": "get_a_a_path_override", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a_b", + "name": "get_a_b", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_a_b_path_override", + "name": "get_a_b_path_override", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b", + "name": "get_b", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b_path_override", + "name": "get_b_path_override", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b_a", + "name": "get_b_a", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b_a_path_override", + "name": "get_b_a_path_override", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b_a_c", + "name": "get_b_a_c", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.get_b_a_c_path_override", + "name": "get_b_a_c_path_override", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_app", + "name": "test_app", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_app_override", + "name": "test_app_override", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a", + "name": "test_router_a", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a_override", + "name": "test_router_a_override", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a_a", + "name": "test_router_a_a", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a_a_override", + "name": "test_router_a_a_override", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a_b", + "name": "test_router_a_b", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_a_b_override", + "name": "test_router_a_b_override", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b", + "name": "test_router_b", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b_override", + "name": "test_router_b_override", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b_a", + "name": "test_router_b_a", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b_a_override", + "name": "test_router_b_a_override", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b_a_c", + "name": "test_router_b_a_c", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class.test_router_b_a_c_override", + "name": "test_router_b_a_c_override", + "lineno": 218, + "scope": null, + "is_async": false + } + ], + "tests.test_default_response_class_router": [ + { + "id": "tests.test_default_response_class_router.get_root", + "name": "get_root", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_path_override", + "name": "get_path_override", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a", + "name": "get_a", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a_path_override", + "name": "get_a_path_override", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a_a", + "name": "get_a_a", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a_a_path_override", + "name": "get_a_a_path_override", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a_b", + "name": "get_a_b", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_a_b_path_override", + "name": "get_a_b_path_override", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b", + "name": "get_b", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b_path_override", + "name": "get_b_path_override", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b_a", + "name": "get_b_a", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b_a_path_override", + "name": "get_b_a_path_override", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b_a_c", + "name": "get_b_a_c", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.get_b_a_c_path_override", + "name": "get_b_a_c_path_override", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_app", + "name": "test_app", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_app_override", + "name": "test_app_override", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a", + "name": "test_router_a", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a_override", + "name": "test_router_a_override", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a_a", + "name": "test_router_a_a", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a_a_override", + "name": "test_router_a_a_override", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a_b", + "name": "test_router_a_b", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_a_b_override", + "name": "test_router_a_b_override", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b", + "name": "test_router_b", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b_override", + "name": "test_router_b_override", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b_a", + "name": "test_router_b_a", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b_a_override", + "name": "test_router_b_a_override", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b_a_c", + "name": "test_router_b_a_c", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_default_response_class_router.test_router_b_a_c_override", + "name": "test_router_b_a_c_override", + "lineno": 202, + "scope": null, + "is_async": false + } + ], + "tests.test_dependencies_utils": [ + { + "id": "tests.test_dependencies_utils.test_get_typed_annotation", + "name": "test_get_typed_annotation", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_after_yield_raise": [ + { + "id": "tests.test_dependency_after_yield_raise.catching_dep", + "name": "catching_dep", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.broken_dep", + "name": "broken_dep", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.catching", + "name": "catching", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.broken", + "name": "broken", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.test_catching", + "name": "test_catching", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.test_broken_raise", + "name": "test_broken_raise", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.test_broken_no_raise", + "name": "test_broken_no_raise", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_raise.test_broken_return_finishes", + "name": "test_broken_return_finishes", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_after_yield_streaming": [ + { + "id": "tests.test_dependency_after_yield_streaming.Session.__init__", + "name": "__init__", + "lineno": 12, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.Session.__iter__", + "name": "__iter__", + "lineno": 16, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.acquire_session", + "name": "acquire_session", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.dep_session", + "name": "dep_session", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.broken_dep_session", + "name": "broken_dep_session", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_data", + "name": "get_data", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_stream_simple", + "name": "get_stream_simple", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_stream_simple.iter_data", + "name": "iter_data", + "lineno": 58, + "scope": "get_stream_simple", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_stream_session", + "name": "get_stream_session", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_stream_session.iter_data", + "name": "iter_data", + "lineno": 66, + "scope": "get_stream_session", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_broken_session_data", + "name": "get_broken_session_data", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_broken_session_stream", + "name": "get_broken_session_stream", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.get_broken_session_stream.iter_data", + "name": "iter_data", + "lineno": 79, + "scope": "get_broken_session_stream", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_regular_no_stream", + "name": "test_regular_no_stream", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_stream_simple", + "name": "test_stream_simple", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_stream_session", + "name": "test_stream_session", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_broken_session_data", + "name": "test_broken_session_data", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_broken_session_data_no_raise", + "name": "test_broken_session_data_no_raise", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_broken_session_stream_raise", + "name": "test_broken_session_stream_raise", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_streaming.test_broken_session_stream_no_raise", + "name": "test_broken_session_stream_no_raise", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_after_yield_websockets": [ + { + "id": "tests.test_dependency_after_yield_websockets.Session.__init__", + "name": "__init__", + "lineno": 11, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.Session.__iter__", + "name": "__iter__", + "lineno": 15, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.acquire_session", + "name": "acquire_session", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.dep_session", + "name": "dep_session", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.broken_dep_session", + "name": "broken_dep_session", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 50, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_after_yield_websockets.websocket_endpoint_broken", + "name": "websocket_endpoint_broken", + "lineno": 57, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_after_yield_websockets.test_websocket_dependency_after_yield", + "name": "test_websocket_dependency_after_yield", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_after_yield_websockets.test_websocket_dependency_after_yield_broken", + "name": "test_websocket_dependency_after_yield_broken", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_cache": [ + { + "id": "tests.test_dependency_cache.dep_counter", + "name": "dep_counter", + "lineno": 9, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.super_dep", + "name": "super_dep", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.get_counter", + "name": "get_counter", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.get_sub_counter", + "name": "get_sub_counter", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.get_sub_counter_no_cache", + "name": "get_sub_counter_no_cache", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.get_scope_counter", + "name": "get_scope_counter", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_cache.test_normal_counter", + "name": "test_normal_counter", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_cache.test_sub_counter", + "name": "test_sub_counter", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_cache.test_sub_counter_no_cache", + "name": "test_sub_counter_no_cache", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_cache.test_security_cache", + "name": "test_security_cache", + "lineno": 84, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_class": [ + { + "id": "tests.test_dependency_class.CallableDependency.__call__", + "name": "__call__", + "lineno": 11, + "scope": "CallableDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_class.CallableGenDependency.__call__", + "name": "__call__", + "lineno": 16, + "scope": "CallableGenDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_class.AsyncCallableDependency.__call__", + "name": "__call__", + "lineno": 21, + "scope": "AsyncCallableDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_class.AsyncCallableGenDependency.__call__", + "name": "__call__", + "lineno": 26, + "scope": "AsyncCallableGenDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_class.MethodsDependency.synchronous", + "name": "synchronous", + "lineno": 31, + "scope": "MethodsDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_class.MethodsDependency.asynchronous", + "name": "asynchronous", + "lineno": 34, + "scope": "MethodsDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_class.MethodsDependency.synchronous_gen", + "name": "synchronous_gen", + "lineno": 37, + "scope": "MethodsDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_class.MethodsDependency.asynchronous_gen", + "name": "asynchronous_gen", + "lineno": 40, + "scope": "MethodsDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_callable_dependency_class", + "name": "get_callable_dependency_class", + "lineno": 52, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_callable_gen_dependency_class", + "name": "get_callable_gen_dependency_class", + "lineno": 59, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_async_callable_dependency_class", + "name": "get_async_callable_dependency_class", + "lineno": 66, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_async_callable_gen_dependency_class", + "name": "get_async_callable_gen_dependency_class", + "lineno": 73, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_callable_dependency", + "name": "get_callable_dependency", + "lineno": 80, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_callable_gen_dependency", + "name": "get_callable_gen_dependency", + "lineno": 85, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_async_callable_dependency", + "name": "get_async_callable_dependency", + "lineno": 90, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_async_callable_gen_dependency", + "name": "get_async_callable_gen_dependency", + "lineno": 97, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_synchronous_method_dependency", + "name": "get_synchronous_method_dependency", + "lineno": 104, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_synchronous_method_gen_dependency", + "name": "get_synchronous_method_gen_dependency", + "lineno": 111, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_asynchronous_method_dependency", + "name": "get_asynchronous_method_dependency", + "lineno": 118, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.get_asynchronous_method_gen_dependency", + "name": "get_asynchronous_method_gen_dependency", + "lineno": 125, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_class.test_class_dependency", + "name": "test_class_dependency", + "lineno": 151, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_contextmanager": [ + { + "id": "tests.test_dependency_contextmanager.get_state", + "name": "get_state", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.asyncgen_state", + "name": "asyncgen_state", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.generator_state", + "name": "generator_state", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.asyncgen_state_try", + "name": "asyncgen_state_try", + "lineno": 51, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.generator_state_try", + "name": "generator_state_try", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.context_a", + "name": "context_a", + "lineno": 73, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.context_b", + "name": "context_b", + "lineno": 81, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_async", + "name": "get_async", + "lineno": 90, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_sync", + "name": "get_sync", + "lineno": 95, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_async_raise", + "name": "get_async_raise", + "lineno": 100, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_raise", + "name": "get_sync_raise", + "lineno": 106, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_async_raise_other", + "name": "get_async_raise_other", + "lineno": 112, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_raise_other", + "name": "get_sync_raise_other", + "lineno": 118, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_context_b", + "name": "get_context_b", + "lineno": 124, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_context_b_raise", + "name": "get_context_b_raise", + "lineno": 129, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_context_b_bg", + "name": "get_context_b_bg", + "lineno": 136, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_context_b_bg.bg", + "name": "bg", + "lineno": 137, + "scope": "get_context_b_bg", + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_async", + "name": "get_sync_async", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_sync", + "name": "get_sync_sync", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_async_raise", + "name": "get_sync_async_raise", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_sync_raise", + "name": "get_sync_sync_raise", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_async_raise_other", + "name": "get_sync_async_raise_other", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_sync_raise_other", + "name": "get_sync_sync_raise_other", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_context_b", + "name": "get_sync_context_b", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_context_b_raise", + "name": "get_sync_context_b_raise", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_context_b_bg", + "name": "get_sync_context_b_bg", + "lineno": 194, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.get_sync_context_b_bg.bg", + "name": "bg", + "lineno": 197, + "scope": "get_sync_context_b_bg", + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.middleware", + "name": "middleware", + "lineno": 207, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextmanager.test_async_state", + "name": "test_async_state", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_state", + "name": "test_sync_state", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_async_raise_other", + "name": "test_async_raise_other", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_raise_other", + "name": "test_sync_raise_other", + "lineno": 240, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_async_raise_raises", + "name": "test_async_raise_raises", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_async_raise_server_error", + "name": "test_async_raise_server_error", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_context_b", + "name": "test_context_b", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_context_b_raise", + "name": "test_context_b_raise", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_background_tasks", + "name": "test_background_tasks", + "lineno": 281, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_raise_raises", + "name": "test_sync_raise_raises", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_raise_server_error", + "name": "test_sync_raise_server_error", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_async_state", + "name": "test_sync_async_state", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_sync_state", + "name": "test_sync_sync_state", + "lineno": 320, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_async_raise_other", + "name": "test_sync_async_raise_other", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_sync_raise_other", + "name": "test_sync_sync_raise_other", + "lineno": 334, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_async_raise_raises", + "name": "test_sync_async_raise_raises", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_async_raise_server_error", + "name": "test_sync_async_raise_server_error", + "lineno": 349, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_sync_raise_raises", + "name": "test_sync_sync_raise_raises", + "lineno": 358, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_sync_raise_server_error", + "name": "test_sync_sync_raise_server_error", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_context_b", + "name": "test_sync_context_b", + "lineno": 375, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_context_b_raise", + "name": "test_sync_context_b_raise", + "lineno": 384, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextmanager.test_sync_background_tasks", + "name": "test_sync_background_tasks", + "lineno": 391, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_contextvars": [ + { + "id": "tests.test_dependency_contextvars.set_up_request_state_dependency", + "name": "set_up_request_state_dependency", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextvars.custom_middleware", + "name": "custom_middleware", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_contextvars.get_user", + "name": "get_user", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_contextvars.test_dependency_contextvars", + "name": "test_dependency_contextvars", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_duplicates": [ + { + "id": "tests.test_dependency_duplicates.duplicate_dependency", + "name": "duplicate_dependency", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.dependency", + "name": "dependency", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.sub_duplicate_dependency", + "name": "sub_duplicate_dependency", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.with_duplicates", + "name": "with_duplicates", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_duplicates.no_duplicates", + "name": "no_duplicates", + "lineno": 35, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_duplicates.no_duplicates_sub", + "name": "no_duplicates_sub", + "lineno": 40, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_duplicates.test_no_duplicates_invalid", + "name": "test_no_duplicates_invalid", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.test_no_duplicates", + "name": "test_no_duplicates", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.test_duplicates", + "name": "test_duplicates", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.test_sub_duplicates", + "name": "test_sub_duplicates", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_duplicates.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_overrides": [ + { + "id": "tests.test_dependency_overrides.common_parameters", + "name": "common_parameters", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.main_depends", + "name": "main_depends", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.decorator_depends", + "name": "decorator_depends", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.router_depends", + "name": "router_depends", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.router_decorator_depends", + "name": "router_decorator_depends", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.overrider_dependency_simple", + "name": "overrider_dependency_simple", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.overrider_sub_dependency", + "name": "overrider_sub_dependency", + "lineno": 43, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.overrider_dependency_with_sub", + "name": "overrider_dependency_with_sub", + "lineno": 47, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_overrides.test_main_depends", + "name": "test_main_depends", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_main_depends_q_foo", + "name": "test_main_depends_q_foo", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_main_depends_q_foo_skip_100_limit_200", + "name": "test_main_depends_q_foo_skip_100_limit_200", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_decorator_depends", + "name": "test_decorator_depends", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_decorator_depends_q_foo", + "name": "test_decorator_depends_q_foo", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_decorator_depends_q_foo_skip_100_limit_200", + "name": "test_decorator_depends_q_foo_skip_100_limit_200", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_depends", + "name": "test_router_depends", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_depends_q_foo", + "name": "test_router_depends_q_foo", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_depends_q_foo_skip_100_limit_200", + "name": "test_router_depends_q_foo_skip_100_limit_200", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_decorator_depends", + "name": "test_router_decorator_depends", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_decorator_depends_q_foo", + "name": "test_router_decorator_depends_q_foo", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_router_decorator_depends_q_foo_skip_100_limit_200", + "name": "test_router_decorator_depends_q_foo_skip_100_limit_200", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_simple", + "name": "test_override_simple", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_main_depends", + "name": "test_override_with_sub_main_depends", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub__main_depends_q_foo", + "name": "test_override_with_sub__main_depends_q_foo", + "lineno": 234, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_main_depends_k_bar", + "name": "test_override_with_sub_main_depends_k_bar", + "lineno": 252, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_decorator_depends", + "name": "test_override_with_sub_decorator_depends", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_decorator_depends_q_foo", + "name": "test_override_with_sub_decorator_depends_q_foo", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_decorator_depends_k_bar", + "name": "test_override_with_sub_decorator_depends_k_bar", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_depends", + "name": "test_override_with_sub_router_depends", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_depends_q_foo", + "name": "test_override_with_sub_router_depends_q_foo", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_depends_k_bar", + "name": "test_override_with_sub_router_depends_k_bar", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_decorator_depends", + "name": "test_override_with_sub_router_decorator_depends", + "lineno": 348, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_decorator_depends_q_foo", + "name": "test_override_with_sub_router_decorator_depends_q_foo", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_overrides.test_override_with_sub_router_decorator_depends_k_bar", + "name": "test_override_with_sub_router_decorator_depends_k_bar", + "lineno": 384, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_paramless": [ + { + "id": "tests.test_dependency_paramless.process_auth", + "name": "process_auth", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.get_credentials", + "name": "get_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.get_parameterless_with_scopes", + "name": "get_parameterless_with_scopes", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.get_parameterless_without_scopes", + "name": "get_parameterless_without_scopes", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.test_get_credentials", + "name": "test_get_credentials", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.test_parameterless_with_scopes", + "name": "test_parameterless_with_scopes", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.test_parameterless_without_scopes", + "name": "test_parameterless_without_scopes", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_paramless.test_call_get_parameterless_without_scopes_for_coverage", + "name": "test_call_get_parameterless_without_scopes_for_coverage", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_partial": [ + { + "id": "tests.test_dependency_partial.function_dependency", + "name": "function_dependency", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_partial.async_function_dependency", + "name": "async_function_dependency", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.gen_dependency", + "name": "gen_dependency", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_partial.async_gen_dependency", + "name": "async_gen_dependency", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.CallableDependency.__call__", + "name": "__call__", + "lineno": 29, + "scope": "CallableDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_partial.CallableGenDependency.__call__", + "name": "__call__", + "lineno": 34, + "scope": "CallableGenDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_partial.AsyncCallableDependency.__call__", + "name": "__call__", + "lineno": 39, + "scope": "AsyncCallableDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_partial.AsyncCallableGenDependency.__call__", + "name": "__call__", + "lineno": 44, + "scope": "AsyncCallableGenDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_partial.MethodsDependency.synchronous", + "name": "synchronous", + "lineno": 49, + "scope": "MethodsDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_partial.MethodsDependency.asynchronous", + "name": "asynchronous", + "lineno": 52, + "scope": "MethodsDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_partial.MethodsDependency.synchronous_gen", + "name": "synchronous_gen", + "lineno": 55, + "scope": "MethodsDependency", + "is_async": false + }, + { + "id": "tests.test_dependency_partial.MethodsDependency.asynchronous_gen", + "name": "asynchronous_gen", + "lineno": 58, + "scope": "MethodsDependency", + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_function_dependency", + "name": "get_partial_function_dependency", + "lineno": 70, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_async_function_dependency", + "name": "get_partial_async_function_dependency", + "lineno": 79, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_gen_dependency", + "name": "get_partial_gen_dependency", + "lineno": 91, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_async_gen_dependency", + "name": "get_partial_async_gen_dependency", + "lineno": 98, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_callable_dependency", + "name": "get_partial_callable_dependency", + "lineno": 107, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_callable_gen_dependency", + "name": "get_partial_callable_gen_dependency", + "lineno": 116, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_async_callable_dependency", + "name": "get_partial_async_callable_dependency", + "lineno": 126, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_async_callable_gen_dependency", + "name": "get_partial_async_callable_gen_dependency", + "lineno": 138, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_synchronous_method_dependency", + "name": "get_partial_synchronous_method_dependency", + "lineno": 152, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_synchronous_method_gen_dependency", + "name": "get_partial_synchronous_method_gen_dependency", + "lineno": 166, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_asynchronous_method_dependency", + "name": "get_partial_asynchronous_method_dependency", + "lineno": 181, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.get_partial_asynchronous_method_gen_dependency", + "name": "get_partial_asynchronous_method_gen_dependency", + "lineno": 196, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_partial.test_dependency_types_with_partial", + "name": "test_dependency_types_with_partial", + "lineno": 248, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_pep695": [ + { + "id": "tests.test_dependency_pep695.some_value", + "name": "some_value", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_pep695.test_pep695_type_dependencies", + "name": "test_pep695_type_dependencies", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_pep695.test_pep695_type_dependencies.get_with_dep", + "name": "get_with_dep", + "lineno": 21, + "scope": "test_pep695_type_dependencies", + "is_async": true + } + ], + "tests.test_dependency_security_overrides": [ + { + "id": "tests.test_dependency_security_overrides.get_user", + "name": "get_user", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.get_user_override", + "name": "get_user_override", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.get_data", + "name": "get_data", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.get_data_override", + "name": "get_data_override", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.read_user", + "name": "read_user", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.test_normal", + "name": "test_normal", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.test_override_data", + "name": "test_override_data", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_security_overrides.test_override_security", + "name": "test_override_security", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_wrapped": [ + { + "id": "tests.test_dependency_wrapped.noop_wrap", + "name": "noop_wrap", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.noop_wrap.wrapper", + "name": "wrapper", + "lineno": 19, + "scope": "noop_wrap", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.noop_wrap_async", + "name": "noop_wrap_async", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.noop_wrap_async.gen_wrapper", + "name": "gen_wrapper", + "lineno": 29, + "scope": "noop_wrap_async", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.noop_wrap_async.async_gen_wrapper", + "name": "async_gen_wrapper", + "lineno": 38, + "scope": "noop_wrap_async", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.noop_wrap_async.wrapper", + "name": "wrapper", + "lineno": 45, + "scope": "noop_wrap_async", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceDep.__call__", + "name": "__call__", + "lineno": 59, + "scope": "ClassInstanceDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceGenDep.__call__", + "name": "__call__", + "lineno": 69, + "scope": "ClassInstanceGenDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedDep.__call__", + "name": "__call__", + "lineno": 79, + "scope": "ClassInstanceWrappedDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncDep.__call__", + "name": "__call__", + "lineno": 88, + "scope": "ClassInstanceWrappedAsyncDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedGenDep.__call__", + "name": "__call__", + "lineno": 97, + "scope": "ClassInstanceWrappedGenDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncGenDep.__call__", + "name": "__call__", + "lineno": 106, + "scope": "ClassInstanceWrappedAsyncGenDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassDep.__init__", + "name": "__init__", + "lineno": 114, + "scope": "ClassDep", + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncDep.__call__", + "name": "__call__", + "lineno": 123, + "scope": "ClassInstanceAsyncDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncGenDep.__call__", + "name": "__call__", + "lineno": 135, + "scope": "ClassInstanceAsyncGenDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedDep.__call__", + "name": "__call__", + "lineno": 145, + "scope": "ClassInstanceAsyncWrappedDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedAsyncDep.__call__", + "name": "__call__", + "lineno": 154, + "scope": "ClassInstanceAsyncWrappedAsyncDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenDep.__call__", + "name": "__call__", + "lineno": 163, + "scope": "ClassInstanceAsyncWrappedGenDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenAsyncDep.__call__", + "name": "__call__", + "lineno": 172, + "scope": "ClassInstanceAsyncWrappedGenAsyncDep", + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.wrapped_dependency", + "name": "wrapped_dependency", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.wrapped_gen_dependency", + "name": "wrapped_gen_dependency", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.async_wrapped_dependency", + "name": "async_wrapped_dependency", + "lineno": 194, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.async_wrapped_gen_dependency", + "name": "async_wrapped_gen_dependency", + "lineno": 199, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_dependency", + "name": "get_wrapped_dependency", + "lineno": 204, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_gen_dependency", + "name": "get_wrapped_gen_dependency", + "lineno": 209, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_dependency", + "name": "get_async_wrapped_dependency", + "lineno": 214, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_gen_dependency", + "name": "get_async_wrapped_gen_dependency", + "lineno": 219, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_dependency", + "name": "get_wrapped_class_instance_dependency", + "lineno": 226, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_async_dependency", + "name": "get_wrapped_class_instance_async_dependency", + "lineno": 233, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_gen_dependency", + "name": "get_wrapped_class_instance_gen_dependency", + "lineno": 240, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_async_gen_dependency", + "name": "get_wrapped_class_instance_async_gen_dependency", + "lineno": 247, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_wrapped_dependency", + "name": "get_class_instance_wrapped_dependency", + "lineno": 254, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_wrapped_async_dependency", + "name": "get_class_instance_wrapped_async_dependency", + "lineno": 261, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_async_wrapped_dependency", + "name": "get_class_instance_async_wrapped_dependency", + "lineno": 268, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_async_wrapped_async_dependency", + "name": "get_class_instance_async_wrapped_async_dependency", + "lineno": 275, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_wrapped_gen_dependency", + "name": "get_class_instance_wrapped_gen_dependency", + "lineno": 282, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_wrapped_async_gen_dependency", + "name": "get_class_instance_wrapped_async_gen_dependency", + "lineno": 289, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_async_wrapped_gen_dependency", + "name": "get_class_instance_async_wrapped_gen_dependency", + "lineno": 296, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_class_instance_async_wrapped_gen_async_dependency", + "name": "get_class_instance_async_wrapped_gen_async_dependency", + "lineno": 303, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_dependency", + "name": "get_wrapped_class_dependency", + "lineno": 310, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_endpoint", + "name": "get_wrapped_endpoint", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_endpoint", + "name": "get_async_wrapped_endpoint", + "lineno": 322, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.wrapped_dependency_async_wrapper", + "name": "wrapped_dependency_async_wrapper", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.wrapped_gen_dependency_async_wrapper", + "name": "wrapped_gen_dependency_async_wrapper", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.async_wrapped_dependency_async_wrapper", + "name": "async_wrapped_dependency_async_wrapper", + "lineno": 340, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.async_wrapped_gen_dependency_async_wrapper", + "name": "async_wrapped_gen_dependency_async_wrapper", + "lineno": 345, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_dependency_async_wrapper", + "name": "get_wrapped_dependency_async_wrapper", + "lineno": 350, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_gen_dependency_async_wrapper", + "name": "get_wrapped_gen_dependency_async_wrapper", + "lineno": 357, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_dependency_async_wrapper", + "name": "get_async_wrapped_dependency_async_wrapper", + "lineno": 364, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_gen_dependency_async_wrapper", + "name": "get_async_wrapped_gen_dependency_async_wrapper", + "lineno": 371, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_dependency_async_wrapper", + "name": "get_wrapped_class_instance_dependency_async_wrapper", + "lineno": 378, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_instance_async_dependency_async_wrapper", + "name": "get_wrapped_class_instance_async_dependency_async_wrapper", + "lineno": 385, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_class_dependency_async_wrapper", + "name": "get_wrapped_class_dependency_async_wrapper", + "lineno": 392, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.get_wrapped_endpoint_async_wrapper", + "name": "get_wrapped_endpoint_async_wrapper", + "lineno": 400, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_wrapped.get_async_wrapped_endpoint_async_wrapper", + "name": "get_async_wrapped_endpoint_async_wrapper", + "lineno": 406, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_wrapped.test_class_dependency", + "name": "test_class_dependency", + "lineno": 446, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_yield_except_httpexception": [ + { + "id": "tests.test_dependency_yield_except_httpexception.get_database", + "name": "get_database", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_except_httpexception.put_invalid_user", + "name": "put_invalid_user", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_except_httpexception.put_user", + "name": "put_user", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_except_httpexception.reset_state_and_db", + "name": "reset_state_and_db", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_except_httpexception.test_dependency_gets_exception", + "name": "test_dependency_gets_exception", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_except_httpexception.test_dependency_no_exception", + "name": "test_dependency_no_exception", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_dependency_yield_scope": [ + { + "id": "tests.test_dependency_yield_scope.Session.__init__", + "name": "__init__", + "lineno": 12, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.dep_session", + "name": "dep_session", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.raise_after_yield", + "name": "raise_after_yield", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.NamedSession.__init__", + "name": "__init__", + "lineno": 33, + "scope": "NamedSession", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_named_session", + "name": "get_named_session", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_named_func_session", + "name": "get_named_func_session", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_named_regular_func_session", + "name": "get_named_regular_func_session", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_index", + "name": "get_index", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.function_scope", + "name": "function_scope", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.function_scope.iter_data", + "name": "iter_data", + "lineno": 81, + "scope": "function_scope", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.request_scope", + "name": "request_scope", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.request_scope.iter_data", + "name": "iter_data", + "lineno": 89, + "scope": "request_scope", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_stream_session", + "name": "get_stream_session", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_stream_session.iter_data", + "name": "iter_data", + "lineno": 99, + "scope": "get_stream_session", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_sub", + "name": "get_sub", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_sub.iter_data", + "name": "iter_data", + "lineno": 109, + "scope": "get_sub", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_named_function_scope", + "name": "get_named_function_scope", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_named_function_scope.iter_data", + "name": "iter_data", + "lineno": 119, + "scope": "get_named_function_scope", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_regular_function_scope", + "name": "get_regular_function_scope", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.get_regular_function_scope.iter_data", + "name": "iter_data", + "lineno": 129, + "scope": "get_regular_function_scope", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_function_scope", + "name": "test_function_scope", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_request_scope", + "name": "test_request_scope", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_two_scopes", + "name": "test_two_scopes", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_sub", + "name": "test_sub", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_broken_scope", + "name": "test_broken_scope", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_broken_scope.get_broken", + "name": "get_broken", + "lineno": 189, + "scope": "test_broken_scope", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_named_function_scope", + "name": "test_named_function_scope", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_regular_function_scope", + "name": "test_regular_function_scope", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_router_level_dep_scope_function", + "name": "test_router_level_dep_scope_function", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_router_level_dep_scope_request", + "name": "test_router_level_dep_scope_request", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_app_level_dep_scope_function", + "name": "test_app_level_dep_scope_function", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_app_level_dep_scope_function.get_app_scope_function", + "name": "get_app_scope_function", + "lineno": 226, + "scope": "test_app_level_dep_scope_function", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_app_level_dep_scope_request", + "name": "test_app_level_dep_scope_request", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope.test_app_level_dep_scope_request.get_app_scope_request", + "name": "get_app_scope_request", + "lineno": 239, + "scope": "test_app_level_dep_scope_request", + "is_async": false + } + ], + "tests.test_dependency_yield_scope_websockets": [ + { + "id": "tests.test_dependency_yield_scope_websockets.Session.__init__", + "name": "__init__", + "lineno": 13, + "scope": "Session", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.dep_session", + "name": "dep_session", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.NamedSession.__init__", + "name": "__init__", + "lineno": 31, + "scope": "NamedSession", + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_named_session", + "name": "get_named_session", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_named_func_session", + "name": "get_named_func_session", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_named_regular_func_session", + "name": "get_named_regular_func_session", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.function_scope", + "name": "function_scope", + "lineno": 76, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.request_scope", + "name": "request_scope", + "lineno": 82, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_stream_session", + "name": "get_stream_session", + "lineno": 88, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_sub", + "name": "get_sub", + "lineno": 100, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_named_function_scope", + "name": "get_named_function_scope", + "lineno": 108, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.get_regular_function_scope", + "name": "get_regular_function_scope", + "lineno": 118, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_function_scope", + "name": "test_function_scope", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_request_scope", + "name": "test_request_scope", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_two_scopes", + "name": "test_two_scopes", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_sub", + "name": "test_sub", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_broken_scope", + "name": "test_broken_scope", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_broken_scope.get_broken", + "name": "get_broken", + "lineno": 176, + "scope": "test_broken_scope", + "is_async": true + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_named_function_scope", + "name": "test_named_function_scope", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dependency_yield_scope_websockets.test_regular_function_scope", + "name": "test_regular_function_scope", + "lineno": 193, + "scope": null, + "is_async": false + } + ], + "tests.test_depends_hashable": [ + { + "id": "tests.test_depends_hashable.dep", + "name": "dep", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_depends_hashable.test_depends_hashable", + "name": "test_depends_hashable", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.test_deprecated_openapi_prefix": [ + { + "id": "tests.test_deprecated_openapi_prefix.read_main", + "name": "read_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_openapi_prefix.test_main", + "name": "test_main", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_openapi_prefix.test_openapi", + "name": "test_openapi", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_deprecated_responses": [ + { + "id": "tests.test_deprecated_responses._make_orjson_app", + "name": "_make_orjson_app", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_responses._make_orjson_app.get_items", + "name": "get_items", + "lineno": 27, + "scope": "_make_orjson_app", + "is_async": false + }, + { + "id": "tests.test_deprecated_responses.test_orjson_response_returns_correct_data", + "name": "test_orjson_response_returns_correct_data", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_responses.test_orjson_response_emits_deprecation_warning", + "name": "test_orjson_response_emits_deprecation_warning", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_responses._make_ujson_app", + "name": "_make_ujson_app", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_responses._make_ujson_app.get_items", + "name": "get_items", + "lineno": 59, + "scope": "_make_ujson_app", + "is_async": false + }, + { + "id": "tests.test_deprecated_responses.test_ujson_response_returns_correct_data", + "name": "test_ujson_response_returns_correct_data", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_deprecated_responses.test_ujson_response_emits_deprecation_warning", + "name": "test_ujson_response_emits_deprecation_warning", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "tests.test_dump_json_fast_path": [ + { + "id": "tests.test_dump_json_fast_path.get_default", + "name": "get_default", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dump_json_fast_path.get_explicit", + "name": "get_explicit", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dump_json_fast_path.test_default_response_class_skips_json_dumps", + "name": "test_default_response_class_skips_json_dumps", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_dump_json_fast_path.test_explicit_response_class_uses_json_dumps", + "name": "test_explicit_response_class_uses_json_dumps", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_duplicate_models_openapi": [ + { + "id": "tests.test_duplicate_models_openapi.f", + "name": "f", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_duplicate_models_openapi.test_get_api_route", + "name": "test_get_api_route", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_duplicate_models_openapi.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_empty_router": [ + { + "id": "tests.test_empty_router.get_empty", + "name": "get_empty", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_empty_router.test_use_empty", + "name": "test_use_empty", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_empty_router.test_include_empty", + "name": "test_include_empty", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.test_enforce_once_required_parameter": [ + { + "id": "tests.test_enforce_once_required_parameter._get_client_key", + "name": "_get_client_key", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_enforce_once_required_parameter._get_client_tag", + "name": "_get_client_tag", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_enforce_once_required_parameter.foo_handler", + "name": "foo_handler", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_enforce_once_required_parameter.test_get_invalid", + "name": "test_get_invalid", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_enforce_once_required_parameter.test_get_valid", + "name": "test_get_valid", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_enforce_once_required_parameter.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_exception_handlers": [ + { + "id": "tests.test_exception_handlers.http_exception_handler", + "name": "http_exception_handler", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.request_validation_exception_handler", + "name": "request_validation_exception_handler", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.server_error_exception_handler", + "name": "server_error_exception_handler", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.raise_value_error", + "name": "raise_value_error", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.dependency_with_yield", + "name": "dependency_with_yield", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.with_yield", + "name": "with_yield", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.route_with_http_exception", + "name": "route_with_http_exception", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.route_with_request_validation_exception", + "name": "route_with_request_validation_exception", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.route_with_server_error", + "name": "route_with_server_error", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.test_override_http_exception", + "name": "test_override_http_exception", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.test_override_request_validation_exception", + "name": "test_override_request_validation_exception", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.test_override_server_error_exception_raises", + "name": "test_override_server_error_exception_raises", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.test_override_server_error_exception_response", + "name": "test_override_server_error_exception_response", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_exception_handlers.test_traceback_for_dependency_with_yield", + "name": "test_traceback_for_dependency_with_yield", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.test_extra_routes": [ + { + "id": "tests.test_extra_routes.get_items", + "name": "get_items", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.get_not_decorated", + "name": "get_not_decorated", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.delete_item", + "name": "delete_item", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.head_item", + "name": "head_item", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.options_item", + "name": "options_item", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.patch_item", + "name": "patch_item", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.trace_item", + "name": "trace_item", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_get_api_route", + "name": "test_get_api_route", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_get_api_route_not_decorated", + "name": "test_get_api_route_not_decorated", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_delete", + "name": "test_delete", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_head", + "name": "test_head", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_options", + "name": "test_options", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_patch", + "name": "test_patch", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_trace", + "name": "test_trace", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_extra_routes.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 97, + "scope": null, + "is_async": false + } + ], + "tests.test_fastapi_cli": [ + { + "id": "tests.test_fastapi_cli.test_fastapi_cli", + "name": "test_fastapi_cli", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_fastapi_cli.test_fastapi_cli_not_installed", + "name": "test_fastapi_cli_not_installed", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_file_and_form_order_issue_9116": [ + { + "id": "tests.test_file_and_form_order_issue_9116.file_before_form", + "name": "file_before_form", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.file_after_form", + "name": "file_after_form", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.file_list_before_form", + "name": "file_list_before_form", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.file_list_after_form", + "name": "file_list_after_form", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.tmp_file_1", + "name": "tmp_file_1", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.tmp_file_2", + "name": "tmp_file_2", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.test_file_form_order", + "name": "test_file_form_order", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_file_and_form_order_issue_9116.test_file_list_form_order", + "name": "test_file_list_form_order", + "lineno": 79, + "scope": null, + "is_async": false + } + ], + "tests.test_filter_pydantic_sub_model_pv2": [ + { + "id": "tests.test_filter_pydantic_sub_model_pv2.get_client", + "name": "get_client", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.get_client.ModelA.lower_username", + "name": "lower_username", + "lineno": 28, + "scope": "get_client.ModelA", + "is_async": false + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.get_client.get_model_c", + "name": "get_model_c", + "lineno": 33, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.get_client.get_model_a", + "name": "get_model_a", + "lineno": 37, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.test_filter_sub_model", + "name": "test_filter_sub_model", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.test_validator_is_cloned", + "name": "test_validator_is_cloned", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.test_forms_from_non_typing_sequences": [ + { + "id": "tests.test_forms_from_non_typing_sequences.post_form_param_list", + "name": "post_form_param_list", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_from_non_typing_sequences.post_form_param_set", + "name": "post_form_param_set", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_from_non_typing_sequences.post_form_param_tuple", + "name": "post_form_param_tuple", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_from_non_typing_sequences.test_python_list_param_as_form", + "name": "test_python_list_param_as_form", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_from_non_typing_sequences.test_python_set_param_as_form", + "name": "test_python_set_param_as_form", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_from_non_typing_sequences.test_python_tuple_param_as_form", + "name": "test_python_tuple_param_as_form", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_forms_single_model": [ + { + "id": "tests.test_forms_single_model.post_form", + "name": "post_form", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.post_form_extra_allow", + "name": "post_form_extra_allow", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_send_all_data", + "name": "test_send_all_data", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_defaults", + "name": "test_defaults", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_invalid_data", + "name": "test_invalid_data", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_no_data", + "name": "test_no_data", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_extra_param_single", + "name": "test_extra_param_single", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_model.test_extra_param_list", + "name": "test_extra_param_list", + "lineno": 129, + "scope": null, + "is_async": false + } + ], + "tests.test_forms_single_param": [ + { + "id": "tests.test_forms_single_param.post_form", + "name": "post_form", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_param.test_single_form_field", + "name": "test_single_form_field", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_forms_single_param.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.test_form_default": [ + { + "id": "tests.test_form_default.post_url_encoded", + "name": "post_url_encoded", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_form_default.post_multi_part", + "name": "post_multi_part", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_form_default.test_form_default_url_encoded", + "name": "test_form_default_url_encoded", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_form_default.test_form_default_multi_part", + "name": "test_form_default_multi_part", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "tests.test_generate_unique_id_function": [ + { + "id": "tests.test_generate_unique_id_function.custom_generate_unique_id", + "name": "custom_generate_unique_id", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.custom_generate_unique_id2", + "name": "custom_generate_unique_id2", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.custom_generate_unique_id3", + "name": "custom_generate_unique_id3", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_top_level_generate_unique_id", + "name": "test_top_level_generate_unique_id", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_top_level_generate_unique_id.post_root", + "name": "post_root", + "lineno": 37, + "scope": "test_top_level_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_top_level_generate_unique_id.post_router", + "name": "post_router", + "lineno": 43, + "scope": "test_top_level_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_overrides_generate_unique_id", + "name": "test_router_overrides_generate_unique_id", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_overrides_generate_unique_id.post_root", + "name": "post_root", + "lineno": 247, + "scope": "test_router_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_overrides_generate_unique_id.post_router", + "name": "post_router", + "lineno": 253, + "scope": "test_router_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_include_overrides_generate_unique_id", + "name": "test_router_include_overrides_generate_unique_id", + "lineno": 452, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_include_overrides_generate_unique_id.post_root", + "name": "post_root", + "lineno": 457, + "scope": "test_router_include_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_include_overrides_generate_unique_id.post_router", + "name": "post_router", + "lineno": 463, + "scope": "test_router_include_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_subrouter_top_level_include_overrides_generate_unique_id", + "name": "test_subrouter_top_level_include_overrides_generate_unique_id", + "lineno": 662, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_subrouter_top_level_include_overrides_generate_unique_id.post_root", + "name": "post_root", + "lineno": 668, + "scope": "test_subrouter_top_level_include_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_subrouter_top_level_include_overrides_generate_unique_id.post_router", + "name": "post_router", + "lineno": 674, + "scope": "test_subrouter_top_level_include_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_subrouter_top_level_include_overrides_generate_unique_id.post_subrouter", + "name": "post_subrouter", + "lineno": 682, + "scope": "test_subrouter_top_level_include_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_path_operation_overrides_generate_unique_id", + "name": "test_router_path_operation_overrides_generate_unique_id", + "lineno": 947, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_path_operation_overrides_generate_unique_id.post_root", + "name": "post_root", + "lineno": 952, + "scope": "test_router_path_operation_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_router_path_operation_overrides_generate_unique_id.post_router", + "name": "post_router", + "lineno": 961, + "scope": "test_router_path_operation_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_app_path_operation_overrides_generate_unique_id", + "name": "test_app_path_operation_overrides_generate_unique_id", + "lineno": 1160, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_app_path_operation_overrides_generate_unique_id.post_root", + "name": "post_root", + "lineno": 1170, + "scope": "test_app_path_operation_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_app_path_operation_overrides_generate_unique_id.post_router", + "name": "post_router", + "lineno": 1178, + "scope": "test_app_path_operation_overrides_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_callback_override_generate_unique_id", + "name": "test_callback_override_generate_unique_id", + "lineno": 1377, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_callback_override_generate_unique_id.post_callback", + "name": "post_callback", + "lineno": 1387, + "scope": "test_callback_override_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_callback_override_generate_unique_id.post_root", + "name": "post_root", + "lineno": 1397, + "scope": "test_callback_override_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_callback_override_generate_unique_id.post_with_callback", + "name": "post_with_callback", + "lineno": 1405, + "scope": "test_callback_override_generate_unique_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_warn_duplicate_operation_id", + "name": "test_warn_duplicate_operation_id", + "lineno": 1672, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_warn_duplicate_operation_id.broken_operation_id", + "name": "broken_operation_id", + "lineno": 1673, + "scope": "test_warn_duplicate_operation_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_warn_duplicate_operation_id.post_root", + "name": "post_root", + "lineno": 1679, + "scope": "test_warn_duplicate_operation_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_warn_duplicate_operation_id.post_second", + "name": "post_second", + "lineno": 1683, + "scope": "test_warn_duplicate_operation_id", + "is_async": false + }, + { + "id": "tests.test_generate_unique_id_function.test_warn_duplicate_operation_id.post_third", + "name": "post_third", + "lineno": 1687, + "scope": "test_warn_duplicate_operation_id", + "is_async": false + } + ], + "tests.test_generic_parameterless_depends": [ + { + "id": "tests.test_generic_parameterless_depends.a", + "name": "a", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_generic_parameterless_depends.b", + "name": "b", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_generic_parameterless_depends.test_generic_parameterless_depends", + "name": "test_generic_parameterless_depends", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_generic_parameterless_depends.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_get_model_definitions_formfeed_escape": [ + { + "id": "tests.test_get_model_definitions_formfeed_escape.client_fixture", + "name": "client_fixture", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_get_model_definitions_formfeed_escape.client_fixture.get_facility", + "name": "get_facility", + "lineno": 29, + "scope": "client_fixture", + "is_async": false + }, + { + "id": "tests.test_get_model_definitions_formfeed_escape.test_get", + "name": "test_get", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_get_model_definitions_formfeed_escape.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.test_get_request_body": [ + { + "id": "tests.test_get_request_body.create_item", + "name": "create_item", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_get_request_body.test_get_with_body", + "name": "test_get_with_body", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_get_request_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_http_connection_injection": [ + { + "id": "tests.test_http_connection_injection.extract_value_from_http_connection", + "name": "extract_value_from_http_connection", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_http_connection_injection.get_value_by_http", + "name": "get_value_by_http", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_http_connection_injection.get_value_by_ws", + "name": "get_value_by_ws", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_http_connection_injection.test_value_extracting_by_http", + "name": "test_value_extracting_by_http", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_http_connection_injection.test_value_extracting_by_ws", + "name": "test_value_extracting_by_ws", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_include_route": [ + { + "id": "tests.test_include_route.read_items", + "name": "read_items", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_include_route.test_sub_router", + "name": "test_sub_router", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.test_include_router_defaults_overrides": [ + { + "id": "tests.test_include_router_defaults_overrides.dep0", + "name": "dep0", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.dep1", + "name": "dep1", + "lineno": 38, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.dep2", + "name": "dep2", + "lineno": 42, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.dep3", + "name": "dep3", + "lineno": 46, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.dep4", + "name": "dep4", + "lineno": 50, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.dep5", + "name": "dep5", + "lineno": 54, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback0", + "name": "callback0", + "lineno": 62, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback1", + "name": "callback1", + "lineno": 70, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback2", + "name": "callback2", + "lineno": 78, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback3", + "name": "callback3", + "lineno": 86, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback4", + "name": "callback4", + "lineno": 94, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.callback5", + "name": "callback5", + "lineno": 102, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path1_override", + "name": "path1_override", + "lineno": 156, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path1_default", + "name": "path1_default", + "lineno": 161, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path3_override_router2_override", + "name": "path3_override_router2_override", + "lineno": 177, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path3_default_router2_override", + "name": "path3_default_router2_override", + "lineno": 182, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path3_override_router2_default", + "name": "path3_override_router2_default", + "lineno": 198, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path3_default_router2_default", + "name": "path3_default_router2_default", + "lineno": 203, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path5_override_router4_override", + "name": "path5_override_router4_override", + "lineno": 219, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path5_default_router4_override", + "name": "path5_default_router4_override", + "lineno": 226, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path5_override_router4_default", + "name": "path5_override_router4_default", + "lineno": 242, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.path5_default_router4_default", + "name": "path5_default_router4_default", + "lineno": 249, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_include_router_defaults_overrides.test_level1_override", + "name": "test_level1_override", + "lineno": 347, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_include_router_defaults_overrides.test_level1_default", + "name": "test_level1_default", + "lineno": 359, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_include_router_defaults_overrides.test_paths_level3", + "name": "test_paths_level3", + "lineno": 374, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_include_router_defaults_overrides.test_paths_level5", + "name": "test_paths_level5", + "lineno": 405, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_include_router_defaults_overrides.test_openapi", + "name": "test_openapi", + "lineno": 439, + "scope": null, + "is_async": false + } + ], + "tests.test_infer_param_optionality": [ + { + "id": "tests.test_infer_param_optionality.get_users", + "name": "get_users", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.get_user", + "name": "get_user", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.get_items", + "name": "get_items", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.get_item", + "name": "get_item", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_users", + "name": "test_get_users", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_user", + "name": "test_get_user", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_items_1", + "name": "test_get_items_1", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_items_2", + "name": "test_get_items_2", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_item_1", + "name": "test_get_item_1", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_item_2", + "name": "test_get_item_2", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_users_items", + "name": "test_get_users_items", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_get_users_item", + "name": "test_get_users_item", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_infer_param_optionality.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 106, + "scope": null, + "is_async": false + } + ], + "tests.test_inherited_custom_class": [ + { + "id": "tests.test_inherited_custom_class.MyUuid.__init__", + "name": "__init__", + "lineno": 10, + "scope": "MyUuid", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.MyUuid.__str__", + "name": "__str__", + "lineno": 13, + "scope": "MyUuid", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.MyUuid.__class__", + "name": "__class__", + "lineno": 17, + "scope": "MyUuid", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.MyUuid.__dict__", + "name": "__dict__", + "lineno": 21, + "scope": "MyUuid", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.test_pydanticv2", + "name": "test_pydanticv2", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.test_pydanticv2.return_fast_uuid", + "name": "return_fast_uuid", + "lineno": 33, + "scope": "test_pydanticv2", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.test_pydanticv2.SomeCustomClass.serialize_a_uuid", + "name": "serialize_a_uuid", + "lineno": 47, + "scope": "test_pydanticv2.SomeCustomClass", + "is_async": false + }, + { + "id": "tests.test_inherited_custom_class.test_pydanticv2.return_some_user", + "name": "return_some_user", + "lineno": 51, + "scope": "test_pydanticv2", + "is_async": false + } + ], + "tests.test_invalid_path_param": [ + { + "id": "tests.test_invalid_path_param.test_invalid_sequence", + "name": "test_invalid_sequence", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_sequence.read_items", + "name": "read_items", + "lineno": 14, + "scope": "test_invalid_sequence", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_tuple", + "name": "test_invalid_tuple", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_tuple.read_items", + "name": "read_items", + "lineno": 26, + "scope": "test_invalid_tuple", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_dict", + "name": "test_invalid_dict", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_dict.read_items", + "name": "read_items", + "lineno": 38, + "scope": "test_invalid_dict", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_list", + "name": "test_invalid_simple_list", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_list.read_items", + "name": "read_items", + "lineno": 47, + "scope": "test_invalid_simple_list", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_tuple", + "name": "test_invalid_simple_tuple", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_tuple.read_items", + "name": "read_items", + "lineno": 56, + "scope": "test_invalid_simple_tuple", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_set", + "name": "test_invalid_simple_set", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_set.read_items", + "name": "read_items", + "lineno": 65, + "scope": "test_invalid_simple_set", + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_dict", + "name": "test_invalid_simple_dict", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_path_param.test_invalid_simple_dict.read_items", + "name": "read_items", + "lineno": 74, + "scope": "test_invalid_simple_dict", + "is_async": false + } + ], + "tests.test_invalid_sequence_param": [ + { + "id": "tests.test_invalid_sequence_param.test_invalid_sequence", + "name": "test_invalid_sequence", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_sequence.read_items", + "name": "read_items", + "lineno": 17, + "scope": "test_invalid_sequence", + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_tuple", + "name": "test_invalid_tuple", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_tuple.read_items", + "name": "read_items", + "lineno": 32, + "scope": "test_invalid_tuple", + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_dict", + "name": "test_invalid_dict", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_dict.read_items", + "name": "read_items", + "lineno": 47, + "scope": "test_invalid_dict", + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_simple_dict", + "name": "test_invalid_simple_dict", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_invalid_sequence_param.test_invalid_simple_dict.read_items", + "name": "read_items", + "lineno": 62, + "scope": "test_invalid_simple_dict", + "is_async": false + } + ], + "tests.test_jsonable_encoder": [ + { + "id": "tests.test_jsonable_encoder.Person.__init__", + "name": "__init__", + "lineno": 19, + "scope": "Person", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.Pet.__init__", + "name": "__init__", + "lineno": 24, + "scope": "Pet", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.DictablePerson.__iter__", + "name": "__iter__", + "lineno": 36, + "scope": "DictablePerson", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.DictablePet.__iter__", + "name": "__iter__", + "lineno": 41, + "scope": "DictablePet", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.Unserializable.__iter__", + "name": "__iter__", + "lineno": 46, + "scope": "Unserializable", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.Unserializable.__dict__", + "name": "__dict__", + "lineno": 50, + "scope": "Unserializable", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_dict", + "name": "test_encode_dict", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "name": "test_encode_dict_include_exclude_list", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_class", + "name": "test_encode_class", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_dictable", + "name": "test_encode_dictable", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_dataclass", + "name": "test_encode_dataclass", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_unsupported", + "name": "test_encode_unsupported", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2", + "name": "test_encode_custom_json_encoders_model_pydanticv2", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2.ModelWithCustomEncoder.serialize_dt_field", + "name": "serialize_dt_field", + "lineno": 147, + "scope": "test_encode_custom_json_encoders_model_pydanticv2.ModelWithCustomEncoder", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_json_encoder_error_with_pydanticv1", + "name": "test_json_encoder_error_with_pydanticv1", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_config", + "name": "test_encode_model_with_config", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_alias_raises", + "name": "test_encode_model_with_alias_raises", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_alias", + "name": "test_encode_model_with_alias", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_default", + "name": "test_encode_model_with_default", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_custom_encoders", + "name": "test_custom_encoders", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_custom_enum_encoders", + "name": "test_custom_enum_encoders", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_custom_enum_encoders.custom_enum_encoder", + "name": "custom_enum_encoder", + "lineno": 229, + "scope": "test_custom_enum_encoders", + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_pure_path", + "name": "test_encode_model_with_pure_path", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_pure_posix_path", + "name": "test_encode_model_with_pure_posix_path", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_model_with_pure_windows_path", + "name": "test_encode_model_with_pure_windows_path", + "lineno": 264, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_pure_path", + "name": "test_encode_pure_path", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_decimal_encoder_float", + "name": "test_decimal_encoder_float", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_decimal_encoder_int", + "name": "test_decimal_encoder_int", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_decimal_encoder_nan", + "name": "test_decimal_encoder_nan", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "name": "test_decimal_encoder_infinity", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_deque_encodes_child_models", + "name": "test_encode_deque_encodes_child_models", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_pydantic_undefined", + "name": "test_encode_pydantic_undefined", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_jsonable_encoder.test_encode_color", + "name": "test_encode_color", + "lineno": 324, + "scope": null, + "is_async": false + } + ], + "tests.test_json_type": [ + { + "id": "tests.test_json_type.form_json_list", + "name": "form_json_list", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.query_json_list", + "name": "query_json_list", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.header_json_list", + "name": "header_json_list", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.cookie_json_list", + "name": "cookie_json_list", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.test_form_json_list", + "name": "test_form_json_list", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.test_query_json_list", + "name": "test_query_json_list", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.test_header_json_list", + "name": "test_header_json_list", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_type.test_cookie_json_list", + "name": "test_cookie_json_list", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.test_list_bytes_file_order_preserved_issue_14811": [ + { + "id": "tests.test_list_bytes_file_order_preserved_issue_14811.test_list_bytes_file_preserves_order", + "name": "test_list_bytes_file_preserves_order", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_list_bytes_file_order_preserved_issue_14811.test_list_bytes_file_preserves_order.upload", + "name": "upload", + "lineno": 22, + "scope": "test_list_bytes_file_preserves_order", + "is_async": true + }, + { + "id": "tests.test_list_bytes_file_order_preserved_issue_14811.test_list_bytes_file_preserves_order.patched_read", + "name": "patched_read", + "lineno": 28, + "scope": "test_list_bytes_file_preserves_order", + "is_async": true + } + ], + "tests.test_local_docs": [ + { + "id": "tests.test_local_docs.test_strings_in_generated_swagger", + "name": "test_strings_in_generated_swagger", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_local_docs.test_strings_in_custom_swagger", + "name": "test_strings_in_custom_swagger", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_local_docs.test_strings_in_generated_redoc", + "name": "test_strings_in_generated_redoc", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_local_docs.test_strings_in_custom_redoc", + "name": "test_strings_in_custom_redoc", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_local_docs.test_google_fonts_in_generated_redoc", + "name": "test_google_fonts_in_generated_redoc", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.test_multipart_installation": [ + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_form", + "name": "test_incorrect_multipart_installed_form", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_form.root", + "name": "root", + "lineno": 20, + "scope": "test_incorrect_multipart_installed_form", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_file_upload", + "name": "test_incorrect_multipart_installed_file_upload", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_file_upload.root", + "name": "root", + "lineno": 33, + "scope": "test_incorrect_multipart_installed_file_upload", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_file_bytes", + "name": "test_incorrect_multipart_installed_file_bytes", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_file_bytes.root", + "name": "root", + "lineno": 46, + "scope": "test_incorrect_multipart_installed_file_bytes", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_multi_form", + "name": "test_incorrect_multipart_installed_multi_form", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_multi_form.root", + "name": "root", + "lineno": 59, + "scope": "test_incorrect_multipart_installed_multi_form", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_form_file", + "name": "test_incorrect_multipart_installed_form_file", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_incorrect_multipart_installed_form_file.root", + "name": "root", + "lineno": 72, + "scope": "test_incorrect_multipart_installed_form_file", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed", + "name": "test_no_multipart_installed", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed.root", + "name": "root", + "lineno": 85, + "scope": "test_no_multipart_installed", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_file", + "name": "test_no_multipart_installed_file", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_file.root", + "name": "root", + "lineno": 98, + "scope": "test_no_multipart_installed_file", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_file_bytes", + "name": "test_no_multipart_installed_file_bytes", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_file_bytes.root", + "name": "root", + "lineno": 111, + "scope": "test_no_multipart_installed_file_bytes", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_multi_form", + "name": "test_no_multipart_installed_multi_form", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_multi_form.root", + "name": "root", + "lineno": 124, + "scope": "test_no_multipart_installed_multi_form", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_form_file", + "name": "test_no_multipart_installed_form_file", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_no_multipart_installed_form_file.root", + "name": "root", + "lineno": 137, + "scope": "test_no_multipart_installed_form_file", + "is_async": true + }, + { + "id": "tests.test_multipart_installation.test_old_multipart_installed", + "name": "test_old_multipart_installed", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multipart_installation.test_old_multipart_installed.root", + "name": "root", + "lineno": 148, + "scope": "test_old_multipart_installed", + "is_async": true + } + ], + "tests.test_multi_body_errors": [ + { + "id": "tests.test_multi_body_errors.save_item_no_body", + "name": "save_item_no_body", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_body_errors.test_put_correct_body", + "name": "test_put_correct_body", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_body_errors.test_jsonable_encoder_requiring_error", + "name": "test_jsonable_encoder_requiring_error", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_body_errors.test_put_incorrect_body_multiple", + "name": "test_put_incorrect_body_multiple", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_body_errors.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 89, + "scope": null, + "is_async": false + } + ], + "tests.test_multi_query_errors": [ + { + "id": "tests.test_multi_query_errors.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_query_errors.test_multi_query", + "name": "test_multi_query", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_query_errors.test_multi_query_incorrect", + "name": "test_multi_query_incorrect", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_multi_query_errors.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_no_schema_split": [ + { + "id": "tests.test_no_schema_split.create_message", + "name": "create_message", + "lineno": 37, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_no_schema_split.test_create_message", + "name": "test_create_message", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_no_schema_split.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.test_no_swagger_ui_redirect": [ + { + "id": "tests.test_no_swagger_ui_redirect.read_items", + "name": "read_items", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_no_swagger_ui_redirect.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_no_swagger_ui_redirect.test_swagger_ui_no_oauth2_redirect", + "name": "test_swagger_ui_no_oauth2_redirect", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_no_swagger_ui_redirect.test_response", + "name": "test_response", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_cache_root_path": [ + { + "id": "tests.test_openapi_cache_root_path.test_root_path_does_not_persist_across_requests", + "name": "test_root_path_does_not_persist_across_requests", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_root_path_does_not_persist_across_requests.read_root", + "name": "read_root", + "lineno": 9, + "scope": "test_root_path_does_not_persist_across_requests", + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_multiple_different_root_paths_do_not_accumulate", + "name": "test_multiple_different_root_paths_do_not_accumulate", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_multiple_different_root_paths_do_not_accumulate.read_root", + "name": "read_root", + "lineno": 30, + "scope": "test_multiple_different_root_paths_do_not_accumulate", + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_legitimate_root_path_still_appears", + "name": "test_legitimate_root_path_still_appears", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_legitimate_root_path_still_appears.read_root", + "name": "read_root", + "lineno": 52, + "scope": "test_legitimate_root_path_still_appears", + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_configured_servers_not_mutated", + "name": "test_configured_servers_not_mutated", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_cache_root_path.test_configured_servers_not_mutated.read_root", + "name": "read_root", + "lineno": 67, + "scope": "test_configured_servers_not_mutated", + "is_async": false + } + ], + "tests.test_openapi_examples": [ + { + "id": "tests.test_openapi_examples.examples", + "name": "examples", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.path_examples", + "name": "path_examples", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.query_examples", + "name": "query_examples", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.header_examples", + "name": "header_examples", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.cookie_examples", + "name": "cookie_examples", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.test_call_api", + "name": "test_call_api", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_examples.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 142, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_model_description_trim_on_formfeed": [ + { + "id": "tests.test_openapi_model_description_trim_on_formfeed.foo", + "name": "foo", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_model_description_trim_on_formfeed.test_openapi", + "name": "test_openapi", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_query_parameter_extension": [ + { + "id": "tests.test_openapi_query_parameter_extension.route_with_extra_query_parameters", + "name": "route_with_extra_query_parameters", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_query_parameter_extension.test_get_route", + "name": "test_get_route", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_query_parameter_extension.test_openapi", + "name": "test_openapi", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_route_extensions": [ + { + "id": "tests.test_openapi_route_extensions.route_with_extras", + "name": "route_with_extras", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_route_extensions.test_get_route", + "name": "test_get_route", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_route_extensions.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_schema_type": [ + { + "id": "tests.test_openapi_schema_type.test_allowed_schema_type", + "name": "test_allowed_schema_type", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_schema_type.test_invalid_type_value", + "name": "test_invalid_type_value", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_separate_input_output_schemas": [ + { + "id": "tests.test_openapi_separate_input_output_schemas.WithComputedField.computed_field", + "name": "computed_field", + "lineno": 26, + "scope": "WithComputedField", + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "name": "get_app_client", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.get_app_client.create_item", + "name": "create_item", + "lineno": 34, + "scope": "get_app_client", + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.get_app_client.create_item_list", + "name": "create_item_list", + "lineno": 38, + "scope": "get_app_client", + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.get_app_client.read_items", + "name": "read_items", + "lineno": 42, + "scope": "get_app_client", + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.get_app_client.create_with_computed_field", + "name": "create_with_computed_field", + "lineno": 53, + "scope": "get_app_client", + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_create_item", + "name": "test_create_item", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_create_item_with_sub", + "name": "test_create_item_with_sub", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_create_item_list", + "name": "test_create_item_list", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_read_items", + "name": "test_read_items", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_with_computed_field", + "name": "test_with_computed_field", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema_no_separate", + "name": "test_openapi_schema_no_separate", + "lineno": 441, + "scope": null, + "is_async": false + } + ], + "tests.test_openapi_servers": [ + { + "id": "tests.test_openapi_servers.foo", + "name": "foo", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_servers.test_app", + "name": "test_app", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_openapi_servers.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_operations_signatures": [ + { + "id": "tests.test_operations_signatures.test_signatures_consistency", + "name": "test_signatures_consistency", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_optional_file_list": [ + { + "id": "tests.test_optional_file_list.upload_files", + "name": "upload_files", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_optional_file_list.test_optional_bytes_list", + "name": "test_optional_bytes_list", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_optional_file_list.test_optional_bytes_list_no_files", + "name": "test_optional_bytes_list_no_files", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.test_orjson_response_class": [ + { + "id": "tests.test_orjson_response_class.get_orjson_non_str_keys", + "name": "get_orjson_non_str_keys", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_orjson_response_class.test_orjson_non_str_keys", + "name": "test_orjson_non_str_keys", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.test_params_repr": [ + { + "id": "tests.test_params_repr.get_user", + "name": "get_user", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_param_repr_str", + "name": "test_param_repr_str", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_param_repr_none", + "name": "test_param_repr_none", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_param_repr_ellipsis", + "name": "test_param_repr_ellipsis", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_param_repr_number", + "name": "test_param_repr_number", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_param_repr_list", + "name": "test_param_repr_list", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_path_repr", + "name": "test_path_repr", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_query_repr_str", + "name": "test_query_repr_str", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_query_repr_none", + "name": "test_query_repr_none", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_query_repr_ellipsis", + "name": "test_query_repr_ellipsis", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_query_repr_number", + "name": "test_query_repr_number", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_query_repr_list", + "name": "test_query_repr_list", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_header_repr_str", + "name": "test_header_repr_str", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_header_repr_none", + "name": "test_header_repr_none", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_header_repr_ellipsis", + "name": "test_header_repr_ellipsis", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_header_repr_number", + "name": "test_header_repr_number", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_header_repr_list", + "name": "test_header_repr_list", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_cookie_repr_str", + "name": "test_cookie_repr_str", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_cookie_repr_none", + "name": "test_cookie_repr_none", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_cookie_repr_ellipsis", + "name": "test_cookie_repr_ellipsis", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_cookie_repr_number", + "name": "test_cookie_repr_number", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_cookie_repr_list", + "name": "test_cookie_repr_list", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_body_repr_str", + "name": "test_body_repr_str", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_body_repr_none", + "name": "test_body_repr_none", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_body_repr_ellipsis", + "name": "test_body_repr_ellipsis", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_body_repr_number", + "name": "test_body_repr_number", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_params_repr.test_body_repr_list", + "name": "test_body_repr_list", + "lineno": 113, + "scope": null, + "is_async": false + } + ], + "tests.test_param_class": [ + { + "id": "tests.test_param_class.read_items", + "name": "read_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_class.test_default_param_query_none", + "name": "test_default_param_query_none", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_class.test_default_param_query", + "name": "test_default_param_query", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_param_include_in_schema": [ + { + "id": "tests.test_param_include_in_schema.hidden_cookie", + "name": "hidden_cookie", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_include_in_schema.hidden_header", + "name": "hidden_header", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_include_in_schema.hidden_path", + "name": "hidden_path", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_include_in_schema.hidden_query", + "name": "hidden_query", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_include_in_schema.test_hidden_cookie", + "name": "test_hidden_cookie", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_include_in_schema.test_hidden_header", + "name": "test_hidden_header", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_include_in_schema.test_hidden_path", + "name": "test_hidden_path", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_include_in_schema.test_hidden_query", + "name": "test_hidden_query", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_include_in_schema.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 112, + "scope": null, + "is_async": false + } + ], + "tests.test_param_in_path_and_dependency": [ + { + "id": "tests.test_param_in_path_and_dependency.user_exists", + "name": "user_exists", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_in_path_and_dependency.read_users", + "name": "read_users", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_param_in_path_and_dependency.test_read_users", + "name": "test_read_users", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_param_in_path_and_dependency.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.test_path": [ + { + "id": "tests.test_path.test_text_get", + "name": "test_text_get", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_nonexistent", + "name": "test_nonexistent", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_foobar", + "name": "test_path_foobar", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_str_foobar", + "name": "test_path_str_foobar", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_str_42", + "name": "test_path_str_42", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_str_True", + "name": "test_path_str_True", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_int_foobar", + "name": "test_path_int_foobar", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_int_True", + "name": "test_path_int_True", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_int_42", + "name": "test_path_int_42", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_int_42_5", + "name": "test_path_int_42_5", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_float_foobar", + "name": "test_path_float_foobar", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_float_True", + "name": "test_path_float_True", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_float_42", + "name": "test_path_float_42", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_float_42_5", + "name": "test_path_float_42_5", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_foobar", + "name": "test_path_bool_foobar", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_True", + "name": "test_path_bool_True", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_42", + "name": "test_path_bool_42", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_42_5", + "name": "test_path_bool_42_5", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_1", + "name": "test_path_bool_1", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_0", + "name": "test_path_bool_0", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_true", + "name": "test_path_bool_true", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_False", + "name": "test_path_bool_False", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_bool_false", + "name": "test_path_bool_false", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_foo", + "name": "test_path_param_foo", + "lineno": 218, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_minlength_foo", + "name": "test_path_param_minlength_foo", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_minlength_fo", + "name": "test_path_param_minlength_fo", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_maxlength_foo", + "name": "test_path_param_maxlength_foo", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_maxlength_foobar", + "name": "test_path_param_maxlength_foobar", + "lineno": 252, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_min_maxlength_foo", + "name": "test_path_param_min_maxlength_foo", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_min_maxlength_foobar", + "name": "test_path_param_min_maxlength_foobar", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_min_maxlength_f", + "name": "test_path_param_min_maxlength_f", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt_42", + "name": "test_path_param_gt_42", + "lineno": 306, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt_2", + "name": "test_path_param_gt_2", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt0_0_05", + "name": "test_path_param_gt0_0_05", + "lineno": 328, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt0_0", + "name": "test_path_param_gt0_0", + "lineno": 334, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_42", + "name": "test_path_param_ge_42", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_3", + "name": "test_path_param_ge_3", + "lineno": 356, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_2", + "name": "test_path_param_ge_2", + "lineno": 362, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_42", + "name": "test_path_param_lt_42", + "lineno": 378, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_2", + "name": "test_path_param_lt_2", + "lineno": 394, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt0__1", + "name": "test_path_param_lt0__1", + "lineno": 400, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt0_0", + "name": "test_path_param_lt0_0", + "lineno": 406, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_42", + "name": "test_path_param_le_42", + "lineno": 422, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_3", + "name": "test_path_param_le_3", + "lineno": 438, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_2", + "name": "test_path_param_le_2", + "lineno": 444, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_2", + "name": "test_path_param_lt_gt_2", + "lineno": 450, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_4", + "name": "test_path_param_lt_gt_4", + "lineno": 456, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_0", + "name": "test_path_param_lt_gt_0", + "lineno": 472, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_2", + "name": "test_path_param_le_ge_2", + "lineno": 488, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_1", + "name": "test_path_param_le_ge_1", + "lineno": 494, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_3", + "name": "test_path_param_le_ge_3", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_4", + "name": "test_path_param_le_ge_4", + "lineno": 505, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_int_2", + "name": "test_path_param_lt_int_2", + "lineno": 521, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_int_42", + "name": "test_path_param_lt_int_42", + "lineno": 527, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_int_2_7", + "name": "test_path_param_lt_int_2_7", + "lineno": 543, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt_int_42", + "name": "test_path_param_gt_int_42", + "lineno": 558, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt_int_2", + "name": "test_path_param_gt_int_2", + "lineno": 564, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_gt_int_2_7", + "name": "test_path_param_gt_int_2_7", + "lineno": 580, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_int_42", + "name": "test_path_param_le_int_42", + "lineno": 595, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_int_3", + "name": "test_path_param_le_int_3", + "lineno": 611, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_int_2", + "name": "test_path_param_le_int_2", + "lineno": 617, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_int_2_7", + "name": "test_path_param_le_int_2_7", + "lineno": 623, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_int_42", + "name": "test_path_param_ge_int_42", + "lineno": 638, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_int_3", + "name": "test_path_param_ge_int_3", + "lineno": 644, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_int_2", + "name": "test_path_param_ge_int_2", + "lineno": 650, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_ge_int_2_7", + "name": "test_path_param_ge_int_2_7", + "lineno": 666, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_int_2", + "name": "test_path_param_lt_gt_int_2", + "lineno": 681, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_int_4", + "name": "test_path_param_lt_gt_int_4", + "lineno": 687, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_int_0", + "name": "test_path_param_lt_gt_int_0", + "lineno": 703, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_lt_gt_int_2_7", + "name": "test_path_param_lt_gt_int_2_7", + "lineno": 719, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_int_2", + "name": "test_path_param_le_ge_int_2", + "lineno": 734, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_int_1", + "name": "test_path_param_le_ge_int_1", + "lineno": 740, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_int_3", + "name": "test_path_param_le_ge_int_3", + "lineno": 746, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_int_4", + "name": "test_path_param_le_ge_int_4", + "lineno": 752, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_path.test_path_param_le_ge_int_2_7", + "name": "test_path_param_le_ge_int_2_7", + "lineno": 768, + "scope": null, + "is_async": false + } + ], + "tests.test_prepare_release": [ + { + "id": "tests.test_prepare_release.release_notes_content", + "name": "release_notes_content", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_bump_version", + "name": "test_bump_version", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_update_version_file", + "name": "test_update_version_file", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_update_version_file_requires_newer_version", + "name": "test_update_version_file_requires_newer_version", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_update_release_notes", + "name": "test_update_release_notes", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_update_release_notes_rejects_existing_version", + "name": "test_update_release_notes_rejects_existing_version", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_get_release_notes_body_with_dated_heading", + "name": "test_get_release_notes_body_with_dated_heading", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_get_release_notes_body_with_plain_heading", + "name": "test_get_release_notes_body_with_plain_heading", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_get_release_notes_body_allows_non_version_h2_content", + "name": "test_get_release_notes_body_allows_non_version_h2_content", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_get_release_notes_body_requires_version_section", + "name": "test_get_release_notes_body_requires_version_section", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_get_release_notes_body_requires_non_empty_section", + "name": "test_get_release_notes_body_requires_non_empty_section", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_cli_updates_configured_files", + "name": "test_cli_updates_configured_files", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_cli_accepts_env_vars", + "name": "test_cli_accepts_env_vars", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_cli_prints_current_version", + "name": "test_cli_prints_current_version", + "lineno": 259, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_prepare_release.test_cli_prints_release_notes", + "name": "test_cli_prints_release_notes", + "lineno": 277, + "scope": null, + "is_async": false + } + ], + "tests.test_put_no_body": [ + { + "id": "tests.test_put_no_body.save_item_no_body", + "name": "save_item_no_body", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_put_no_body.test_put_no_body", + "name": "test_put_no_body", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_put_no_body.test_put_no_body_with_body", + "name": "test_put_no_body_with_body", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_put_no_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations": [ + { + "id": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.read_item", + "name": "read_item", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.test_annotations", + "name": "test_annotations", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_pydantic_v1_error": [ + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_endpoint_param", + "name": "test_raises_pydantic_v1_model_in_endpoint_param", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_endpoint_param.endpoint", + "name": "endpoint", + "lineno": 28, + "scope": "test_raises_pydantic_v1_model_in_endpoint_param", + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_return_type", + "name": "test_raises_pydantic_v1_model_in_return_type", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_return_type.endpoint", + "name": "endpoint", + "lineno": 41, + "scope": "test_raises_pydantic_v1_model_in_return_type", + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_response_model", + "name": "test_raises_pydantic_v1_model_in_response_model", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_response_model.endpoint", + "name": "endpoint", + "lineno": 54, + "scope": "test_raises_pydantic_v1_model_in_response_model", + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_additional_responses_model", + "name": "test_raises_pydantic_v1_model_in_additional_responses_model", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_additional_responses_model.endpoint", + "name": "endpoint", + "lineno": 69, + "scope": "test_raises_pydantic_v1_model_in_additional_responses_model", + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_union", + "name": "test_raises_pydantic_v1_model_in_union", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_union.endpoint", + "name": "endpoint", + "lineno": 82, + "scope": "test_raises_pydantic_v1_model_in_union", + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_sequence", + "name": "test_raises_pydantic_v1_model_in_sequence", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_pydantic_v1_error.test_raises_pydantic_v1_model_in_sequence.endpoint", + "name": "endpoint", + "lineno": 95, + "scope": "test_raises_pydantic_v1_model_in_sequence", + "is_async": false + } + ], + "tests.test_query": [ + { + "id": "tests.test_query.test_query", + "name": "test_query", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_query_baz", + "name": "test_query_query_baz", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_not_declared_baz", + "name": "test_query_not_declared_baz", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_optional", + "name": "test_query_optional", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_optional_query_baz", + "name": "test_query_optional_query_baz", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_optional_not_declared_baz", + "name": "test_query_optional_not_declared_baz", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int", + "name": "test_query_int", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_query_42", + "name": "test_query_int_query_42", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_query_42_5", + "name": "test_query_int_query_42_5", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_query_baz", + "name": "test_query_int_query_baz", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_not_declared_baz", + "name": "test_query_int_not_declared_baz", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_optional", + "name": "test_query_int_optional", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_optional_query_50", + "name": "test_query_int_optional_query_50", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_optional_query_foo", + "name": "test_query_int_optional_query_foo", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_default", + "name": "test_query_int_default", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_default_query_50", + "name": "test_query_int_default_query_50", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_int_default_query_foo", + "name": "test_query_int_default_query_foo", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param", + "name": "test_query_param", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_query_50", + "name": "test_query_param_query_50", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_required", + "name": "test_query_param_required", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_required_query_50", + "name": "test_query_param_required_query_50", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_required_int", + "name": "test_query_param_required_int", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_required_int_query_50", + "name": "test_query_param_required_int_query_50", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_param_required_int_query_foo", + "name": "test_query_param_required_int_query_foo", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_frozenset_query_1_query_1_query_2", + "name": "test_query_frozenset_query_1_query_1_query_2", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_list", + "name": "test_query_list", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_list_empty", + "name": "test_query_list_empty", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_list_default", + "name": "test_query_list_default", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query.test_query_list_default_empty", + "name": "test_query_list_default_empty", + "lineno": 274, + "scope": null, + "is_async": false + } + ], + "tests.test_query_cookie_header_model_extra_params": [ + { + "id": "tests.test_query_cookie_header_model_extra_params.query_model_with_extra", + "name": "query_model_with_extra", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.header_model_with_extra", + "name": "header_model_with_extra", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.cookies_model_with_extra", + "name": "cookies_model_with_extra", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.header_model_requires_hyphen", + "name": "header_model_requires_hyphen", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_query_pass_extra_list", + "name": "test_query_pass_extra_list", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_query_pass_extra_single", + "name": "test_query_pass_extra_single", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_header_pass_extra_list", + "name": "test_header_pass_extra_list", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_header_pass_extra_single", + "name": "test_header_pass_extra_single", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_header_model_prefers_hyphenated_header_with_convert_underscores", + "name": "test_header_model_prefers_hyphenated_header_with_convert_underscores", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_header_model_rejects_underscore_header_with_convert_underscores", + "name": "test_header_model_rejects_underscore_header_with_convert_underscores", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.test_cookie_pass_extra_list", + "name": "test_cookie_pass_extra_list", + "lineno": 129, + "scope": null, + "is_async": false + } + ], + "tests.test_read_with_orm_mode": [ + { + "id": "tests.test_read_with_orm_mode.test_read_with_orm_mode", + "name": "test_read_with_orm_mode", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_read_with_orm_mode.test_read_with_orm_mode.Person.full_name", + "name": "full_name", + "lineno": 15, + "scope": "test_read_with_orm_mode.Person", + "is_async": false + }, + { + "id": "tests.test_read_with_orm_mode.test_read_with_orm_mode.create_person", + "name": "create_person", + "lineno": 31, + "scope": "test_read_with_orm_mode", + "is_async": false + } + ], + "tests.test_regex_deprecated_body": [ + { + "id": "tests.test_regex_deprecated_body.get_client", + "name": "get_client", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_body.get_client.read_items", + "name": "read_items", + "lineno": 17, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_regex_deprecated_body.test_no_query", + "name": "test_no_query", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_body.test_q_fixedquery", + "name": "test_q_fixedquery", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_body.test_query_nonregexquery", + "name": "test_query_nonregexquery", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_regex_deprecated_params": [ + { + "id": "tests.test_regex_deprecated_params.get_client", + "name": "get_client", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_params.get_client.read_items", + "name": "read_items", + "lineno": 17, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_regex_deprecated_params.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_params.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_params.test_query_params_str_validations_item_query_nonregexquery", + "name": "test_query_params_str_validations_item_query_nonregexquery", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regex_deprecated_params.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_repeated_cookie_headers": [ + { + "id": "tests.test_repeated_cookie_headers.set_cookie", + "name": "set_cookie", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_cookie_headers.set_indirect_cookie", + "name": "set_indirect_cookie", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_cookie_headers.get_direct_cookie", + "name": "get_direct_cookie", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_cookie_headers.get_indirect_cookie", + "name": "get_indirect_cookie", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_cookie_headers.test_cookie_is_set_once", + "name": "test_cookie_is_set_once", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_repeated_dependency_schema": [ + { + "id": "tests.test_repeated_dependency_schema.get_header", + "name": "get_header", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_dependency_schema.get_something_else", + "name": "get_something_else", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_dependency_schema.get_deps", + "name": "get_deps", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_dependency_schema.test_response", + "name": "test_response", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_dependency_schema.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_repeated_parameter_alias": [ + { + "id": "tests.test_repeated_parameter_alias.get_parameters_with_repeated_aliases", + "name": "get_parameters_with_repeated_aliases", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_parameter_alias.test_get_parameters", + "name": "test_get_parameters", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_repeated_parameter_alias.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.test_request_body_parameters_media_type": [ + { + "id": "tests.test_request_body_parameters_media_type.create_product", + "name": "create_product", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_body_parameters_media_type.create_shop", + "name": "create_shop", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_body_parameters_media_type.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_request_param_model_by_alias": [ + { + "id": "tests.test_request_param_model_by_alias.query_model", + "name": "query_model", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_param_model_by_alias.header_model", + "name": "header_model", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_param_model_by_alias.cookie_model", + "name": "cookie_model", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_param_model_by_alias.test_query_model_with_alias", + "name": "test_query_model_with_alias", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_param_model_by_alias.test_header_model_with_alias", + "name": "test_header_model_with_alias", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_param_model_by_alias.test_cookie_model_with_alias", + "name": "test_cookie_model_with_alias", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_param_model_by_alias.test_query_model_with_alias_by_name", + "name": "test_query_model_with_alias_by_name", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_param_model_by_alias.test_header_model_with_alias_by_name", + "name": "test_header_model_with_alias_by_name", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_param_model_by_alias.test_cookie_model_with_alias_by_name", + "name": "test_cookie_model_with_alias_by_name", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "tests.test_required_noneable": [ + { + "id": "tests.test_required_noneable.read_query", + "name": "read_query", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.read_explicit_query", + "name": "read_explicit_query", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.send_body_embed", + "name": "send_body_embed", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_nonable_query_invalid", + "name": "test_required_nonable_query_invalid", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_noneable_query_value", + "name": "test_required_noneable_query_value", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_nonable_explicit_query_invalid", + "name": "test_required_nonable_explicit_query_invalid", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_nonable_explicit_query_value", + "name": "test_required_nonable_explicit_query_value", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_nonable_body_embed_no_content", + "name": "test_required_nonable_body_embed_no_content", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_nonable_body_embed_invalid", + "name": "test_required_nonable_body_embed_invalid", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_required_noneable.test_required_noneable_body_embed_value", + "name": "test_required_noneable_body_embed_value", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_response_by_alias": [ + { + "id": "tests.test_response_by_alias.read_dict", + "name": "read_dict", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.read_model", + "name": "read_model", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.read_list", + "name": "read_list", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.by_alias_dict", + "name": "by_alias_dict", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.by_alias_model", + "name": "by_alias_model", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.by_alias_list", + "name": "by_alias_list", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.no_alias_dict", + "name": "no_alias_dict", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.no_alias_model", + "name": "no_alias_model", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.no_alias_list", + "name": "no_alias_list", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_dict", + "name": "test_read_dict", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_model", + "name": "test_read_model", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_list", + "name": "test_read_list", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_dict_by_alias", + "name": "test_read_dict_by_alias", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_model_by_alias", + "name": "test_read_model_by_alias", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_list_by_alias", + "name": "test_read_list_by_alias", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_dict_no_alias", + "name": "test_read_dict_no_alias", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_model_no_alias", + "name": "test_read_model_no_alias", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_read_list_no_alias", + "name": "test_read_list_no_alias", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_by_alias.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 137, + "scope": null, + "is_async": false + } + ], + "tests.test_response_change_status_code": [ + { + "id": "tests.test_response_change_status_code.response_status_setter", + "name": "response_status_setter", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_change_status_code.parent_dep", + "name": "parent_dep", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_change_status_code.get_main", + "name": "get_main", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_change_status_code.test_dependency_set_status_code", + "name": "test_dependency_set_status_code", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.test_response_class_no_mediatype": [ + { + "id": "tests.test_response_class_no_mediatype.a", + "name": "a", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_class_no_mediatype.b", + "name": "b", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_class_no_mediatype.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_response_code_no_body": [ + { + "id": "tests.test_response_code_no_body.a", + "name": "a", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_code_no_body.b", + "name": "b", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_code_no_body.test_get_response", + "name": "test_get_response", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_code_no_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_response_dependency": [ + { + "id": "tests.test_response_dependency.test_response_with_depends_annotated", + "name": "test_response_with_depends_annotated", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_with_depends_annotated.modify_response", + "name": "modify_response", + "lineno": 18, + "scope": "test_response_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_with_depends_annotated.endpoint", + "name": "endpoint", + "lineno": 23, + "scope": "test_response_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_with_depends_default", + "name": "test_response_with_depends_default", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_with_depends_default.modify_response", + "name": "modify_response", + "lineno": 38, + "scope": "test_response_with_depends_default", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_with_depends_default.endpoint", + "name": "endpoint", + "lineno": 43, + "scope": "test_response_with_depends_default", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_without_depends", + "name": "test_response_without_depends", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_without_depends.endpoint", + "name": "endpoint", + "lineno": 59, + "scope": "test_response_without_depends", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_chain", + "name": "test_response_dependency_chain", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_chain.first_modifier", + "name": "first_modifier", + "lineno": 75, + "scope": "test_response_dependency_chain", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_chain.second_modifier", + "name": "second_modifier", + "lineno": 79, + "scope": "test_response_dependency_chain", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_chain.endpoint", + "name": "endpoint", + "lineno": 86, + "scope": "test_response_dependency_chain", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_returns_different_response_instance", + "name": "test_response_dependency_returns_different_response_instance", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_returns_different_response_instance.default_response", + "name": "default_response", + "lineno": 106, + "scope": "test_response_dependency_returns_different_response_instance", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_response_dependency_returns_different_response_instance.endpoint", + "name": "endpoint", + "lineno": 112, + "scope": "test_response_dependency_returns_different_response_instance", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_request_with_depends_annotated", + "name": "test_request_with_depends_annotated", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_request_with_depends_annotated.extract_request_info", + "name": "extract_request_info", + "lineno": 129, + "scope": "test_request_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_request_with_depends_annotated.endpoint", + "name": "endpoint", + "lineno": 136, + "scope": "test_request_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_background_tasks_with_depends_annotated", + "name": "test_background_tasks_with_depends_annotated", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_background_tasks_with_depends_annotated.background_task", + "name": "background_task", + "lineno": 154, + "scope": "test_background_tasks_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_background_tasks_with_depends_annotated.add_background_task", + "name": "add_background_task", + "lineno": 157, + "scope": "test_background_tasks_with_depends_annotated", + "is_async": false + }, + { + "id": "tests.test_response_dependency.test_background_tasks_with_depends_annotated.endpoint", + "name": "endpoint", + "lineno": 162, + "scope": "test_background_tasks_with_depends_annotated", + "is_async": false + } + ], + "tests.test_response_model_as_return_annotation": [ + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_no_annotation_return_model", + "name": "no_response_model_no_annotation_return_model", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_no_annotation_return_dict", + "name": "no_response_model_no_annotation_return_dict", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_same_model", + "name": "response_model_no_annotation_return_same_model", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_exact_dict", + "name": "response_model_no_annotation_return_exact_dict", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_invalid_dict", + "name": "response_model_no_annotation_return_invalid_dict", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_invalid_model", + "name": "response_model_no_annotation_return_invalid_model", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_dict_with_extra_data", + "name": "response_model_no_annotation_return_dict_with_extra_data", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_no_annotation_return_submodel_with_extra_data", + "name": "response_model_no_annotation_return_submodel_with_extra_data", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_same_model", + "name": "no_response_model_annotation_return_same_model", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_exact_dict", + "name": "no_response_model_annotation_return_exact_dict", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_invalid_dict", + "name": "no_response_model_annotation_return_invalid_dict", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_invalid_model", + "name": "no_response_model_annotation_return_invalid_model", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_dict_with_extra_data", + "name": "no_response_model_annotation_return_dict_with_extra_data", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_return_submodel_with_extra_data", + "name": "no_response_model_annotation_return_submodel_with_extra_data", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_same_model", + "name": "response_model_none_annotation_return_same_model", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_exact_dict", + "name": "response_model_none_annotation_return_exact_dict", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_invalid_dict", + "name": "response_model_none_annotation_return_invalid_dict", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_invalid_model", + "name": "response_model_none_annotation_return_invalid_model", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_dict_with_extra_data", + "name": "response_model_none_annotation_return_dict_with_extra_data", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_none_annotation_return_submodel_with_extra_data", + "name": "response_model_none_annotation_return_submodel_with_extra_data", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_same_model", + "name": "response_model_model1_annotation_model2_return_same_model", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_exact_dict", + "name": "response_model_model1_annotation_model2_return_exact_dict", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_invalid_dict", + "name": "response_model_model1_annotation_model2_return_invalid_dict", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_invalid_model", + "name": "response_model_model1_annotation_model2_return_invalid_model", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_dict_with_extra_data", + "name": "response_model_model1_annotation_model2_return_dict_with_extra_data", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_model1_annotation_model2_return_submodel_with_extra_data", + "name": "response_model_model1_annotation_model2_return_submodel_with_extra_data", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_filtering_model_annotation_submodel_return_submodel", + "name": "response_model_filtering_model_annotation_submodel_return_submodel", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_list_of_model_no_annotation", + "name": "response_model_list_of_model_no_annotation", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_list_of_model", + "name": "no_response_model_annotation_list_of_model", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_forward_ref_list_of_model", + "name": "no_response_model_annotation_forward_ref_list_of_model", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_union_no_annotation_return_model1", + "name": "response_model_union_no_annotation_return_model1", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.response_model_union_no_annotation_return_model2", + "name": "response_model_union_no_annotation_return_model2", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_union_return_model1", + "name": "no_response_model_annotation_union_return_model1", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_union_return_model2", + "name": "no_response_model_annotation_union_return_model2", + "lineno": 237, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_response_class", + "name": "no_response_model_annotation_response_class", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.no_response_model_annotation_json_response_class", + "name": "no_response_model_annotation_json_response_class", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_no_annotation_return_model", + "name": "test_no_response_model_no_annotation_return_model", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_no_annotation_return_dict", + "name": "test_no_response_model_no_annotation_return_dict", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_same_model", + "name": "test_response_model_no_annotation_return_same_model", + "lineno": 266, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_exact_dict", + "name": "test_response_model_no_annotation_return_exact_dict", + "lineno": 272, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_invalid_dict", + "name": "test_response_model_no_annotation_return_invalid_dict", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_invalid_model", + "name": "test_response_model_no_annotation_return_invalid_model", + "lineno": 284, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_dict_with_extra_data", + "name": "test_response_model_no_annotation_return_dict_with_extra_data", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_no_annotation_return_submodel_with_extra_data", + "name": "test_response_model_no_annotation_return_submodel_with_extra_data", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_same_model", + "name": "test_no_response_model_annotation_return_same_model", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_exact_dict", + "name": "test_no_response_model_annotation_return_exact_dict", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_invalid_dict", + "name": "test_no_response_model_annotation_return_invalid_dict", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_invalid_model", + "name": "test_no_response_model_annotation_return_invalid_model", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_dict_with_extra_data", + "name": "test_no_response_model_annotation_return_dict_with_extra_data", + "lineno": 328, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_submodel_with_extra_data", + "name": "test_no_response_model_annotation_return_submodel_with_extra_data", + "lineno": 334, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_same_model", + "name": "test_response_model_none_annotation_return_same_model", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_exact_dict", + "name": "test_response_model_none_annotation_return_exact_dict", + "lineno": 348, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_invalid_dict", + "name": "test_response_model_none_annotation_return_invalid_dict", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_invalid_model", + "name": "test_response_model_none_annotation_return_invalid_model", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_dict_with_extra_data", + "name": "test_response_model_none_annotation_return_dict_with_extra_data", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_none_annotation_return_submodel_with_extra_data", + "name": "test_response_model_none_annotation_return_submodel_with_extra_data", + "lineno": 376, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_same_model", + "name": "test_response_model_model1_annotation_model2_return_same_model", + "lineno": 388, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_exact_dict", + "name": "test_response_model_model1_annotation_model2_return_exact_dict", + "lineno": 394, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_invalid_dict", + "name": "test_response_model_model1_annotation_model2_return_invalid_dict", + "lineno": 400, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_invalid_model", + "name": "test_response_model_model1_annotation_model2_return_invalid_model", + "lineno": 406, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_dict_with_extra_data", + "name": "test_response_model_model1_annotation_model2_return_dict_with_extra_data", + "lineno": 412, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_model1_annotation_model2_return_submodel_with_extra_data", + "name": "test_response_model_model1_annotation_model2_return_submodel_with_extra_data", + "lineno": 420, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_filtering_model_annotation_submodel_return_submodel", + "name": "test_response_model_filtering_model_annotation_submodel_return_submodel", + "lineno": 428, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_list_of_model_no_annotation", + "name": "test_response_model_list_of_model_no_annotation", + "lineno": 436, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_list_of_model", + "name": "test_no_response_model_annotation_list_of_model", + "lineno": 445, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_forward_ref_list_of_model", + "name": "test_no_response_model_annotation_forward_ref_list_of_model", + "lineno": 454, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_union_no_annotation_return_model1", + "name": "test_response_model_union_no_annotation_return_model1", + "lineno": 463, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_response_model_union_no_annotation_return_model2", + "name": "test_response_model_union_no_annotation_return_model2", + "lineno": 469, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_union_return_model1", + "name": "test_no_response_model_annotation_union_return_model1", + "lineno": 475, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_union_return_model2", + "name": "test_no_response_model_annotation_union_return_model2", + "lineno": 481, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_return_class", + "name": "test_no_response_model_annotation_return_class", + "lineno": 487, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_no_response_model_annotation_json_response_class", + "name": "test_no_response_model_annotation_json_response_class", + "lineno": 493, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_invalid_response_model_field", + "name": "test_invalid_response_model_field", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_invalid_response_model_field.read_root", + "name": "read_root", + "lineno": 504, + "scope": "test_invalid_response_model_field", + "is_async": false + }, + { + "id": "tests.test_response_model_as_return_annotation.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 511, + "scope": null, + "is_async": false + } + ], + "tests.test_response_model_data_filter": [ + { + "id": "tests.test_response_model_data_filter.create_user", + "name": "create_user", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter.read_pet", + "name": "read_pet", + "lineno": 36, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter.read_pets", + "name": "read_pets", + "lineno": 46, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter.test_filter_top_level_model", + "name": "test_filter_top_level_model", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_data_filter.test_filter_second_level_model", + "name": "test_filter_second_level_model", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_data_filter.test_list_of_models", + "name": "test_list_of_models", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.test_response_model_data_filter_no_inheritance": [ + { + "id": "tests.test_response_model_data_filter_no_inheritance.create_user", + "name": "create_user", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.read_pet", + "name": "read_pet", + "lineno": 38, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.read_pets", + "name": "read_pets", + "lineno": 48, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.test_filter_top_level_model", + "name": "test_filter_top_level_model", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.test_filter_second_level_model", + "name": "test_filter_second_level_model", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.test_list_of_models", + "name": "test_list_of_models", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_response_model_default_factory": [ + { + "id": "tests.test_response_model_default_factory.response_model_has_default_factory_return_dict", + "name": "response_model_has_default_factory_return_dict", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_default_factory.response_model_has_default_factory_return_model", + "name": "response_model_has_default_factory_return_model", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_model_default_factory.test_response_model_has_default_factory_return_dict", + "name": "test_response_model_has_default_factory_return_dict", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_default_factory.test_response_model_has_default_factory_return_model", + "name": "test_response_model_has_default_factory_return_model", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_response_model_include_exclude": [ + { + "id": "tests.test_response_model_include_exclude.simple_include", + "name": "simple_include", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.simple_include_dict", + "name": "simple_include_dict", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.simple_exclude", + "name": "simple_exclude", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.simple_exclude_dict", + "name": "simple_exclude_dict", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.mixed", + "name": "mixed", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.mixed_dict", + "name": "mixed_dict", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_include_simple", + "name": "test_nested_include_simple", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_include_simple_dict", + "name": "test_nested_include_simple_dict", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_exclude_simple", + "name": "test_nested_exclude_simple", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_exclude_simple_dict", + "name": "test_nested_exclude_simple_dict", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_include_mixed", + "name": "test_nested_include_mixed", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_include_exclude.test_nested_include_mixed_dict", + "name": "test_nested_include_mixed_dict", + "lineno": 167, + "scope": null, + "is_async": false + } + ], + "tests.test_response_model_invalid": [ + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_raises", + "name": "test_invalid_response_model_raises", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_raises.read_root", + "name": "read_root", + "lineno": 15, + "scope": "test_invalid_response_model_raises", + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_sub_type_raises", + "name": "test_invalid_response_model_sub_type_raises", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_sub_type_raises.read_root", + "name": "read_root", + "lineno": 24, + "scope": "test_invalid_response_model_sub_type_raises", + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_in_responses_raises", + "name": "test_invalid_response_model_in_responses_raises", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_in_responses_raises.read_root", + "name": "read_root", + "lineno": 33, + "scope": "test_invalid_response_model_in_responses_raises", + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_sub_type_in_responses_raises", + "name": "test_invalid_response_model_sub_type_in_responses_raises", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_invalid.test_invalid_response_model_sub_type_in_responses_raises.read_root", + "name": "read_root", + "lineno": 42, + "scope": "test_invalid_response_model_sub_type_in_responses_raises", + "is_async": false + } + ], + "tests.test_response_model_sub_types": [ + { + "id": "tests.test_response_model_sub_types.valid1", + "name": "valid1", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_sub_types.valid2", + "name": "valid2", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_sub_types.valid3", + "name": "valid3", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_sub_types.valid4", + "name": "valid4", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_sub_types.test_path_operations", + "name": "test_path_operations", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_model_sub_types.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_response_set_response_code_empty": [ + { + "id": "tests.test_response_set_response_code_empty.delete_deployment", + "name": "delete_deployment", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_response_set_response_code_empty.test_dependency_set_status_code", + "name": "test_dependency_set_status_code", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_response_set_response_code_empty.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_return_none_stringified_annotations": [ + { + "id": "tests.test_return_none_stringified_annotations.test_no_content", + "name": "test_no_content", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_return_none_stringified_annotations.test_no_content.return_no_content", + "name": "return_no_content", + "lineno": 11, + "scope": "test_no_content", + "is_async": false + } + ], + "tests.test_router_circular_import": [ + { + "id": "tests.test_router_circular_import.test_router_circular_import", + "name": "test_router_circular_import", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.test_router_events": [ + { + "id": "tests.test_router_events.state", + "name": "state", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events", + "name": "test_router_events", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.main", + "name": "main", + "lineno": 31, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.app_startup", + "name": "app_startup", + "lineno": 35, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.app_shutdown", + "name": "app_shutdown", + "lineno": 39, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.router_startup", + "name": "router_startup", + "lineno": 45, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.router_shutdown", + "name": "router_shutdown", + "lineno": 49, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.sub_router_startup", + "name": "sub_router_startup", + "lineno": 55, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_events.sub_router_shutdown", + "name": "sub_router_shutdown", + "lineno": 59, + "scope": "test_router_events", + "is_async": false + }, + { + "id": "tests.test_router_events.test_app_lifespan_state", + "name": "test_app_lifespan_state", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_app_lifespan_state.lifespan", + "name": "lifespan", + "lineno": 91, + "scope": "test_app_lifespan_state", + "is_async": true + }, + { + "id": "tests.test_router_events.test_app_lifespan_state.main", + "name": "main", + "lineno": 99, + "scope": "test_app_lifespan_state", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state", + "name": "test_router_nested_lifespan_state", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state.lifespan", + "name": "lifespan", + "lineno": 116, + "scope": "test_router_nested_lifespan_state", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state.router_lifespan", + "name": "router_lifespan", + "lineno": 122, + "scope": "test_router_nested_lifespan_state", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state.subrouter_lifespan", + "name": "subrouter_lifespan", + "lineno": 128, + "scope": "test_router_nested_lifespan_state", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state.main", + "name": "main", + "lineno": 142, + "scope": "test_router_nested_lifespan_state", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state_overriding_by_parent", + "name": "test_router_nested_lifespan_state_overriding_by_parent", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state_overriding_by_parent.lifespan", + "name": "lifespan", + "lineno": 176, + "scope": "test_router_nested_lifespan_state_overriding_by_parent", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_nested_lifespan_state_overriding_by_parent.router_lifespan", + "name": "router_lifespan", + "lineno": 185, + "scope": "test_router_nested_lifespan_state_overriding_by_parent", + "is_async": true + }, + { + "id": "tests.test_router_events.test_merged_no_return_lifespans_return_none", + "name": "test_merged_no_return_lifespans_return_none", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_merged_no_return_lifespans_return_none.lifespan", + "name": "lifespan", + "lineno": 207, + "scope": "test_merged_no_return_lifespans_return_none", + "is_async": true + }, + { + "id": "tests.test_router_events.test_merged_no_return_lifespans_return_none.router_lifespan", + "name": "router_lifespan", + "lineno": 211, + "scope": "test_merged_no_return_lifespans_return_none", + "is_async": true + }, + { + "id": "tests.test_router_events.test_merged_mixed_state_lifespans", + "name": "test_merged_mixed_state_lifespans", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_merged_mixed_state_lifespans.lifespan", + "name": "lifespan", + "lineno": 224, + "scope": "test_merged_mixed_state_lifespans", + "is_async": true + }, + { + "id": "tests.test_router_events.test_merged_mixed_state_lifespans.router_lifespan", + "name": "router_lifespan", + "lineno": 228, + "scope": "test_merged_mixed_state_lifespans", + "is_async": true + }, + { + "id": "tests.test_router_events.test_merged_mixed_state_lifespans.sub_router_lifespan", + "name": "sub_router_lifespan", + "lineno": 232, + "scope": "test_merged_mixed_state_lifespans", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_async_shutdown_handler", + "name": "test_router_async_shutdown_handler", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_async_shutdown_handler.main", + "name": "main", + "lineno": 253, + "scope": "test_router_async_shutdown_handler", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_async_shutdown_handler.app_shutdown", + "name": "app_shutdown", + "lineno": 257, + "scope": "test_router_async_shutdown_handler", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_sync_generator_lifespan", + "name": "test_router_sync_generator_lifespan", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_sync_generator_lifespan.lifespan", + "name": "lifespan", + "lineno": 272, + "scope": "test_router_sync_generator_lifespan", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_sync_generator_lifespan.main", + "name": "main", + "lineno": 280, + "scope": "test_router_sync_generator_lifespan", + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_async_generator_lifespan", + "name": "test_router_async_generator_lifespan", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_router_async_generator_lifespan.lifespan", + "name": "lifespan", + "lineno": 298, + "scope": "test_router_async_generator_lifespan", + "is_async": true + }, + { + "id": "tests.test_router_events.test_router_async_generator_lifespan.main", + "name": "main", + "lineno": 306, + "scope": "test_router_async_generator_lifespan", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters", + "name": "test_startup_shutdown_handlers_as_parameters", + "lineno": 321, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.app_startup", + "name": "app_startup", + "lineno": 324, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.app_shutdown", + "name": "app_shutdown", + "lineno": 327, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.main", + "name": "main", + "lineno": 333, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.router_startup", + "name": "router_startup", + "lineno": 336, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.router_shutdown", + "name": "router_shutdown", + "lineno": 339, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.sub_router_startup", + "name": "sub_router_startup", + "lineno": 344, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + }, + { + "id": "tests.test_router_events.test_startup_shutdown_handlers_as_parameters.sub_router_shutdown", + "name": "sub_router_shutdown", + "lineno": 347, + "scope": "test_startup_shutdown_handlers_as_parameters", + "is_async": false + } + ], + "tests.test_router_prefix_with_template": [ + { + "id": "tests.test_router_prefix_with_template.read_user", + "name": "read_user", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_prefix_with_template.test_get", + "name": "test_get", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.test_router_redirect_slashes": [ + { + "id": "tests.test_router_redirect_slashes.test_redirect_slashes_enabled", + "name": "test_redirect_slashes_enabled", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_redirect_slashes.test_redirect_slashes_enabled.hello_page", + "name": "hello_page", + "lineno": 10, + "scope": "test_redirect_slashes_enabled", + "is_async": false + }, + { + "id": "tests.test_router_redirect_slashes.test_redirect_slashes_disabled", + "name": "test_redirect_slashes_disabled", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_router_redirect_slashes.test_redirect_slashes_disabled.hello_page", + "name": "hello_page", + "lineno": 29, + "scope": "test_redirect_slashes_disabled", + "is_async": false + } + ], + "tests.test_route_scope": [ + { + "id": "tests.test_route_scope.get_user", + "name": "get_user", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_route_scope.websocket_item", + "name": "websocket_item", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_route_scope.test_get", + "name": "test_get", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_route_scope.test_invalid_method_doesnt_match", + "name": "test_invalid_method_doesnt_match", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_route_scope.test_invalid_path_doesnt_match", + "name": "test_invalid_path_doesnt_match", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_route_scope.test_websocket", + "name": "test_websocket", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_route_scope.test_websocket_invalid_path_doesnt_match", + "name": "test_websocket_invalid_path_doesnt_match", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.test_schema_compat_pydantic_v2": [ + { + "id": "tests.test_schema_compat_pydantic_v2.get_client", + "name": "get_client", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_compat_pydantic_v2.get_client.get_user", + "name": "get_user", + "lineno": 28, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_schema_compat_pydantic_v2.test_get", + "name": "test_get", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_compat_pydantic_v2.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_schema_extra_examples": [ + { + "id": "tests.test_schema_extra_examples.create_app", + "name": "create_app", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.schema_extra", + "name": "schema_extra", + "lineno": 20, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.example", + "name": "example", + "lineno": 26, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.examples", + "name": "examples", + "lineno": 30, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.example_examples", + "name": "example_examples", + "lineno": 43, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.path_example", + "name": "path_example", + "lineno": 88, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.path_examples", + "name": "path_examples", + "lineno": 96, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.path_example_examples", + "name": "path_example_examples", + "lineno": 106, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.query_example", + "name": "query_example", + "lineno": 117, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.query_examples", + "name": "query_examples", + "lineno": 126, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.query_example_examples", + "name": "query_example_examples", + "lineno": 137, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.header_example", + "name": "header_example", + "lineno": 149, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.header_examples", + "name": "header_examples", + "lineno": 158, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.header_example_examples", + "name": "header_example_examples", + "lineno": 172, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.cookie_example", + "name": "cookie_example", + "lineno": 184, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.cookie_examples", + "name": "cookie_examples", + "lineno": 193, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.create_app.cookie_example_examples", + "name": "cookie_example_examples", + "lineno": 204, + "scope": "create_app", + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.test_call_api", + "name": "test_call_api", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_extra_examples.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 253, + "scope": null, + "is_async": false + } + ], + "tests.test_schema_ref_pydantic_v2": [ + { + "id": "tests.test_schema_ref_pydantic_v2.get_client", + "name": "get_client", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_ref_pydantic_v2.get_client.read_root", + "name": "read_root", + "lineno": 19, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_schema_ref_pydantic_v2.test_get", + "name": "test_get", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_schema_ref_pydantic_v2.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_cookie": [ + { + "id": "tests.test_security_api_key_cookie.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie.test_security_api_key", + "name": "test_security_api_key", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_cookie_description": [ + { + "id": "tests.test_security_api_key_cookie_description.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_description.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_description.test_security_api_key", + "name": "test_security_api_key", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_description.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_cookie_optional": [ + { + "id": "tests.test_security_api_key_cookie_optional.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_optional.read_current_user", + "name": "read_current_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_optional.test_security_api_key", + "name": "test_security_api_key", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_optional.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_cookie_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_header": [ + { + "id": "tests.test_security_api_key_header.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header.test_security_api_key", + "name": "test_security_api_key", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_header_description": [ + { + "id": "tests.test_security_api_key_header_description.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_description.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_description.test_security_api_key", + "name": "test_security_api_key", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_description.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_header_optional": [ + { + "id": "tests.test_security_api_key_header_optional.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_optional.read_current_user", + "name": "read_current_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_optional.test_security_api_key", + "name": "test_security_api_key", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_optional.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_header_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_query": [ + { + "id": "tests.test_security_api_key_query.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query.test_security_api_key", + "name": "test_security_api_key", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_query_description": [ + { + "id": "tests.test_security_api_key_query_description.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_description.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_description.test_security_api_key", + "name": "test_security_api_key", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_description.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_security_api_key_query_optional": [ + { + "id": "tests.test_security_api_key_query_optional.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_optional.read_current_user", + "name": "read_current_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_optional.test_security_api_key", + "name": "test_security_api_key", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_optional.test_security_api_key_no_key", + "name": "test_security_api_key_no_key", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_api_key_query_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_base": [ + { + "id": "tests.test_security_http_base.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base.test_security_http_base", + "name": "test_security_http_base", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base.test_security_http_base_with_whitespaces", + "name": "test_security_http_base_with_whitespaces", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base.test_security_http_base_no_credentials", + "name": "test_security_http_base_no_credentials", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_base_description": [ + { + "id": "tests.test_security_http_base_description.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_description.test_security_http_base", + "name": "test_security_http_base", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_description.test_security_http_base_no_credentials", + "name": "test_security_http_base_no_credentials", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_base_optional": [ + { + "id": "tests.test_security_http_base_optional.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_optional.test_security_http_base", + "name": "test_security_http_base", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_optional.test_security_http_base_no_credentials", + "name": "test_security_http_base_no_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_base_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_basic_optional": [ + { + "id": "tests.test_security_http_basic_optional.read_current_user", + "name": "read_current_user", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_optional.test_security_http_basic", + "name": "test_security_http_basic", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_optional.test_security_http_basic_no_credentials", + "name": "test_security_http_basic_no_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_optional.test_security_http_basic_invalid_credentials", + "name": "test_security_http_basic_invalid_credentials", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_optional.test_security_http_basic_non_basic_credentials", + "name": "test_security_http_basic_non_basic_credentials", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_basic_realm": [ + { + "id": "tests.test_security_http_basic_realm.read_current_user", + "name": "read_current_user", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm.test_security_http_basic", + "name": "test_security_http_basic", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm.test_security_http_basic_no_credentials", + "name": "test_security_http_basic_no_credentials", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm.test_security_http_basic_invalid_credentials", + "name": "test_security_http_basic_invalid_credentials", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm.test_security_http_basic_non_basic_credentials", + "name": "test_security_http_basic_non_basic_credentials", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_basic_realm_description": [ + { + "id": "tests.test_security_http_basic_realm_description.read_current_user", + "name": "read_current_user", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm_description.test_security_http_basic", + "name": "test_security_http_basic", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm_description.test_security_http_basic_no_credentials", + "name": "test_security_http_basic_no_credentials", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm_description.test_security_http_basic_invalid_credentials", + "name": "test_security_http_basic_invalid_credentials", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm_description.test_security_http_basic_non_basic_credentials", + "name": "test_security_http_basic_non_basic_credentials", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_basic_realm_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_bearer": [ + { + "id": "tests.test_security_http_bearer.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer.test_security_http_bearer", + "name": "test_security_http_bearer", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer.test_security_http_bearer_no_credentials", + "name": "test_security_http_bearer_no_credentials", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer.test_security_http_bearer_incorrect_scheme_credentials", + "name": "test_security_http_bearer_incorrect_scheme_credentials", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_bearer_description": [ + { + "id": "tests.test_security_http_bearer_description.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_description.test_security_http_bearer", + "name": "test_security_http_bearer", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_description.test_security_http_bearer_no_credentials", + "name": "test_security_http_bearer_no_credentials", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_description.test_security_http_bearer_incorrect_scheme_credentials", + "name": "test_security_http_bearer_incorrect_scheme_credentials", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_bearer_optional": [ + { + "id": "tests.test_security_http_bearer_optional.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_optional.test_security_http_bearer", + "name": "test_security_http_bearer", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_optional.test_security_http_bearer_no_credentials", + "name": "test_security_http_bearer_no_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_optional.test_security_http_bearer_incorrect_scheme_credentials", + "name": "test_security_http_bearer_incorrect_scheme_credentials", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_bearer_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_digest": [ + { + "id": "tests.test_security_http_digest.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest.test_security_http_digest", + "name": "test_security_http_digest", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest.test_security_http_digest_no_credentials", + "name": "test_security_http_digest_no_credentials", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest.test_security_http_digest_incorrect_scheme_credentials", + "name": "test_security_http_digest_incorrect_scheme_credentials", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_digest_description": [ + { + "id": "tests.test_security_http_digest_description.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_description.test_security_http_digest", + "name": "test_security_http_digest", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_description.test_security_http_digest_no_credentials", + "name": "test_security_http_digest_no_credentials", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_description.test_security_http_digest_incorrect_scheme_credentials", + "name": "test_security_http_digest_incorrect_scheme_credentials", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_security_http_digest_optional": [ + { + "id": "tests.test_security_http_digest_optional.read_current_user", + "name": "read_current_user", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_optional.test_security_http_digest", + "name": "test_security_http_digest", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_optional.test_security_http_digest_no_credentials", + "name": "test_security_http_digest_no_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_optional.test_security_http_digest_incorrect_scheme_credentials", + "name": "test_security_http_digest_incorrect_scheme_credentials", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_http_digest_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2": [ + { + "id": "tests.test_security_oauth2.get_current_user", + "name": "get_current_user", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.login", + "name": "login", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.read_current_user", + "name": "read_current_user", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_strict_login_no_data", + "name": "test_strict_login_no_data", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_strict_login_no_grant_type", + "name": "test_strict_login_no_grant_type", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_strict_login_incorrect_grant_type", + "name": "test_strict_login_incorrect_grant_type", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_strict_login_correct_grant_type", + "name": "test_strict_login_correct_grant_type", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 149, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_authorization_code_bearer": [ + { + "id": "tests.test_security_oauth2_authorization_code_bearer.read_items", + "name": "read_items", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer.test_no_token", + "name": "test_no_token", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer.test_token", + "name": "test_token", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer.test_token_with_whitespaces", + "name": "test_token_with_whitespaces", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_authorization_code_bearer_description": [ + { + "id": "tests.test_security_oauth2_authorization_code_bearer_description.read_items", + "name": "read_items", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_description.test_no_token", + "name": "test_no_token", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_description.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_description.test_token", + "name": "test_token", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi": [ + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.get_token", + "name": "get_token", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.root", + "name": "root", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.read_with_oauth2_scheme", + "name": "read_with_oauth2_scheme", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.read_with_get_token", + "name": "read_with_get_token", + "lineno": 41, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.read_items", + "name": "read_items", + "lineno": 49, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.create_item", + "name": "create_item", + "lineno": 54, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_root", + "name": "test_root", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_read_with_oauth2_scheme", + "name": "test_read_with_oauth2_scheme", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_read_with_get_token", + "name": "test_read_with_get_token", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_read_token", + "name": "test_read_token", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_create_token", + "name": "test_create_token", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 99, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple": [ + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.get_token", + "name": "get_token", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.read_admin", + "name": "read_admin", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.test_read_admin", + "name": "test_read_admin", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_optional": [ + { + "id": "tests.test_security_oauth2_optional.get_current_user", + "name": "get_current_user", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.login", + "name": "login", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.read_users_me", + "name": "read_users_me", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_strict_login_no_data", + "name": "test_strict_login_no_data", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_strict_login_no_grant_type", + "name": "test_strict_login_no_grant_type", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_strict_login_incorrect_grant_type", + "name": "test_strict_login_incorrect_grant_type", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_strict_login_correct_data", + "name": "test_strict_login_correct_data", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 150, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_optional_description": [ + { + "id": "tests.test_security_oauth2_optional_description.get_current_user", + "name": "get_current_user", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.login", + "name": "login", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.read_users_me", + "name": "read_users_me", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_strict_login_None", + "name": "test_strict_login_None", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_strict_login_no_grant_type", + "name": "test_strict_login_no_grant_type", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_strict_login_incorrect_grant_type", + "name": "test_strict_login_incorrect_grant_type", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_strict_login_correct_correct_grant_type", + "name": "test_strict_login_correct_correct_grant_type", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_optional_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 151, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_password_bearer_optional": [ + { + "id": "tests.test_security_oauth2_password_bearer_optional.read_items", + "name": "read_items", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional.test_no_token", + "name": "test_no_token", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional.test_token", + "name": "test_token", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_security_oauth2_password_bearer_optional_description": [ + { + "id": "tests.test_security_oauth2_password_bearer_optional_description.read_items", + "name": "read_items", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional_description.test_no_token", + "name": "test_no_token", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional_description.test_token", + "name": "test_token", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional_description.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_oauth2_password_bearer_optional_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_security_openid_connect": [ + { + "id": "tests.test_security_openid_connect.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect.read_current_user", + "name": "read_current_user", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_security_openid_connect_description": [ + { + "id": "tests.test_security_openid_connect_description.get_current_user", + "name": "get_current_user", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_description.read_current_user", + "name": "read_current_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_description.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_description.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_description.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_description.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.test_security_openid_connect_optional": [ + { + "id": "tests.test_security_openid_connect_optional.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_optional.read_current_user", + "name": "read_current_user", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_optional.test_security_oauth2", + "name": "test_security_oauth2", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_optional.test_security_oauth2_password_other_header", + "name": "test_security_oauth2_password_other_header", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_optional.test_security_oauth2_password_bearer_no_header", + "name": "test_security_oauth2_password_bearer_no_header", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_openid_connect_optional.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "tests.test_security_scopes": [ + { + "id": "tests.test_security_scopes.call_counter_fixture", + "name": "call_counter_fixture", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes.app_fixture", + "name": "app_fixture", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes.app_fixture.get_db", + "name": "get_db", + "lineno": 15, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes.app_fixture.get_user", + "name": "get_user", + "lineno": 19, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes.app_fixture.endpoint", + "name": "endpoint", + "lineno": 25, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes.client_fixture", + "name": "client_fixture", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes.test_security_scopes_dependency_called_once", + "name": "test_security_scopes_dependency_called_once", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_security_scopes_dont_propagate": [ + { + "id": "tests.test_security_scopes_dont_propagate.security1", + "name": "security1", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_scopes_dont_propagate.security2", + "name": "security2", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_scopes_dont_propagate.dep3", + "name": "dep3", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_security_scopes_dont_propagate.get_scopes", + "name": "get_scopes", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes_dont_propagate.test_security_scopes_dont_propagate", + "name": "test_security_scopes_dont_propagate", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_security_scopes_sub_dependency": [ + { + "id": "tests.test_security_scopes_sub_dependency.call_counts_fixture", + "name": "call_counts_fixture", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture", + "name": "app_fixture", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture.get_db_session", + "name": "get_db_session", + "lineno": 24, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture.get_current_user", + "name": "get_current_user", + "lineno": 28, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture.get_user_me", + "name": "get_user_me", + "lineno": 39, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture.get_user_items", + "name": "get_user_items", + "lineno": 48, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.app_fixture.path_operation", + "name": "path_operation", + "lineno": 60, + "scope": "app_fixture", + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.client_fixture", + "name": "client_fixture", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_security_scopes_sub_dependency.test_security_scopes_sub_dependency_caching", + "name": "test_security_scopes_sub_dependency_caching", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "tests.test_serialize_response": [ + { + "id": "tests.test_serialize_response.get_valid", + "name": "get_valid", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response.get_coerce", + "name": "get_coerce", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response.get_validlist", + "name": "get_validlist", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response.test_valid", + "name": "test_valid", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response.test_coerce", + "name": "test_coerce", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response.test_validlist", + "name": "test_validlist", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_serialize_response_dataclass": [ + { + "id": "tests.test_serialize_response_dataclass.get_valid", + "name": "get_valid", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_object", + "name": "get_object", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_coerce", + "name": "get_coerce", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_validlist", + "name": "get_validlist", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_objectlist", + "name": "get_objectlist", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_no_response_model_object", + "name": "get_no_response_model_object", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.get_no_response_model_objectlist", + "name": "get_no_response_model_objectlist", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_valid", + "name": "test_valid", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_object", + "name": "test_object", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_coerce", + "name": "test_coerce", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_validlist", + "name": "test_validlist", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_objectlist", + "name": "test_objectlist", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_no_response_model_object", + "name": "test_no_response_model_object", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_dataclass.test_no_response_model_objectlist", + "name": "test_no_response_model_objectlist", + "lineno": 171, + "scope": null, + "is_async": false + } + ], + "tests.test_serialize_response_model": [ + { + "id": "tests.test_serialize_response_model.get_valid", + "name": "get_valid", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_coerce", + "name": "get_coerce", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_validlist", + "name": "get_validlist", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_validdict", + "name": "get_validdict", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_valid_exclude_unset", + "name": "get_valid_exclude_unset", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_coerce_exclude_unset", + "name": "get_coerce_exclude_unset", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_validlist_exclude_unset", + "name": "get_validlist_exclude_unset", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.get_validdict_exclude_unset", + "name": "get_validdict_exclude_unset", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_valid", + "name": "test_valid", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_coerce", + "name": "test_coerce", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_validlist", + "name": "test_validlist", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_validdict", + "name": "test_validdict", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_valid_exclude_unset", + "name": "test_valid_exclude_unset", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_coerce_exclude_unset", + "name": "test_coerce_exclude_unset", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_validlist_exclude_unset", + "name": "test_validlist_exclude_unset", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_serialize_response_model.test_validdict_exclude_unset", + "name": "test_validdict_exclude_unset", + "lineno": 145, + "scope": null, + "is_async": false + } + ], + "tests.test_skip_defaults": [ + { + "id": "tests.test_skip_defaults.get_root", + "name": "get_root", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.get_exclude_unset", + "name": "get_exclude_unset", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.get_exclude_defaults", + "name": "get_exclude_defaults", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.get_exclude_none", + "name": "get_exclude_none", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.get_exclude_unset_none", + "name": "get_exclude_unset_none", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.test_return_defaults", + "name": "test_return_defaults", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.test_return_exclude_unset", + "name": "test_return_exclude_unset", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.test_return_exclude_defaults", + "name": "test_return_exclude_defaults", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.test_return_exclude_none", + "name": "test_return_exclude_none", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_skip_defaults.test_return_exclude_unset_none", + "name": "test_return_exclude_unset_none", + "lineno": 91, + "scope": null, + "is_async": false + } + ], + "tests.test_sse": [ + { + "id": "tests.test_sse.sse_items", + "name": "sse_items", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_sync", + "name": "sse_items_sync", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.sse_items_no_annotation", + "name": "sse_items_no_annotation", + "lineno": 41, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_sync_no_annotation", + "name": "sse_items_sync_no_annotation", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.sse_items_dict", + "name": "sse_items_dict", + "lineno": 52, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_event", + "name": "sse_items_event", + "lineno": 58, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_mixed", + "name": "sse_items_mixed", + "lineno": 66, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_string", + "name": "sse_items_string", + "lineno": 73, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_post", + "name": "sse_items_post", + "lineno": 78, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.sse_items_raw", + "name": "sse_items_raw", + "lineno": 84, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.stream_events", + "name": "stream_events", + "lineno": 94, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.client_fixture", + "name": "client_fixture", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_async_generator_with_model", + "name": "test_async_generator_with_model", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_sync_generator_with_model", + "name": "test_sync_generator_with_model", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_async_generator_no_annotation", + "name": "test_async_generator_no_annotation", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_sync_generator_no_annotation", + "name": "test_sync_generator_no_annotation", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_dict_items", + "name": "test_dict_items", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_post_method_sse", + "name": "test_post_method_sse", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_sse_events_with_fields", + "name": "test_sse_events_with_fields", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_mixed_plain_and_sse_events", + "name": "test_mixed_plain_and_sse_events", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_string_data_json_encoded", + "name": "test_string_data_json_encoded", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_server_sent_event_null_id_rejected", + "name": "test_server_sent_event_null_id_rejected", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_server_sent_event_single_line_fields_reject_newlines", + "name": "test_server_sent_event_single_line_fields_reject_newlines", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_server_sent_event_negative_retry_rejected", + "name": "test_server_sent_event_negative_retry_rejected", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_server_sent_event_float_retry_rejected", + "name": "test_server_sent_event_float_retry_rejected", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_raw_data_sent_without_json_encoding", + "name": "test_raw_data_sent_without_json_encoding", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_data_and_raw_data_mutually_exclusive", + "name": "test_data_and_raw_data_mutually_exclusive", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_sse_on_router_included_in_app", + "name": "test_sse_on_router_included_in_app", + "lineno": 267, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.slow_async_stream", + "name": "slow_async_stream", + "lineno": 284, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_sse.slow_sync_stream", + "name": "slow_sync_stream", + "lineno": 293, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_keepalive_ping_async", + "name": "test_keepalive_ping_async", + "lineno": 299, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_keepalive_ping_sync", + "name": "test_keepalive_ping_sync", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sse.test_no_keepalive_when_fast", + "name": "test_no_keepalive_when_fast", + "lineno": 322, + "scope": null, + "is_async": false + } + ], + "tests.test_starlette_exception": [ + { + "id": "tests.test_starlette_exception.read_item", + "name": "read_item", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_starlette_exception.no_body_status_code_exception", + "name": "no_body_status_code_exception", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_starlette_exception.no_body_status_code_with_detail_exception", + "name": "no_body_status_code_with_detail_exception", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_starlette_exception.read_starlette_item", + "name": "read_starlette_item", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_starlette_exception.test_get_item", + "name": "test_get_item", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_get_item_not_found", + "name": "test_get_item_not_found", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_get_starlette_item", + "name": "test_get_starlette_item", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_get_starlette_item_not_found", + "name": "test_get_starlette_item_not_found", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_no_body_status_code_exception_handlers", + "name": "test_no_body_status_code_exception_handlers", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_no_body_status_code_with_detail_exception_handlers", + "name": "test_no_body_status_code_with_detail_exception_handlers", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_exception.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "tests.test_starlette_urlconvertors": [ + { + "id": "tests.test_starlette_urlconvertors.int_convertor", + "name": "int_convertor", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.float_convertor", + "name": "float_convertor", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.path_convertor", + "name": "path_convertor", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.query_convertor", + "name": "query_convertor", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.test_route_converters_int", + "name": "test_route_converters_int", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.test_route_converters_float", + "name": "test_route_converters_float", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.test_route_converters_path", + "name": "test_route_converters_path", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.test_route_converters_query", + "name": "test_route_converters_query", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_starlette_urlconvertors.test_url_path_for_path_convertor", + "name": "test_url_path_for_path_convertor", + "lineno": 60, + "scope": null, + "is_async": false + } + ], + "tests.test_stream_bare_type": [ + { + "id": "tests.test_stream_bare_type.stream_bare_async", + "name": "stream_bare_async", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_bare_type.stream_bare_sync", + "name": "stream_bare_sync", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stream_bare_type.test_stream_bare_async_iterable", + "name": "test_stream_bare_async_iterable", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stream_bare_type.test_stream_bare_sync_iterable", + "name": "test_stream_bare_sync_iterable", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_stream_cancellation": [ + { + "id": "tests.test_stream_cancellation.stream_raw", + "name": "stream_raw", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_cancellation.stream_jsonl", + "name": "stream_jsonl", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_cancellation._run_asgi_and_cancel", + "name": "_run_asgi_and_cancel", + "lineno": 41, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_cancellation._run_asgi_and_cancel.receive", + "name": "receive", + "lineno": 48, + "scope": "_run_asgi_and_cancel", + "is_async": true + }, + { + "id": "tests.test_stream_cancellation._run_asgi_and_cancel.send", + "name": "send", + "lineno": 53, + "scope": "_run_asgi_and_cancel", + "is_async": true + }, + { + "id": "tests.test_stream_cancellation.test_raw_stream_cancellation", + "name": "test_raw_stream_cancellation", + "lineno": 77, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_cancellation.test_jsonl_stream_cancellation", + "name": "test_jsonl_stream_cancellation", + "lineno": 85, + "scope": null, + "is_async": true + } + ], + "tests.test_stream_json_validation_error": [ + { + "id": "tests.test_stream_json_validation_error.stream_items_invalid", + "name": "stream_items_invalid", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stream_json_validation_error.stream_items_invalid_sync", + "name": "stream_items_invalid_sync", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stream_json_validation_error.test_stream_json_validation_error_async", + "name": "test_stream_json_validation_error_async", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stream_json_validation_error.test_stream_json_validation_error_sync", + "name": "test_stream_json_validation_error_sync", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_strict_content_type_app_level": [ + { + "id": "tests.test_strict_content_type_app_level.app_default_post", + "name": "app_default_post", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_app_level.app_lax_post", + "name": "app_lax_post", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_app_level.test_default_strict_rejects_no_content_type", + "name": "test_default_strict_rejects_no_content_type", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_app_level.test_default_strict_accepts_json_content_type", + "name": "test_default_strict_accepts_json_content_type", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_app_level.test_lax_accepts_no_content_type", + "name": "test_lax_accepts_no_content_type", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_app_level.test_lax_accepts_json_content_type", + "name": "test_lax_accepts_json_content_type", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_strict_content_type_nested": [ + { + "id": "tests.test_strict_content_type_nested.inner_strict_post", + "name": "inner_strict_post", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_nested.inner_default_post", + "name": "inner_default_post", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_nested.test_strict_inner_on_lax_app_rejects_no_content_type", + "name": "test_strict_inner_on_lax_app_rejects_no_content_type", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_default_inner_inherits_lax_from_app", + "name": "test_default_inner_inherits_lax_from_app", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_strict_inner_accepts_json_content_type", + "name": "test_strict_inner_accepts_json_content_type", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_default_inner_accepts_json_content_type", + "name": "test_default_inner_accepts_json_content_type", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.mixed_outer_post", + "name": "mixed_outer_post", + "lineno": 58, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_nested.mixed_inner_post", + "name": "mixed_inner_post", + "lineno": 63, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_nested.test_lax_outer_on_strict_app_accepts_no_content_type", + "name": "test_lax_outer_on_strict_app_accepts_no_content_type", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_strict_inner_on_lax_outer_rejects_no_content_type", + "name": "test_strict_inner_on_lax_outer_rejects_no_content_type", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_lax_outer_accepts_json_content_type", + "name": "test_lax_outer_accepts_json_content_type", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_nested.test_strict_inner_on_lax_outer_accepts_json_content_type", + "name": "test_strict_inner_on_lax_outer_accepts_json_content_type", + "lineno": 89, + "scope": null, + "is_async": false + } + ], + "tests.test_strict_content_type_router_level": [ + { + "id": "tests.test_strict_content_type_router_level.router_lax_post", + "name": "router_lax_post", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_router_level.router_strict_post", + "name": "router_strict_post", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_router_level.router_default_post", + "name": "router_default_post", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_strict_content_type_router_level.test_lax_router_on_strict_app_accepts_no_content_type", + "name": "test_lax_router_on_strict_app_accepts_no_content_type", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_router_level.test_strict_router_on_strict_app_rejects_no_content_type", + "name": "test_strict_router_on_strict_app_rejects_no_content_type", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_router_level.test_default_router_inherits_strict_from_app", + "name": "test_default_router_inherits_strict_from_app", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_router_level.test_lax_router_accepts_json_content_type", + "name": "test_lax_router_accepts_json_content_type", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_router_level.test_strict_router_accepts_json_content_type", + "name": "test_strict_router_accepts_json_content_type", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_strict_content_type_router_level.test_default_router_accepts_json_content_type", + "name": "test_default_router_accepts_json_content_type", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.test_stringified_annotations_simple": [ + { + "id": "tests.test_stringified_annotations_simple.Dep.__call__", + "name": "__call__", + "lineno": 12, + "scope": "Dep", + "is_async": false + }, + { + "id": "tests.test_stringified_annotations_simple.test_stringified_annotations", + "name": "test_stringified_annotations", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stringified_annotations_simple.test_stringified_annotations.call", + "name": "call", + "lineno": 23, + "scope": "test_stringified_annotations", + "is_async": false + } + ], + "tests.test_stringified_annotation_dependency": [ + { + "id": "tests.test_stringified_annotation_dependency.DummyClient.get_people", + "name": "get_people", + "lineno": 15, + "scope": "DummyClient", + "is_async": true + }, + { + "id": "tests.test_stringified_annotation_dependency.DummyClient.close", + "name": "close", + "lineno": 18, + "scope": "DummyClient", + "is_async": true + }, + { + "id": "tests.test_stringified_annotation_dependency.get_client", + "name": "get_client", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_stringified_annotation_dependency.client_fixture", + "name": "client_fixture", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stringified_annotation_dependency.client_fixture.get_people", + "name": "get_people", + "lineno": 36, + "scope": "client_fixture", + "is_async": true + }, + { + "id": "tests.test_stringified_annotation_dependency.test_get", + "name": "test_get", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stringified_annotation_dependency.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.test_stringified_annotation_dependency_py314": [ + { + "id": "tests.test_stringified_annotation_dependency_py314.test_stringified_annotation", + "name": "test_stringified_annotation", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_stringified_annotation_dependency_py314.test_stringified_annotation.get_current_user", + "name": "get_current_user", + "lineno": 16, + "scope": "test_stringified_annotation", + "is_async": true + }, + { + "id": "tests.test_stringified_annotation_dependency_py314.test_stringified_annotation.get", + "name": "get", + "lineno": 24, + "scope": "test_stringified_annotation", + "is_async": true + } + ], + "tests.test_sub_callbacks": [ + { + "id": "tests.test_sub_callbacks.invoice_notification", + "name": "invoice_notification", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sub_callbacks.event_callback", + "name": "event_callback", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sub_callbacks.create_invoice", + "name": "create_invoice", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sub_callbacks.test_get", + "name": "test_get", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_sub_callbacks.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.test_swagger_ui_escape": [ + { + "id": "tests.test_swagger_ui_escape.test_init_oauth_html_chars_are_escaped", + "name": "test_init_oauth_html_chars_are_escaped", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_swagger_ui_escape.test_swagger_ui_parameters_html_chars_are_escaped", + "name": "test_swagger_ui_parameters_html_chars_are_escaped", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_swagger_ui_escape.test_normal_init_oauth_still_works", + "name": "test_normal_init_oauth_still_works", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.test_swagger_ui_init_oauth": [ + { + "id": "tests.test_swagger_ui_init_oauth.read_items", + "name": "read_items", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_swagger_ui_init_oauth.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_swagger_ui_init_oauth.test_response", + "name": "test_response", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.test_top_level_security_scheme_in_openapi": [ + { + "id": "tests.test_top_level_security_scheme_in_openapi.get_root", + "name": "get_root", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_top_level_security_scheme_in_openapi.test_get_root", + "name": "test_get_root", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_top_level_security_scheme_in_openapi.test_get_root_no_token", + "name": "test_get_root_no_token", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_top_level_security_scheme_in_openapi.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "tests.test_tuples": [ + { + "id": "tests.test_tuples.post_model_with_tuple", + "name": "post_model_with_tuple", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.post_tuple_of_models", + "name": "post_tuple_of_models", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.hello", + "name": "hello", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_model_with_tuple_valid", + "name": "test_model_with_tuple_valid", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_model_with_tuple_invalid", + "name": "test_model_with_tuple_invalid", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_tuple_with_model_valid", + "name": "test_tuple_with_model_valid", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_tuple_with_model_invalid", + "name": "test_tuple_with_model_invalid", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_tuple_form_valid", + "name": "test_tuple_form_valid", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_tuple_form_invalid", + "name": "test_tuple_form_invalid", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tuples.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 84, + "scope": null, + "is_async": false + } + ], + "tests.test_typing_python39": [ + { + "id": "tests.test_typing_python39.test_typing", + "name": "test_typing", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_typing_python39.test_typing.post_endpoint", + "name": "post_endpoint", + "lineno": 19, + "scope": "test_typing", + "is_async": false + } + ], + "tests.test_union_body": [ + { + "id": "tests.test_union_body.save_union_body", + "name": "save_union_body", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body.test_post_other_item", + "name": "test_post_other_item", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body.test_post_item", + "name": "test_post_item", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_union_body_discriminator": [ + { + "id": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "name": "test_discriminator_pydantic_v2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2.save_union_body_discriminator", + "name": "save_union_body_discriminator", + "lineno": 29, + "scope": "test_discriminator_pydantic_v2", + "is_async": false + } + ], + "tests.test_union_body_discriminator_annotated": [ + { + "id": "tests.test_union_body_discriminator_annotated.client_fixture", + "name": "client_fixture", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body_discriminator_annotated.client_fixture.get_pet_type", + "name": "get_pet_type", + "lineno": 25, + "scope": "client_fixture", + "is_async": false + }, + { + "id": "tests.test_union_body_discriminator_annotated.client_fixture.create_pet_assignment", + "name": "create_pet_assignment", + "lineno": 37, + "scope": "client_fixture", + "is_async": true + }, + { + "id": "tests.test_union_body_discriminator_annotated.client_fixture.create_pet_annotated", + "name": "create_pet_annotated", + "lineno": 41, + "scope": "client_fixture", + "is_async": true + }, + { + "id": "tests.test_union_body_discriminator_annotated.test_union_body_discriminator_assignment", + "name": "test_union_body_discriminator_assignment", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body_discriminator_annotated.test_union_body_discriminator_annotated", + "name": "test_union_body_discriminator_annotated", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_body_discriminator_annotated.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 60, + "scope": null, + "is_async": false + } + ], + "tests.test_union_forms": [ + { + "id": "tests.test_union_forms.post_union_form", + "name": "post_union_form", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_forms.test_post_user_form", + "name": "test_post_user_form", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_forms.test_post_company_form", + "name": "test_post_company_form", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_forms.test_invalid_form_data", + "name": "test_invalid_form_data", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_forms.test_empty_form", + "name": "test_empty_form", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_forms.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "tests.test_union_inherited_body": [ + { + "id": "tests.test_union_inherited_body.save_union_different_body", + "name": "save_union_different_body", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_inherited_body.test_post_extended_item", + "name": "test_post_extended_item", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_inherited_body.test_post_item", + "name": "test_post_item", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_union_inherited_body.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_validate_response": [ + { + "id": "tests.test_validate_response.get_invalid", + "name": "get_invalid", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.get_invalid_none", + "name": "get_invalid_none", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.get_valid_none", + "name": "get_valid_none", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.get_innerinvalid", + "name": "get_innerinvalid", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.get_invalidlist", + "name": "get_invalidlist", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_invalid", + "name": "test_invalid", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_invalid_none", + "name": "test_invalid_none", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_valid_none_data", + "name": "test_valid_none_data", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_valid_none_none", + "name": "test_valid_none_none", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_double_invalid", + "name": "test_double_invalid", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response.test_invalid_list", + "name": "test_invalid_list", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "tests.test_validate_response_dataclass": [ + { + "id": "tests.test_validate_response_dataclass.get_invalid", + "name": "get_invalid", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_dataclass.get_innerinvalid", + "name": "get_innerinvalid", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_dataclass.get_invalidlist", + "name": "get_invalidlist", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_dataclass.test_invalid", + "name": "test_invalid", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_dataclass.test_double_invalid", + "name": "test_double_invalid", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_dataclass.test_invalid_list", + "name": "test_invalid_list", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.test_validation_error_context": [ + { + "id": "tests.test_validation_error_context.ExceptionCapture.__init__", + "name": "__init__", + "lineno": 17, + "scope": "ExceptionCapture", + "is_async": false + }, + { + "id": "tests.test_validation_error_context.ExceptionCapture.capture", + "name": "capture", + "lineno": 20, + "scope": "ExceptionCapture", + "is_async": false + }, + { + "id": "tests.test_validation_error_context.request_validation_handler", + "name": "request_validation_handler", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_validation_error_context.response_validation_handler", + "name": "response_validation_handler", + "lineno": 41, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_validation_error_context.websocket_validation_handler", + "name": "websocket_validation_handler", + "lineno": 48, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_validation_error_context.get_user", + "name": "get_user", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.get_item", + "name": "get_item", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.get_sub_item", + "name": "get_sub_item", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.websocket_endpoint", + "name": "websocket_endpoint", + "lineno": 71, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_validation_error_context.subapp_websocket_endpoint", + "name": "subapp_websocket_endpoint", + "lineno": 78, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_validation_error_context.test_request_validation_error_includes_endpoint_context", + "name": "test_request_validation_error_includes_endpoint_context", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_response_validation_error_includes_endpoint_context", + "name": "test_response_validation_error_includes_endpoint_context", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_websocket_validation_error_includes_endpoint_context", + "name": "test_websocket_validation_error_includes_endpoint_context", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_subapp_request_validation_error_includes_endpoint_context", + "name": "test_subapp_request_validation_error_includes_endpoint_context", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_subapp_websocket_validation_error_includes_endpoint_context", + "name": "test_subapp_websocket_validation_error_includes_endpoint_context", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_validation_error_with_only_path", + "name": "test_validation_error_with_only_path", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validation_error_context.test_validation_error_with_no_context", + "name": "test_validation_error_with_no_context", + "lineno": 162, + "scope": null, + "is_async": false + } + ], + "tests.test_webhooks_security": [ + { + "id": "tests.test_webhooks_security.new_subscription", + "name": "new_subscription", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_webhooks_security.test_dummy_webhook", + "name": "test_dummy_webhook", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_webhooks_security.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_wrapped_method_forward_reference": [ + { + "id": "tests.test_wrapped_method_forward_reference.passthrough", + "name": "passthrough", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_wrapped_method_forward_reference.passthrough.method", + "name": "method", + "lineno": 11, + "scope": "passthrough", + "is_async": false + }, + { + "id": "tests.test_wrapped_method_forward_reference.test_wrapped_method_type_inference", + "name": "test_wrapped_method_type_inference", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.test_ws_dependencies": [ + { + "id": "tests.test_ws_dependencies.dependency_list", + "name": "dependency_list", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_dependencies.create_dependency", + "name": "create_dependency", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_dependencies.create_dependency.fun", + "name": "fun", + "lineno": 16, + "scope": "create_dependency", + "is_async": false + }, + { + "id": "tests.test_ws_dependencies.index", + "name": "index", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_dependencies.routerindex", + "name": "routerindex", + "lineno": 35, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_dependencies.routerprefixindex", + "name": "routerprefixindex", + "lineno": 42, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_dependencies.test_index", + "name": "test_index", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_dependencies.test_routerindex", + "name": "test_routerindex", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_dependencies.test_routerprefixindex", + "name": "test_routerprefixindex", + "lineno": 68, + "scope": null, + "is_async": false + } + ], + "tests.test_ws_router": [ + { + "id": "tests.test_ws_router.index", + "name": "index", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.routerindex", + "name": "routerindex", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.routerprefixindex", + "name": "routerprefixindex", + "lineno": 37, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.routerindex2", + "name": "routerindex2", + "lineno": 44, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.routerindexparams", + "name": "routerindexparams", + "lineno": 51, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.ws_dependency", + "name": "ws_dependency", + "lineno": 58, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.router_ws_decorator_depends", + "name": "router_ws_decorator_depends", + "lineno": 63, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.router_native_prefix_ws", + "name": "router_native_prefix_ws", + "lineno": 72, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.ws_dependency_err", + "name": "ws_dependency_err", + "lineno": 78, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.router_ws_depends_err", + "name": "router_ws_depends_err", + "lineno": 83, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.ws_dependency_validate", + "name": "ws_dependency_validate", + "lineno": 87, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.router_ws_depends_validate", + "name": "router_ws_depends_validate", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.router_ws_custom_error", + "name": "router_ws_custom_error", + "lineno": 103, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_ws_router.make_app", + "name": "make_app", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_app", + "name": "test_app", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_router", + "name": "test_router", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_prefix_router", + "name": "test_prefix_router", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_native_prefix_router", + "name": "test_native_prefix_router", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_router2", + "name": "test_router2", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_router_ws_depends", + "name": "test_router_ws_depends", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_router_ws_depends_with_override", + "name": "test_router_ws_depends_with_override", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_router_with_params", + "name": "test_router_with_params", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_wrong_uri", + "name": "test_wrong_uri", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.websocket_middleware", + "name": "websocket_middleware", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.websocket_middleware.middleware_constructor", + "name": "middleware_constructor", + "lineno": 193, + "scope": "websocket_middleware", + "is_async": false + }, + { + "id": "tests.test_ws_router.websocket_middleware.middleware_constructor.wrapped_app", + "name": "wrapped_app", + "lineno": 195, + "scope": "websocket_middleware.middleware_constructor", + "is_async": true + }, + { + "id": "tests.test_ws_router.websocket_middleware.middleware_constructor.wrapped_app.call_next", + "name": "call_next", + "lineno": 199, + "scope": "websocket_middleware.middleware_constructor.wrapped_app", + "is_async": true + }, + { + "id": "tests.test_ws_router.test_depend_validation", + "name": "test_depend_validation", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_depend_validation.catcher", + "name": "catcher", + "lineno": 217, + "scope": "test_depend_validation", + "is_async": true + }, + { + "id": "tests.test_ws_router.test_depend_err_middleware", + "name": "test_depend_err_middleware", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_depend_err_middleware.errorhandler", + "name": "errorhandler", + "lineno": 242, + "scope": "test_depend_err_middleware", + "is_async": true + }, + { + "id": "tests.test_ws_router.test_depend_err_handler", + "name": "test_depend_err_handler", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_ws_router.test_depend_err_handler.custom_handler", + "name": "custom_handler", + "lineno": 262, + "scope": "test_depend_err_handler", + "is_async": true + } + ], + "tests.utils": [ + { + "id": "tests.utils.skip_module_if_py_gte_314", + "name": "skip_module_if_py_gte_314", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests": [], + "tests.benchmarks.test_general_performance": [ + { + "id": "tests.benchmarks.test_general_performance.dep_a", + "name": "dep_a", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.dep_b", + "name": "dep_b", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_validated", + "name": "sync_validated", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_dict_no_response_model", + "name": "sync_dict_no_response_model", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_dict_with_response_model", + "name": "sync_dict_with_response_model", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_model_no_response_model", + "name": "sync_model_no_response_model", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_model_with_response_model", + "name": "sync_model_with_response_model", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.async_validated", + "name": "async_validated", + "lineno": 101, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.sync_large_receive", + "name": "sync_large_receive", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.async_large_receive", + "name": "async_large_receive", + "lineno": 114, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.sync_large_dict_no_response_model", + "name": "sync_large_dict_no_response_model", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_large_dict_with_response_model", + "name": "sync_large_dict_with_response_model", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_large_model_no_response_model", + "name": "sync_large_model_no_response_model", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.sync_large_model_with_response_model", + "name": "sync_large_model_with_response_model", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.async_large_dict_no_response_model", + "name": "async_large_dict_no_response_model", + "lineno": 139, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_large_dict_with_response_model", + "name": "async_large_dict_with_response_model", + "lineno": 144, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_large_model_no_response_model", + "name": "async_large_model_no_response_model", + "lineno": 149, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_large_model_with_response_model", + "name": "async_large_model_with_response_model", + "lineno": 154, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_dict_no_response_model", + "name": "async_dict_no_response_model", + "lineno": 159, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_dict_with_response_model", + "name": "async_dict_with_response_model", + "lineno": 164, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_model_no_response_model", + "name": "async_model_no_response_model", + "lineno": 171, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.async_model_with_response_model", + "name": "async_model_with_response_model", + "lineno": 178, + "scope": null, + "is_async": true + }, + { + "id": "tests.benchmarks.test_general_performance.client", + "name": "client", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance._bench_get", + "name": "_bench_get", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance._bench_get.do_request", + "name": "do_request", + "lineno": 194, + "scope": "_bench_get", + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance._bench_post_json", + "name": "_bench_post_json", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance._bench_post_json.do_request", + "name": "do_request", + "lineno": 207, + "scope": "_bench_post_json", + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_receiving_validated_pydantic_model", + "name": "test_sync_receiving_validated_pydantic_model", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_dict_without_response_model", + "name": "test_sync_return_dict_without_response_model", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_dict_with_response_model", + "name": "test_sync_return_dict_with_response_model", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_model_without_response_model", + "name": "test_sync_return_model_without_response_model", + "lineno": 237, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_model_with_response_model", + "name": "test_sync_return_model_with_response_model", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_receiving_validated_pydantic_model", + "name": "test_async_receiving_validated_pydantic_model", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_dict_without_response_model", + "name": "test_async_return_dict_without_response_model", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_dict_with_response_model", + "name": "test_async_return_dict_with_response_model", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_model_without_response_model", + "name": "test_async_return_model_without_response_model", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_model_with_response_model", + "name": "test_async_return_model_with_response_model", + "lineno": 283, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_receiving_large_payload", + "name": "test_sync_receiving_large_payload", + "lineno": 291, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_receiving_large_payload", + "name": "test_async_receiving_large_payload", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "name": "_expected_large_payload_json_bytes", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_without_response_model", + "name": "test_sync_return_large_dict_without_response_model", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_with_response_model", + "name": "test_sync_return_large_dict_with_response_model", + "lineno": 332, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_large_model_without_response_model", + "name": "test_sync_return_large_model_without_response_model", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_sync_return_large_model_with_response_model", + "name": "test_sync_return_large_model_with_response_model", + "lineno": 352, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_large_dict_without_response_model", + "name": "test_async_return_large_dict_without_response_model", + "lineno": 362, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_large_dict_with_response_model", + "name": "test_async_return_large_dict_with_response_model", + "lineno": 372, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_large_model_without_response_model", + "name": "test_async_return_large_model_without_response_model", + "lineno": 382, + "scope": null, + "is_async": false + }, + { + "id": "tests.benchmarks.test_general_performance.test_async_return_large_model_with_response_model", + "name": "test_async_return_large_model_with_response_model", + "lineno": 392, + "scope": null, + "is_async": false + } + ], + "tests.benchmarks": [], + "tests.test_modules_same_name_body.test_main": [ + { + "id": "tests.test_modules_same_name_body.test_main.test_post", + "name": "test_post", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_modules_same_name_body.test_main.test_post_invalid", + "name": "test_post_invalid", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_modules_same_name_body.test_main.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_modules_same_name_body": [], + "tests.test_modules_same_name_body.app.a": [ + { + "id": "tests.test_modules_same_name_body.app.a.compute", + "name": "compute", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.test_modules_same_name_body.app.b": [ + { + "id": "tests.test_modules_same_name_body.app.b.compute", + "name": "compute", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.test_modules_same_name_body.app.main": [], + "tests.test_modules_same_name_body.app": [], + "tests.test_request_params": [], + "tests.test_request_params.test_body.test_list": [ + { + "id": "tests.test_request_params.test_body.test_list.read_required_list_str", + "name": "read_required_list_str", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_list.read_model_required_list_str", + "name": "read_model_required_list_str", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_str_schema", + "name": "test_required_list_str_schema", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_str_missing", + "name": "test_required_list_str_missing", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_str", + "name": "test_required_list_str", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.read_required_list_alias", + "name": "read_required_list_alias", + "lineno": 90, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_list.read_model_required_list_alias", + "name": "read_model_required_list_alias", + "lineno": 101, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_str_alias_schema", + "name": "test_required_list_str_alias_schema", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_missing", + "name": "test_required_list_alias_missing", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_by_name", + "name": "test_required_list_alias_by_name", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_by_alias", + "name": "test_required_list_alias_by_alias", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.read_required_list_validation_alias", + "name": "read_required_list_validation_alias", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.read_model_required_list_validation_alias", + "name": "read_model_required_list_validation_alias", + "lineno": 203, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_schema", + "name": "test_required_list_validation_alias_schema", + "lineno": 213, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_missing", + "name": "test_required_list_validation_alias_missing", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_by_name", + "name": "test_required_list_validation_alias_by_name", + "lineno": 262, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_by_validation_alias", + "name": "test_required_list_validation_alias_by_validation_alias", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.read_required_list_alias_and_validation_alias", + "name": "read_required_list_alias_and_validation_alias", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.read_model_required_list_alias_and_validation_alias", + "name": "read_model_required_list_alias_and_validation_alias", + "lineno": 317, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_schema", + "name": "test_required_list_alias_and_validation_alias_schema", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_missing", + "name": "test_required_list_alias_and_validation_alias_missing", + "lineno": 356, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_by_name", + "name": "test_required_list_alias_and_validation_alias_by_name", + "lineno": 379, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_by_alias", + "name": "test_required_list_alias_and_validation_alias_by_alias", + "lineno": 405, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_by_validation_alias", + "name": "test_required_list_alias_and_validation_alias_by_validation_alias", + "lineno": 429, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_body.test_optional_list": [ + { + "id": "tests.test_request_params.test_body.test_optional_list.read_optional_list_str", + "name": "read_optional_list_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_model_optional_list_str", + "name": "read_model_optional_list_str", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_schema", + "name": "test_optional_list_str_schema", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_missing", + "name": "test_optional_list_str_missing", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_model_optional_list_str_missing", + "name": "test_model_optional_list_str_missing", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_missing_empty_dict", + "name": "test_optional_list_str_missing_empty_dict", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str", + "name": "test_optional_list_str", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_optional_list_alias", + "name": "read_optional_list_alias", + "lineno": 105, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_model_optional_list_alias", + "name": "read_model_optional_list_alias", + "lineno": 116, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_alias_schema", + "name": "test_optional_list_str_alias_schema", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_missing", + "name": "test_optional_list_alias_missing", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_model_optional_list_alias_missing", + "name": "test_model_optional_list_alias_missing", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_missing_empty_dict", + "name": "test_optional_list_alias_missing_empty_dict", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_by_name", + "name": "test_optional_list_alias_by_name", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_by_alias", + "name": "test_optional_list_alias_by_alias", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_optional_list_validation_alias", + "name": "read_optional_list_validation_alias", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_model_optional_list_validation_alias", + "name": "read_model_optional_list_validation_alias", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_schema", + "name": "test_optional_list_validation_alias_schema", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_missing", + "name": "test_optional_list_validation_alias_missing", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_model_optional_list_validation_alias_missing", + "name": "test_model_optional_list_validation_alias_missing", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_missing_empty_dict", + "name": "test_optional_list_validation_alias_missing_empty_dict", + "lineno": 281, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_by_name", + "name": "test_optional_list_validation_alias_by_name", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_by_validation_alias", + "name": "test_optional_list_validation_alias_by_validation_alias", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_optional_list_alias_and_validation_alias", + "name": "read_optional_list_alias_and_validation_alias", + "lineno": 324, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.read_model_optional_list_alias_and_validation_alias", + "name": "read_model_optional_list_alias_and_validation_alias", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "name": "test_optional_list_alias_and_validation_alias_schema", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_missing", + "name": "test_optional_list_alias_and_validation_alias_missing", + "lineno": 373, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_model_optional_list_alias_and_validation_alias_missing", + "name": "test_model_optional_list_alias_and_validation_alias_missing", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_missing_empty_dict", + "name": "test_optional_list_alias_and_validation_alias_missing_empty_dict", + "lineno": 403, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_by_name", + "name": "test_optional_list_alias_and_validation_alias_by_name", + "lineno": 417, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_by_alias", + "name": "test_optional_list_alias_and_validation_alias_by_alias", + "lineno": 431, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_list_alias_and_validation_alias_by_validation_alias", + "lineno": 445, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_body.test_optional_str": [ + { + "id": "tests.test_request_params.test_body.test_optional_str.read_optional_str", + "name": "read_optional_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_model_optional_str", + "name": "read_model_optional_str", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_str_schema", + "name": "test_optional_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_str_missing", + "name": "test_optional_str_missing", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_str_missing", + "name": "test_model_optional_str_missing", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_str_missing_empty_dict", + "name": "test_optional_str_missing_empty_dict", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_str", + "name": "test_optional_str", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_optional_alias", + "name": "read_optional_alias", + "lineno": 100, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_model_optional_alias", + "name": "read_model_optional_alias", + "lineno": 111, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_str_alias_schema", + "name": "test_optional_str_alias_schema", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_alias_missing", + "name": "test_model_optional_alias_missing", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_alias_missing_empty_dict", + "name": "test_model_optional_alias_missing_empty_dict", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_optional_validation_alias", + "name": "read_optional_validation_alias", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_model_optional_validation_alias", + "name": "read_model_optional_validation_alias", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_validation_alias_missing", + "name": "test_model_optional_validation_alias_missing", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_validation_alias_missing_empty_dict", + "name": "test_model_optional_validation_alias_missing_empty_dict", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 279, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 293, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_optional_alias_and_validation_alias", + "name": "read_optional_alias_and_validation_alias", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.read_model_optional_alias_and_validation_alias", + "name": "read_model_optional_alias_and_validation_alias", + "lineno": 324, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 337, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 353, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_alias_and_validation_alias_missing", + "name": "test_model_optional_alias_and_validation_alias_missing", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_model_optional_alias_and_validation_alias_missing_empty_dict", + "name": "test_model_optional_alias_and_validation_alias_missing_empty_dict", + "lineno": 383, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 397, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 411, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 425, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_body.test_required_str": [ + { + "id": "tests.test_request_params.test_body.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_model_required_str", + "name": "read_model_required_str", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_str_schema", + "name": "test_required_str_schema", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_str_missing", + "name": "test_required_str_missing", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_str", + "name": "test_required_str", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 86, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_model_required_alias", + "name": "read_model_required_alias", + "lineno": 97, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_str_alias_schema", + "name": "test_required_str_alias_schema", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_model_required_validation_alias", + "name": "read_model_required_validation_alias", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.read_model_required_alias_and_validation_alias", + "name": "read_model_required_alias_and_validation_alias", + "lineno": 303, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 338, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 363, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 390, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 414, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_body.utils": [ + { + "id": "tests.test_request_params.test_body.utils.get_body_model_name", + "name": "get_body_model_name", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_body": [], + "tests.test_request_params.test_cookie.test_list": [], + "tests.test_request_params.test_cookie.test_optional_list": [], + "tests.test_request_params.test_cookie.test_optional_str": [ + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_optional_str", + "name": "read_optional_str", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_model_optional_str", + "name": "read_model_optional_str", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str_schema", + "name": "test_optional_str_schema", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str_missing", + "name": "test_optional_str_missing", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str", + "name": "test_optional_str", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_optional_alias", + "name": "read_optional_alias", + "lineno": 77, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_model_optional_alias", + "name": "read_model_optional_alias", + "lineno": 88, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str_alias_schema", + "name": "test_optional_str_alias_schema", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_optional_validation_alias", + "name": "read_optional_validation_alias", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_model_optional_validation_alias", + "name": "read_model_optional_validation_alias", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_optional_alias_and_validation_alias", + "name": "read_optional_alias_and_validation_alias", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.read_model_optional_alias_and_validation_alias", + "name": "read_model_optional_alias_and_validation_alias", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 264, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 331, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_cookie.test_required_str": [ + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_model_required_str", + "name": "read_model_required_str", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_str_schema", + "name": "test_required_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_str_missing", + "name": "test_required_str_missing", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_str", + "name": "test_required_str", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 84, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_model_required_alias", + "name": "read_model_required_alias", + "lineno": 93, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_str_alias_schema", + "name": "test_required_str_alias_schema", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 168, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_model_required_validation_alias", + "name": "read_model_required_validation_alias", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 273, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.read_model_required_alias_and_validation_alias", + "name": "read_model_required_alias_and_validation_alias", + "lineno": 298, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 388, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 416, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_cookie": [], + "tests.test_request_params.test_file.test_list": [ + { + "id": "tests.test_request_params.test_file.test_list.read_list_bytes", + "name": "read_list_bytes", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_uploadfile", + "name": "read_list_uploadfile", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_schema", + "name": "test_list_schema", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_missing", + "name": "test_list_missing", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list", + "name": "test_list", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_bytes_alias", + "name": "read_list_bytes_alias", + "lineno": 95, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_uploadfile_alias", + "name": "read_list_uploadfile_alias", + "lineno": 100, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_schema", + "name": "test_list_alias_schema", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_missing", + "name": "test_list_alias_missing", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_by_name", + "name": "test_list_alias_by_name", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_by_alias", + "name": "test_list_alias_by_alias", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_bytes_validation_alias", + "name": "read_list_bytes_validation_alias", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_uploadfile_validation_alias", + "name": "read_list_uploadfile_validation_alias", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_validation_alias_schema", + "name": "test_list_validation_alias_schema", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_validation_alias_missing", + "name": "test_list_validation_alias_missing", + "lineno": 250, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_validation_alias_by_name", + "name": "test_list_validation_alias_by_name", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_validation_alias_by_validation_alias", + "name": "test_list_validation_alias_by_validation_alias", + "lineno": 300, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_bytes_alias_and_validation_alias", + "name": "read_list_bytes_alias_and_validation_alias", + "lineno": 317, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.read_list_uploadfile_alias_and_validation_alias", + "name": "read_list_uploadfile_alias_and_validation_alias", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_schema", + "name": "test_list_alias_and_validation_alias_schema", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_missing", + "name": "test_list_alias_and_validation_alias_missing", + "lineno": 370, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_by_name", + "name": "test_list_alias_and_validation_alias_by_name", + "lineno": 396, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_by_alias", + "name": "test_list_alias_and_validation_alias_by_alias", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_by_validation_alias", + "name": "test_list_alias_and_validation_alias_by_validation_alias", + "lineno": 447, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_file.test_optional": [ + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_bytes", + "name": "read_optional_bytes", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_uploadfile", + "name": "read_optional_uploadfile", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_schema", + "name": "test_optional_schema", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_missing", + "name": "test_optional_missing", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional", + "name": "test_optional", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_bytes_alias", + "name": "read_optional_bytes_alias", + "lineno": 84, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_uploadfile_alias", + "name": "read_optional_uploadfile_alias", + "lineno": 91, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_schema", + "name": "test_optional_alias_schema", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_bytes_validation_alias", + "name": "read_optional_bytes_validation_alias", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_uploadfile_validation_alias", + "name": "read_optional_uploadfile_validation_alias", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 249, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_bytes_alias_and_validation_alias", + "name": "read_optional_bytes_alias_and_validation_alias", + "lineno": 264, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.read_optional_uploadfile_alias_and_validation_alias", + "name": "read_optional_uploadfile_alias_and_validation_alias", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 291, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 317, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 359, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_file.test_optional_list": [ + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_bytes", + "name": "read_optional_list_bytes", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_uploadfile", + "name": "read_optional_list_uploadfile", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_schema", + "name": "test_optional_list_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_missing", + "name": "test_optional_list_missing", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list", + "name": "test_optional_list", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_bytes_alias", + "name": "read_optional_list_bytes_alias", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_uploadfile_alias", + "name": "read_optional_list_uploadfile_alias", + "lineno": 99, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_schema", + "name": "test_optional_list_alias_schema", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_missing", + "name": "test_optional_list_alias_missing", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_by_name", + "name": "test_optional_list_alias_by_name", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_by_alias", + "name": "test_optional_list_alias_by_alias", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_bytes_validation_alias", + "name": "read_optional_list_bytes_validation_alias", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_uploadfile_validation_alias", + "name": "read_optional_list_uploadfile_validation_alias", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 250, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 264, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_bytes_alias_and_validation_alias", + "name": "read_optional_list_bytes_alias_and_validation_alias", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.read_optional_list_uploadfile_alias_and_validation_alias", + "name": "read_optional_list_uploadfile_alias_and_validation_alias", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "name": "test_optional_list_alias_and_validation_alias_schema", + "lineno": 303, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_missing", + "name": "test_optional_list_alias_and_validation_alias_missing", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_by_name", + "name": "test_optional_list_alias_and_validation_alias_by_name", + "lineno": 349, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_by_alias", + "name": "test_optional_list_alias_and_validation_alias_by_alias", + "lineno": 363, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_list_alias_and_validation_alias_by_validation_alias", + "lineno": 377, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_file.test_required": [ + { + "id": "tests.test_request_params.test_file.test_required.read_required_bytes", + "name": "read_required_bytes", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_uploadfile", + "name": "read_required_uploadfile", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_schema", + "name": "test_required_schema", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_missing", + "name": "test_required_missing", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required", + "name": "test_required", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_bytes_alias", + "name": "read_required_bytes_alias", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_uploadfile_alias", + "name": "read_required_uploadfile_alias", + "lineno": 97, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_schema", + "name": "test_required_alias_schema", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_bytes_validation_alias", + "name": "read_required_bytes_validation_alias", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_uploadfile_validation_alias", + "name": "read_required_uploadfile_validation_alias", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 218, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 293, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_bytes_alias_and_validation_alias", + "name": "read_required_bytes_alias_and_validation_alias", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.read_required_uploadfile_alias_and_validation_alias", + "name": "read_required_uploadfile_alias_and_validation_alias", + "lineno": 318, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 356, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 382, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 409, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 433, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_file.utils": [ + { + "id": "tests.test_request_params.test_file.utils.get_body_model_name", + "name": "get_body_model_name", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_file": [], + "tests.test_request_params.test_form.test_list": [ + { + "id": "tests.test_request_params.test_form.test_list.read_required_list_str", + "name": "read_required_list_str", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_list.read_model_required_list_str", + "name": "read_model_required_list_str", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_str_schema", + "name": "test_required_list_str_schema", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_str_missing", + "name": "test_required_list_str_missing", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_str", + "name": "test_required_list_str", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.read_required_list_alias", + "name": "read_required_list_alias", + "lineno": 89, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_list.read_model_required_list_alias", + "name": "read_model_required_list_alias", + "lineno": 98, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_str_alias_schema", + "name": "test_required_list_str_alias_schema", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_missing", + "name": "test_required_list_alias_missing", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_by_name", + "name": "test_required_list_alias_by_name", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_by_alias", + "name": "test_required_list_alias_by_alias", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.read_required_list_validation_alias", + "name": "read_required_list_validation_alias", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.read_model_required_list_validation_alias", + "name": "read_model_required_list_validation_alias", + "lineno": 204, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_schema", + "name": "test_required_list_validation_alias_schema", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_missing", + "name": "test_required_list_validation_alias_missing", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_by_name", + "name": "test_required_list_validation_alias_by_name", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_by_validation_alias", + "name": "test_required_list_validation_alias_by_validation_alias", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.read_required_list_alias_and_validation_alias", + "name": "read_required_list_alias_and_validation_alias", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.read_model_required_list_alias_and_validation_alias", + "name": "read_model_required_list_alias_and_validation_alias", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_schema", + "name": "test_required_list_alias_and_validation_alias_schema", + "lineno": 329, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_missing", + "name": "test_required_list_alias_and_validation_alias_missing", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_by_name", + "name": "test_required_list_alias_and_validation_alias_by_name", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_by_alias", + "name": "test_required_list_alias_and_validation_alias_by_alias", + "lineno": 409, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_by_validation_alias", + "name": "test_required_list_alias_and_validation_alias_by_validation_alias", + "lineno": 432, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_form.test_optional_list": [ + { + "id": "tests.test_request_params.test_form.test_optional_list.read_optional_list_str", + "name": "read_optional_list_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_model_optional_list_str", + "name": "read_model_optional_list_str", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str_schema", + "name": "test_optional_list_str_schema", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str_missing", + "name": "test_optional_list_str_missing", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str", + "name": "test_optional_list_str", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_optional_list_alias", + "name": "read_optional_list_alias", + "lineno": 82, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_model_optional_list_alias", + "name": "read_model_optional_list_alias", + "lineno": 93, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str_alias_schema", + "name": "test_optional_list_str_alias_schema", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_missing", + "name": "test_optional_list_alias_missing", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_by_name", + "name": "test_optional_list_alias_by_name", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_by_alias", + "name": "test_optional_list_alias_by_alias", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_optional_list_validation_alias", + "name": "read_optional_list_validation_alias", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_model_optional_list_validation_alias", + "name": "read_model_optional_list_validation_alias", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_validation_alias_schema", + "name": "test_optional_list_validation_alias_schema", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_validation_alias_missing", + "name": "test_optional_list_validation_alias_missing", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_validation_alias_by_name", + "name": "test_optional_list_validation_alias_by_name", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_validation_alias_by_validation_alias", + "name": "test_optional_list_validation_alias_by_validation_alias", + "lineno": 237, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_optional_list_alias_and_validation_alias", + "name": "read_optional_list_alias_and_validation_alias", + "lineno": 252, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.read_model_optional_list_alias_and_validation_alias", + "name": "read_model_optional_list_alias_and_validation_alias", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "name": "test_optional_list_alias_and_validation_alias_schema", + "lineno": 281, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_missing", + "name": "test_optional_list_alias_and_validation_alias_missing", + "lineno": 307, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_by_name", + "name": "test_optional_list_alias_and_validation_alias_by_name", + "lineno": 321, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_by_alias", + "name": "test_optional_list_alias_and_validation_alias_by_alias", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_list_alias_and_validation_alias_by_validation_alias", + "lineno": 349, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_form.test_optional_str": [ + { + "id": "tests.test_request_params.test_form.test_optional_str.read_optional_str", + "name": "read_optional_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_model_optional_str", + "name": "read_model_optional_str", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_str_schema", + "name": "test_optional_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_str_missing", + "name": "test_optional_str_missing", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_str", + "name": "test_optional_str", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_optional_alias", + "name": "read_optional_alias", + "lineno": 77, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_model_optional_alias", + "name": "read_model_optional_alias", + "lineno": 88, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_str_alias_schema", + "name": "test_optional_str_alias_schema", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_optional_validation_alias", + "name": "read_optional_validation_alias", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_model_optional_validation_alias", + "name": "read_model_optional_validation_alias", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_optional_alias_and_validation_alias", + "name": "read_optional_alias_and_validation_alias", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.read_model_optional_alias_and_validation_alias", + "name": "read_model_optional_alias_and_validation_alias", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 291, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 305, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 319, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 333, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_form.test_required_str": [ + { + "id": "tests.test_request_params.test_form.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 18, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_model_required_str", + "name": "read_model_required_str", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_str_schema", + "name": "test_required_str_schema", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_str_missing", + "name": "test_required_str_missing", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_str", + "name": "test_required_str", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 85, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_model_required_alias", + "name": "read_model_required_alias", + "lineno": 94, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_str_alias_schema", + "name": "test_required_str_alias_schema", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_model_required_validation_alias", + "name": "read_model_required_validation_alias", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 198, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.read_model_required_alias_and_validation_alias", + "name": "read_model_required_alias_and_validation_alias", + "lineno": 299, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 333, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 359, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 386, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 410, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_form.utils": [ + { + "id": "tests.test_request_params.test_form.utils.get_body_model_name", + "name": "get_body_model_name", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_form": [], + "tests.test_request_params.test_header.test_list": [ + { + "id": "tests.test_request_params.test_header.test_list.read_required_list_str", + "name": "read_required_list_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_list.read_model_required_list_str", + "name": "read_model_required_list_str", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_str_schema", + "name": "test_required_list_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_str_missing", + "name": "test_required_list_str_missing", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_str", + "name": "test_required_list_str", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.read_required_list_alias", + "name": "read_required_list_alias", + "lineno": 87, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_list.read_model_required_list_alias", + "name": "read_model_required_list_alias", + "lineno": 96, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_str_alias_schema", + "name": "test_required_list_str_alias_schema", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_missing", + "name": "test_required_list_alias_missing", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_by_name", + "name": "test_required_list_alias_by_name", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_by_alias", + "name": "test_required_list_alias_by_alias", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.read_required_list_validation_alias", + "name": "read_required_list_validation_alias", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.read_model_required_list_validation_alias", + "name": "read_model_required_list_validation_alias", + "lineno": 196, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_schema", + "name": "test_required_list_validation_alias_schema", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_missing", + "name": "test_required_list_validation_alias_missing", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_by_name", + "name": "test_required_list_validation_alias_by_name", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_by_validation_alias", + "name": "test_required_list_validation_alias_by_validation_alias", + "lineno": 277, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.read_required_list_alias_and_validation_alias", + "name": "read_required_list_alias_and_validation_alias", + "lineno": 292, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.read_model_required_list_alias_and_validation_alias", + "name": "read_model_required_list_alias_and_validation_alias", + "lineno": 303, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_schema", + "name": "test_required_list_alias_and_validation_alias_schema", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_missing", + "name": "test_required_list_alias_and_validation_alias_missing", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_name", + "name": "test_required_list_alias_and_validation_alias_by_name", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_alias", + "name": "test_required_list_alias_and_validation_alias_by_alias", + "lineno": 395, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_validation_alias", + "name": "test_required_list_alias_and_validation_alias_by_validation_alias", + "lineno": 421, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_header.test_optional_list": [ + { + "id": "tests.test_request_params.test_header.test_optional_list.read_optional_list_str", + "name": "read_optional_list_str", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_model_optional_list_str", + "name": "read_model_optional_list_str", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str_schema", + "name": "test_optional_list_str_schema", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str_missing", + "name": "test_optional_list_str_missing", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str", + "name": "test_optional_list_str", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_optional_list_alias", + "name": "read_optional_list_alias", + "lineno": 83, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_model_optional_list_alias", + "name": "read_model_optional_list_alias", + "lineno": 94, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str_alias_schema", + "name": "test_optional_list_str_alias_schema", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_missing", + "name": "test_optional_list_alias_missing", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_by_name", + "name": "test_optional_list_alias_by_name", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_by_alias", + "name": "test_optional_list_alias_by_alias", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_optional_list_validation_alias", + "name": "read_optional_list_validation_alias", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_model_optional_list_validation_alias", + "name": "read_model_optional_list_validation_alias", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_validation_alias_schema", + "name": "test_optional_list_validation_alias_schema", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_validation_alias_missing", + "name": "test_optional_list_validation_alias_missing", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_validation_alias_by_name", + "name": "test_optional_list_validation_alias_by_name", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_validation_alias_by_validation_alias", + "name": "test_optional_list_validation_alias_by_validation_alias", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_optional_list_alias_and_validation_alias", + "name": "read_optional_list_alias_and_validation_alias", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.read_model_optional_list_alias_and_validation_alias", + "name": "read_model_optional_list_alias_and_validation_alias", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "name": "test_optional_list_alias_and_validation_alias_schema", + "lineno": 273, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_missing", + "name": "test_optional_list_alias_and_validation_alias_missing", + "lineno": 299, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_by_name", + "name": "test_optional_list_alias_and_validation_alias_by_name", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_by_alias", + "name": "test_optional_list_alias_and_validation_alias_by_alias", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_list_alias_and_validation_alias_by_validation_alias", + "lineno": 341, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_header.test_optional_str": [ + { + "id": "tests.test_request_params.test_header.test_optional_str.read_optional_str", + "name": "read_optional_str", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_model_optional_str", + "name": "read_model_optional_str", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_str_schema", + "name": "test_optional_str_schema", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_str_missing", + "name": "test_optional_str_missing", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_str", + "name": "test_optional_str", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_optional_alias", + "name": "read_optional_alias", + "lineno": 76, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_model_optional_alias", + "name": "read_model_optional_alias", + "lineno": 87, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_str_alias_schema", + "name": "test_optional_str_alias_schema", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_optional_validation_alias", + "name": "read_optional_validation_alias", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_model_optional_validation_alias", + "name": "read_model_optional_validation_alias", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_optional_alias_and_validation_alias", + "name": "read_optional_alias_and_validation_alias", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.read_model_optional_alias_and_validation_alias", + "name": "read_model_optional_alias_and_validation_alias", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 259, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 282, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 324, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_header.test_required_str": [ + { + "id": "tests.test_request_params.test_header.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_model_required_str", + "name": "read_model_required_str", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_str_schema", + "name": "test_required_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_str_missing", + "name": "test_required_str_missing", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_str", + "name": "test_required_str", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 83, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_model_required_alias", + "name": "read_model_required_alias", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_str_alias_schema", + "name": "test_required_str_alias_schema", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_model_required_validation_alias", + "name": "read_model_required_validation_alias", + "lineno": 186, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 266, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 279, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.read_model_required_alias_and_validation_alias", + "name": "read_model_required_alias_and_validation_alias", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 303, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 323, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 349, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 379, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 406, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_header": [], + "tests.test_request_params.test_path.test_list": [], + "tests.test_request_params.test_path.test_optional_list": [], + "tests.test_request_params.test_path.test_optional_str": [], + "tests.test_request_params.test_path.test_required_str": [ + { + "id": "tests.test_request_params.test_path.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_path.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_path.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_path.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_path.test_required_str.test_schema", + "name": "test_schema", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_path.test_required_str.test_success", + "name": "test_success", + "lineno": 84, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_path": [], + "tests.test_request_params.test_query.test_list": [ + { + "id": "tests.test_request_params.test_query.test_list.read_required_list_str", + "name": "read_required_list_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_list.read_model_required_list_str", + "name": "read_model_required_list_str", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_str_schema", + "name": "test_required_list_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_str_missing", + "name": "test_required_list_str_missing", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_str", + "name": "test_required_list_str", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.read_required_list_alias", + "name": "read_required_list_alias", + "lineno": 87, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_list.read_model_required_list_alias", + "name": "read_model_required_list_alias", + "lineno": 96, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_str_alias_schema", + "name": "test_required_list_str_alias_schema", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_missing", + "name": "test_required_list_alias_missing", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_by_name", + "name": "test_required_list_alias_by_name", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_by_alias", + "name": "test_required_list_alias_by_alias", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.read_required_list_validation_alias", + "name": "read_required_list_validation_alias", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.read_model_required_list_validation_alias", + "name": "read_model_required_list_validation_alias", + "lineno": 196, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_schema", + "name": "test_required_list_validation_alias_schema", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_missing", + "name": "test_required_list_validation_alias_missing", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_by_name", + "name": "test_required_list_validation_alias_by_name", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_by_validation_alias", + "name": "test_required_list_validation_alias_by_validation_alias", + "lineno": 277, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.read_required_list_alias_and_validation_alias", + "name": "read_required_list_alias_and_validation_alias", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.read_model_required_list_alias_and_validation_alias", + "name": "read_model_required_list_alias_and_validation_alias", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_schema", + "name": "test_required_list_alias_and_validation_alias_schema", + "lineno": 314, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_missing", + "name": "test_required_list_alias_and_validation_alias_missing", + "lineno": 338, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_by_name", + "name": "test_required_list_alias_and_validation_alias_by_name", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_by_alias", + "name": "test_required_list_alias_and_validation_alias_by_alias", + "lineno": 398, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_by_validation_alias", + "name": "test_required_list_alias_and_validation_alias_by_validation_alias", + "lineno": 424, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_query.test_optional_list": [ + { + "id": "tests.test_request_params.test_query.test_optional_list.read_optional_list_str", + "name": "read_optional_list_str", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_model_optional_list_str", + "name": "read_model_optional_list_str", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str_schema", + "name": "test_optional_list_str_schema", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str_missing", + "name": "test_optional_list_str_missing", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str", + "name": "test_optional_list_str", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_optional_list_alias", + "name": "read_optional_list_alias", + "lineno": 83, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_model_optional_list_alias", + "name": "read_model_optional_list_alias", + "lineno": 94, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str_alias_schema", + "name": "test_optional_list_str_alias_schema", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_missing", + "name": "test_optional_list_alias_missing", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_by_name", + "name": "test_optional_list_alias_by_name", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_by_alias", + "name": "test_optional_list_alias_by_alias", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_optional_list_validation_alias", + "name": "read_optional_list_validation_alias", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_model_optional_list_validation_alias", + "name": "read_model_optional_list_validation_alias", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_validation_alias_schema", + "name": "test_optional_list_validation_alias_schema", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_validation_alias_missing", + "name": "test_optional_list_validation_alias_missing", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_validation_alias_by_name", + "name": "test_optional_list_validation_alias_by_name", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_validation_alias_by_validation_alias", + "name": "test_optional_list_validation_alias_by_validation_alias", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_optional_list_alias_and_validation_alias", + "name": "read_optional_list_alias_and_validation_alias", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.read_model_optional_list_alias_and_validation_alias", + "name": "read_model_optional_list_alias_and_validation_alias", + "lineno": 258, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "name": "test_optional_list_alias_and_validation_alias_schema", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_missing", + "name": "test_optional_list_alias_and_validation_alias_missing", + "lineno": 297, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_by_name", + "name": "test_optional_list_alias_and_validation_alias_by_name", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_by_alias", + "name": "test_optional_list_alias_and_validation_alias_by_alias", + "lineno": 325, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_list_alias_and_validation_alias_by_validation_alias", + "lineno": 339, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_query.test_optional_str": [ + { + "id": "tests.test_request_params.test_query.test_optional_str.read_optional_str", + "name": "read_optional_str", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_model_optional_str", + "name": "read_model_optional_str", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_str_schema", + "name": "test_optional_str_schema", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_str_missing", + "name": "test_optional_str_missing", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_str", + "name": "test_optional_str", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_optional_alias", + "name": "read_optional_alias", + "lineno": 76, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_model_optional_alias", + "name": "read_model_optional_alias", + "lineno": 87, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_str_alias_schema", + "name": "test_optional_str_alias_schema", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_missing", + "name": "test_optional_alias_missing", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_by_name", + "name": "test_optional_alias_by_name", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_by_alias", + "name": "test_optional_alias_by_alias", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_optional_validation_alias", + "name": "read_optional_validation_alias", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_model_optional_validation_alias", + "name": "read_model_optional_validation_alias", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_validation_alias_schema", + "name": "test_optional_validation_alias_schema", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_validation_alias_missing", + "name": "test_optional_validation_alias_missing", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_validation_alias_by_name", + "name": "test_optional_validation_alias_by_name", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_validation_alias_by_validation_alias", + "name": "test_optional_validation_alias_by_validation_alias", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_optional_alias_and_validation_alias", + "name": "read_optional_alias_and_validation_alias", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.read_model_optional_alias_and_validation_alias", + "name": "read_model_optional_alias_and_validation_alias", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_schema", + "name": "test_optional_alias_and_validation_alias_schema", + "lineno": 259, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_missing", + "name": "test_optional_alias_and_validation_alias_missing", + "lineno": 282, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_by_name", + "name": "test_optional_alias_and_validation_alias_by_name", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_by_alias", + "name": "test_optional_alias_and_validation_alias_by_alias", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_by_validation_alias", + "name": "test_optional_alias_and_validation_alias_by_validation_alias", + "lineno": 324, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_query.test_required_str": [ + { + "id": "tests.test_request_params.test_query.test_required_str.read_required_str", + "name": "read_required_str", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_model_required_str", + "name": "read_model_required_str", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_str_schema", + "name": "test_required_str_schema", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_str_missing", + "name": "test_required_str_missing", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_str", + "name": "test_required_str", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_required_alias", + "name": "read_required_alias", + "lineno": 83, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_model_required_alias", + "name": "read_model_required_alias", + "lineno": 92, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_str_alias_schema", + "name": "test_required_str_alias_schema", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_missing", + "name": "test_required_alias_missing", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_by_name", + "name": "test_required_alias_by_name", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_by_alias", + "name": "test_required_alias_by_alias", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_required_validation_alias", + "name": "read_required_validation_alias", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_model_required_validation_alias", + "name": "read_model_required_validation_alias", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_schema", + "name": "test_required_validation_alias_schema", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_missing", + "name": "test_required_validation_alias_missing", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_by_name", + "name": "test_required_validation_alias_by_name", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_by_validation_alias", + "name": "test_required_validation_alias_by_validation_alias", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_required_alias_and_validation_alias", + "name": "read_required_alias_and_validation_alias", + "lineno": 282, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.read_model_required_alias_and_validation_alias", + "name": "read_model_required_alias_and_validation_alias", + "lineno": 293, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_schema", + "name": "test_required_alias_and_validation_alias_schema", + "lineno": 306, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_missing", + "name": "test_required_alias_and_validation_alias_missing", + "lineno": 326, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_by_name", + "name": "test_required_alias_and_validation_alias_by_name", + "lineno": 352, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_by_alias", + "name": "test_required_alias_and_validation_alias_by_alias", + "lineno": 382, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_by_validation_alias", + "name": "test_required_alias_and_validation_alias_by_validation_alias", + "lineno": 409, + "scope": null, + "is_async": false + } + ], + "tests.test_request_params.test_query": [], + "tests.test_tutorial": [], + "tests.test_tutorial.test_additional_responses.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial001.test_path_operation_not_found", + "name": "test_path_operation_not_found", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial002.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial002.test_path_operation", + "name": "test_path_operation", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial002.test_path_operation_img", + "name": "test_path_operation_img", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial003.test_path_operation", + "name": "test_path_operation", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial003.test_path_operation_not_found", + "name": "test_path_operation_not_found", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial004.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial004.test_path_operation", + "name": "test_path_operation", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial004.test_path_operation_img", + "name": "test_path_operation_img", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_responses.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_additional_responses": [], + "tests.test_tutorial.test_additional_status_codes.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_additional_status_codes.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_status_codes.test_tutorial001.test_update", + "name": "test_update", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_additional_status_codes.test_tutorial001.test_create", + "name": "test_create", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_additional_status_codes": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_advanced_middleware.test_tutorial001.test_middleware", + "name": "test_middleware", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_advanced_middleware.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_advanced_middleware.test_tutorial002.test_middleware", + "name": "test_middleware", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_advanced_middleware.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_advanced_middleware.test_tutorial003.large", + "name": "large", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.test_tutorial.test_advanced_middleware.test_tutorial003.test_middleware", + "name": "test_middleware", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_advanced_middleware": [], + "tests.test_tutorial.test_async_tests.test_main_a": [ + { + "id": "tests.test_tutorial.test_async_tests.test_main_a.test_async_testing", + "name": "test_async_testing", + "lineno": 7, + "scope": null, + "is_async": true + } + ], + "tests.test_tutorial.test_async_tests": [], + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001.test_get_me", + "name": "test_get_me", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001.test_get_me_no_credentials", + "name": "test_get_me_no_credentials", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_authentication_error_status_code": [], + "tests.test_tutorial.test_background_tasks.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_background_tasks.test_tutorial001.test", + "name": "test", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_background_tasks.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_background_tasks.test_tutorial002.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_background_tasks.test_tutorial002.test", + "name": "test", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_background_tasks": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001.test_main", + "name": "test_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001.test_openapi", + "name": "test_openapi", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01": [ + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01.test_redirect", + "name": "test_redirect", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01.test_no_redirect", + "name": "test_no_redirect", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002.test_main", + "name": "test_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002.test_openapi", + "name": "test_openapi", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003.test_main", + "name": "test_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004.test_main", + "name": "test_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_behind_a_proxy": [], + "tests.test_tutorial.test_bigger_applications.test_main": [ + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_token_jessica", + "name": "test_users_token_jessica", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_with_no_token", + "name": "test_users_with_no_token", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_foo_token_jessica", + "name": "test_users_foo_token_jessica", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_foo_with_no_token", + "name": "test_users_foo_with_no_token", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_me_token_jessica", + "name": "test_users_me_token_jessica", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_me_with_no_token", + "name": "test_users_me_with_no_token", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_users_token_monica_with_no_jessica", + "name": "test_users_token_monica_with_no_jessica", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_token_jessica", + "name": "test_items_token_jessica", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_with_no_token_jessica", + "name": "test_items_with_no_token_jessica", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_plumbus_token_jessica", + "name": "test_items_plumbus_token_jessica", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_bar_token_jessica", + "name": "test_items_bar_token_jessica", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_plumbus_with_no_token", + "name": "test_items_plumbus_with_no_token", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_with_invalid_token", + "name": "test_items_with_invalid_token", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_bar_with_invalid_token", + "name": "test_items_bar_with_invalid_token", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_with_missing_x_token_header", + "name": "test_items_with_missing_x_token_header", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_items_plumbus_with_missing_x_token_header", + "name": "test_items_plumbus_with_missing_x_token_header", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_root_token_jessica", + "name": "test_root_token_jessica", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_root_with_no_token", + "name": "test_root_with_no_token", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_put_no_header", + "name": "test_put_no_header", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_put_invalid_header", + "name": "test_put_invalid_header", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_put", + "name": "test_put", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_put_forbidden", + "name": "test_put_forbidden", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_admin", + "name": "test_admin", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_admin_invalid_header", + "name": "test_admin_invalid_header", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_bigger_applications.test_main.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 269, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_bigger_applications": [], + "tests.test_tutorial.test_body.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_body.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_body_float", + "name": "test_body_float", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_str_float", + "name": "test_post_with_str_float", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_str_float_description", + "name": "test_post_with_str_float_description", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_str_float_description_tax", + "name": "test_post_with_str_float_description_tax", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_only_name", + "name": "test_post_with_only_name", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_only_name_price", + "name": "test_post_with_only_name_price", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_no_data", + "name": "test_post_with_no_data", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_with_none", + "name": "test_post_with_none", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_broken_body", + "name": "test_post_broken_body", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_post_form_for_json", + "name": "test_post_form_for_json", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_explicit_content_type", + "name": "test_explicit_content_type", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_geo_json", + "name": "test_geo_json", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_no_content_type_json", + "name": "test_no_content_type_json", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_wrong_headers", + "name": "test_wrong_headers", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_other_exceptions", + "name": "test_other_exceptions", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 254, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_body.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial002.test_post_with_tax", + "name": "test_post_with_tax", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial002.test_post_without_tax", + "name": "test_post_without_tax", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial002.test_post_with_no_data", + "name": "test_post_with_no_data", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_body.test_tutorial003.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial003.test_put_all", + "name": "test_put_all", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial003.test_put_only_required", + "name": "test_put_only_required", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial003.test_put_with_no_data", + "name": "test_put_with_no_data", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_body.test_tutorial004.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial004.test_put_all", + "name": "test_put_all", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial004.test_put_only_required", + "name": "test_put_only_required", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial004.test_put_with_no_data", + "name": "test_put_with_no_data", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body": [], + "tests.test_tutorial.test_body_fields.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_body_fields.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_fields.test_tutorial001.test_items_5", + "name": "test_items_5", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_fields.test_tutorial001.test_items_6", + "name": "test_items_6", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_fields.test_tutorial001.test_invalid_price", + "name": "test_invalid_price", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_fields.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_fields": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_post_body_q_bar_content", + "name": "test_post_body_q_bar_content", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_post_no_body_q_bar", + "name": "test_post_no_body_q_bar", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_post_no_body", + "name": "test_post_no_body", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_post_id_foo", + "name": "test_post_id_foo", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_all", + "name": "test_post_all", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_required", + "name": "test_post_required", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_no_body", + "name": "test_post_no_body", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_no_item", + "name": "test_post_no_item", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_no_user", + "name": "test_post_no_user", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_missing_required_field_in_item", + "name": "test_post_missing_required_field_in_item", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_missing_required_field_in_user", + "name": "test_post_missing_required_field_in_user", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_post_id_foo", + "name": "test_post_id_foo", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 200, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.test_post_body_valid", + "name": "test_post_body_valid", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.test_post_body_no_data", + "name": "test_post_body_no_data", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.test_post_body_empty_list", + "name": "test_post_body_empty_list", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 101, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_put_all", + "name": "test_put_all", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_put_only_required", + "name": "test_put_only_required", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_put_missing_body", + "name": "test_put_missing_body", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_put_invalid_importance", + "name": "test_put_invalid_importance", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 158, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_post_all", + "name": "test_post_all", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_post_required", + "name": "test_post_required", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_post_no_body", + "name": "test_post_no_body", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_post_like_not_embedded", + "name": "test_post_like_not_embedded", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_post_missing_required_field_in_item", + "name": "test_post_missing_required_field_in_item", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 130, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_multiple_params": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.get_mod_name", + "name": "get_mod_name", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.get_client", + "name": "get_client", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_put_all", + "name": "test_put_all", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_put_only_required", + "name": "test_put_only_required", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_put_missing_required", + "name": "test_put_missing_required", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 132, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_all", + "name": "test_put_all", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_only_required", + "name": "test_put_only_required", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_missing_required_in_item", + "name": "test_put_missing_required_in_item", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_missing_required_in_image", + "name": "test_put_missing_required_in_image", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 139, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_all", + "name": "test_put_all", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_only_required", + "name": "test_put_only_required", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_missing_required_in_item", + "name": "test_put_missing_required_in_item", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_missing_required_in_image", + "name": "test_put_missing_required_in_image", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_wrong_url", + "name": "test_put_wrong_url", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 162, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_put_all", + "name": "test_put_all", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_put_only_required", + "name": "test_put_only_required", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_put_images_not_list", + "name": "test_put_images_not_list", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 122, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_post_all", + "name": "test_post_all", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_put_only_required", + "name": "test_put_only_required", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_put_empty_body", + "name": "test_put_empty_body", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_put_missing_required_in_items", + "name": "test_put_missing_required_in_items", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_put_missing_required_in_images", + "name": "test_put_missing_required_in_images", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 184, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial008": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial008.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial008.test_post_body", + "name": "test_post_body", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial008.test_post_invalid_list_item", + "name": "test_post_invalid_list_item", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial008.test_post_not_a_list", + "name": "test_post_not_a_list", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial008.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 67, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial009": [ + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial009.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial009.test_post_body", + "name": "test_post_body", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial009.test_post_invalid_body", + "name": "test_post_invalid_body", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_nested_models.test_tutorial009.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_nested_models": [], + "tests.test_tutorial.test_body_updates.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial001.test_get", + "name": "test_get", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial001.test_put", + "name": "test_put", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_updates.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial002.test_get", + "name": "test_get", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial002.test_patch_all", + "name": "test_patch_all", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial002.test_patch_name", + "name": "test_patch_name", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_body_updates.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_body_updates": [], + "tests.test_tutorial.test_conditional_openapi.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.get_client", + "name": "get_client", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_disable_openapi", + "name": "test_disable_openapi", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_root", + "name": "test_root", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_default_openapi", + "name": "test_default_openapi", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_conditional_openapi": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001.test_get_users", + "name": "test_get_users", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002.test_get_users", + "name": "test_get_users", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003.test_swagger_ui", + "name": "test_swagger_ui", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003.test_get_users", + "name": "test_get_users", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_configure_swagger_ui": [], + "tests.test_tutorial.test_cookie_params.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_cookie_params.test_tutorial001.get_mod", + "name": "get_mod", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_params.test_tutorial001.test", + "name": "test", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_params.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_cookie_params": [], + "tests.test_tutorial.test_cookie_param_models.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model", + "name": "test_cookie_param_model", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model_defaults", + "name": "test_cookie_param_model_defaults", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model_invalid", + "name": "test_cookie_param_model_invalid", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model_extra", + "name": "test_cookie_param_model_extra", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 78, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_cookie_param_models.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_cookie_param_model", + "name": "test_cookie_param_model", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_cookie_param_model_defaults", + "name": "test_cookie_param_model_defaults", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_cookie_param_model_invalid", + "name": "test_cookie_param_model_invalid", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_cookie_param_model_extra", + "name": "test_cookie_param_model_extra", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_cookie_param_models": [], + "tests.test_tutorial.test_cors.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_cors.test_tutorial001.test_cors", + "name": "test_cors", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_cors": [], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.client", + "name": "client", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.test_swagger_ui_html", + "name": "test_swagger_ui_html", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.test_swagger_ui_oauth2_redirect_html", + "name": "test_swagger_ui_oauth2_redirect_html", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.test_redoc_html", + "name": "test_redoc_html", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.test_api", + "name": "test_api", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.client", + "name": "client", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.test_swagger_ui_html", + "name": "test_swagger_ui_html", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.test_swagger_ui_oauth2_redirect_html", + "name": "test_swagger_ui_oauth2_redirect_html", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.test_redoc_html", + "name": "test_redoc_html", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.test_api", + "name": "test_api", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_docs_ui": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001.get_client", + "name": "get_client", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001.get_client.check_gzip_request", + "name": "check_gzip_request", + "lineno": 23, + "scope": "get_client", + "is_async": true + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001.test_gzip_request", + "name": "test_gzip_request", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001.test_request_class", + "name": "test_request_class", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002.test_endpoint_works", + "name": "test_endpoint_works", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002.test_exception_handler_body_access", + "name": "test_exception_handler_body_access", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003.test_get", + "name": "test_get", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003.test_get_timed", + "name": "test_get_timed", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_request_and_route": [], + "tests.test_tutorial.test_custom_response.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial001.test_get_custom_response", + "name": "test_get_custom_response", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial001b": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial001b.test_get_custom_response", + "name": "test_get_custom_response", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial001b.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.get_mod_name", + "name": "get_mod_name", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.get_client", + "name": "get_client", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.test_get_custom_response", + "name": "test_get_custom_response", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial005.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006b": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006b.test_redirect_response_class", + "name": "test_redirect_response_class", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006b.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006c": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006c.test_redirect_status_code", + "name": "test_redirect_status_code", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial006c.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial007.test_get", + "name": "test_get", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial008": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial008.test_get", + "name": "test_get", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial009.test_get", + "name": "test_get", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009b": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial009b.test_get", + "name": "test_get", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009c": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial009c.test_get", + "name": "test_get", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial010": [ + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial010.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial010.test_get_custom_response", + "name": "test_get_custom_response", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_custom_response.test_tutorial010.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_custom_response": [], + "tests.test_tutorial.test_dataclasses.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial001.test_post_item", + "name": "test_post_item", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial001.test_post_invalid_item", + "name": "test_post_invalid_item", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial002.test_get_item", + "name": "test_get_item", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial003.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial003.test_post_authors_item", + "name": "test_post_authors_item", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial003.test_get_authors", + "name": "test_get_authors", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dataclasses.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dataclasses": [], + "tests.test_tutorial.test_debugging.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_debugging.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_debugging.test_tutorial001.test_uvicorn_run_is_not_called_on_import", + "name": "test_uvicorn_run_is_not_called_on_import", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_debugging.test_tutorial001.test_get_root", + "name": "test_get_root", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_debugging.test_tutorial001.test_uvicorn_run_called_when_run_as_main", + "name": "test_uvicorn_run_called_when_run_as_main", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_debugging.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_debugging": [], + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02.test_get", + "name": "test_get", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004.get_client", + "name": "get_client", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004.test_get", + "name": "test_get", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial005.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial005.test_get", + "name": "test_get", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.test_get_no_headers", + "name": "test_get_no_headers", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.test_get_invalid_one_header", + "name": "test_get_invalid_one_header", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.test_get_invalid_second_header", + "name": "test_get_invalid_second_header", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.test_get_valid_headers", + "name": "test_get_valid_headers", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db", + "name": "test_get_db", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db.test_async_gen", + "name": "test_async_gen", + "lineno": 9, + "scope": "test_get_db", + "is_async": true + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008.get_module", + "name": "get_module", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "name": "test_get_db", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db.read_root", + "name": "read_root", + "lineno": 35, + "scope": "test_get_db", + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008b": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008b.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008b.test_get_no_item", + "name": "test_get_no_item", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008b.test_owner_error", + "name": "test_owner_error", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008b.test_get_item", + "name": "test_get_item", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008c": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008c.get_mod", + "name": "get_mod", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008c.test_get_no_item", + "name": "test_get_no_item", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008c.test_get", + "name": "test_get", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008c.test_fastapi_error", + "name": "test_fastapi_error", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008c.test_internal_server_error", + "name": "test_internal_server_error", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008d": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008d.get_mod", + "name": "get_mod", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008d.test_get_no_item", + "name": "test_get_no_item", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008d.test_get", + "name": "test_get", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008d.test_internal_error", + "name": "test_internal_error", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008d.test_internal_server_error", + "name": "test_internal_server_error", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008e": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008e.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial008e.test_get_users_me", + "name": "test_get_users_me", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial010": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial010.test_get_db", + "name": "test_get_db", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial010.test_get_db.read_root", + "name": "read_root", + "lineno": 14, + "scope": "test_get_db", + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial011": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial011.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial011.test_get", + "name": "test_get", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial011.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial012": [ + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_no_headers_items", + "name": "test_get_no_headers_items", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_no_headers_users", + "name": "test_get_no_headers_users", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_invalid_one_header_items", + "name": "test_get_invalid_one_header_items", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_invalid_one_users", + "name": "test_get_invalid_one_users", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_invalid_second_header_items", + "name": "test_get_invalid_second_header_items", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_invalid_second_header_users", + "name": "test_get_invalid_second_header_users", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_valid_headers_items", + "name": "test_get_valid_headers_items", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_get_valid_headers_users", + "name": "test_get_valid_headers_users", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_dependencies.test_tutorial012.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 116, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_dependencies": [], + "tests.test_tutorial.test_encoder.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_encoder.test_tutorial001.get_module", + "name": "get_module", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_encoder.test_tutorial001.get_client", + "name": "get_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_encoder.test_tutorial001.test_put", + "name": "test_put", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_encoder.test_tutorial001.test_put_invalid_data", + "name": "test_put_invalid_data", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_encoder.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_encoder": [], + "tests.test_tutorial.test_events.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_events.test_tutorial001.get_app", + "name": "get_app", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_events.test_tutorial001.test_events", + "name": "test_events", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_events.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_events.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_events.test_tutorial002.get_app", + "name": "get_app", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_events.test_tutorial002.test_events", + "name": "test_events", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_events.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_events.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_events.test_tutorial003.test_events", + "name": "test_events", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_events.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_events": [], + "tests.test_tutorial.test_extending_openapi.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_extending_openapi.test_tutorial001.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extending_openapi.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extending_openapi": [], + "tests.test_tutorial.test_extra_data_types.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_extra_data_types.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_data_types.test_tutorial001.test_extra_types", + "name": "test_extra_types", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_data_types.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extra_data_types": [], + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002": [ + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002.test_post", + "name": "test_post", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial003.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial003.test_get_car", + "name": "test_get_car", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial003.test_get_plane", + "name": "test_get_plane", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial004.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial004.test_get_items", + "name": "test_get_items", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial005.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial005.test_get_items", + "name": "test_get_items", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_extra_models.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_extra_models": [], + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003": [ + { + "id": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003.test_get_path", + "name": "test_get_path", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_first_steps": [], + "tests.test_tutorial.test_generate_clients.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial001.test_post_items", + "name": "test_post_items", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial001.test_get_items", + "name": "test_get_items", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial002.test_post_items", + "name": "test_post_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial002.test_post_users", + "name": "test_post_users", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial002.test_get_items", + "name": "test_get_items", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial003.test_post_items", + "name": "test_post_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial003.test_post_users", + "name": "test_post_users", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial003.test_get_items", + "name": "test_get_items", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_generate_clients.test_tutorial004.test_remove_tags", + "name": "test_remove_tags", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_generate_clients": [], + "tests.test_tutorial.test_graphql.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_graphql.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_graphql.test_tutorial001.test_query", + "name": "test_query", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_graphql.test_tutorial001.test_openapi", + "name": "test_openapi", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_graphql": [], + "tests.test_tutorial.test_handling_errors.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial001.test_get_item", + "name": "test_get_item", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial001.test_get_item_not_found", + "name": "test_get_item_not_found", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial002.test_get_item_header", + "name": "test_get_item_header", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial002.test_get_item_not_found_header", + "name": "test_get_item_not_found_header", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial003.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial003.test_get_exception", + "name": "test_get_exception", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial004.test_get_validation_error", + "name": "test_get_validation_error", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial004.test_get_http_error", + "name": "test_get_http_error", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial004.test_get", + "name": "test_get", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial005.test_post_validation_error", + "name": "test_post_validation_error", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial005.test_post", + "name": "test_post", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial006.test_get_validation_error", + "name": "test_get_validation_error", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial006.test_get_http_error", + "name": "test_get_http_error", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial006.test_get", + "name": "test_get", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_handling_errors.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_handling_errors": [], + "tests.test_tutorial.test_header_params.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_header_params.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial001.test", + "name": "test", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_params.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_header_params.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial002.test", + "name": "test", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_params.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_header_params.test_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial003.test", + "name": "test", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_params.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_params": [], + "tests.test_tutorial.test_header_param_models.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model", + "name": "test_header_param_model", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_defaults", + "name": "test_header_param_model_defaults", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_invalid", + "name": "test_header_param_model_invalid", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_extra", + "name": "test_header_param_model_extra", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 100, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model", + "name": "test_header_param_model", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model_defaults", + "name": "test_header_param_model_defaults", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model_invalid", + "name": "test_header_param_model_invalid", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model_extra", + "name": "test_header_param_model_extra", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 94, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model", + "name": "test_header_param_model", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_no_underscore", + "name": "test_header_param_model_no_underscore", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_defaults", + "name": "test_header_param_model_defaults", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_invalid", + "name": "test_header_param_model_invalid", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_extra", + "name": "test_header_param_model_extra", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 139, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_header_param_models": [], + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.test_post_data", + "name": "test_post_data", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.test_get_data", + "name": "test_get_data", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.test_post_data_in_out", + "name": "test_post_data_in_out", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_json_base64_bytes": [], + "tests.test_tutorial.test_metadata.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_metadata.test_tutorial001.test_items", + "name": "test_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_metadata.test_tutorial001_1": [ + { + "id": "tests.test_tutorial.test_metadata.test_tutorial001_1.test_items", + "name": "test_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial001_1.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_metadata.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_metadata.test_tutorial002.test_items", + "name": "test_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial002.test_get_openapi_json_default_url", + "name": "test_get_openapi_json_default_url", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_metadata.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_metadata.test_tutorial003.test_items", + "name": "test_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial003.test_swagger_ui_default_url", + "name": "test_swagger_ui_default_url", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial003.test_swagger_ui_custom_url", + "name": "test_swagger_ui_custom_url", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial003.test_redoc_ui_default_url", + "name": "test_redoc_ui_default_url", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_metadata.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_metadata.test_tutorial004.test_path_operations", + "name": "test_path_operations", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_metadata.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_metadata": [], + "tests.test_tutorial.test_middleware.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_middleware.test_tutorial001.test_response_headers", + "name": "test_response_headers", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_middleware.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_middleware": [], + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.get_mod", + "name": "get_mod", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.get_client", + "name": "get_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.test_get", + "name": "test_get", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.test_dummy_callback", + "name": "test_dummy_callback", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_openapi_callbacks": [], + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001.test_dummy_webhook", + "name": "test_dummy_webhook", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_openapi_webhooks": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004.test_query_params_str_validations", + "name": "test_query_params_str_validations", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005.test_get", + "name": "test_get", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006.test_post", + "name": "test_post", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.test_post", + "name": "test_post", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.test_post_broken_yaml", + "name": "test_post_broken_yaml", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.test_post_invalid", + "name": "test_post_invalid", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001.test_post_items", + "name": "test_post_items", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_post_items", + "name": "test_post_items", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_get_items", + "name": "test_get_items", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_get_users", + "name": "test_get_users", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b.test_get_items", + "name": "test_get_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b.test_get_users", + "name": "test_get_users", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.get_mod_name", + "name": "get_mod_name", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.get_client", + "name": "get_client", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.test_post_items", + "name": "test_post_items", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005.test_query_params_str_validations", + "name": "test_query_params_str_validations", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006.test_query_params_str_validations", + "name": "test_query_params_str_validations", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_operation_configurations": [], + "tests.test_tutorial.test_path_params.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial001.test_get_items", + "name": "test_get_items", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial002.test_get_items", + "name": "test_get_items", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial002.test_get_items_invalid_id", + "name": "test_get_items_invalid_id", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial003.test_get_users", + "name": "test_get_users", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003b": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial003b.test_get_users", + "name": "test_get_users", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial003b.test_read_users2", + "name": "test_read_users2", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial003b.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial004.test_file_path", + "name": "test_file_path", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial004.test_root_file_path", + "name": "test_root_file_path", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_path_params.test_tutorial005.test_get_enums_alexnet", + "name": "test_get_enums_alexnet", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial005.test_get_enums_lenet", + "name": "test_get_enums_lenet", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial005.test_get_enums_resnet", + "name": "test_get_enums_resnet", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial005.test_get_enums_invalid", + "name": "test_get_enums_invalid", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001.test_read_items", + "name": "test_read_items", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001.test_read_items_invalid_item_id", + "name": "test_read_items_invalid_item_id", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003": [ + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.test_read_items", + "name": "test_read_items", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.test_read_items_invalid_item_id", + "name": "test_read_items_invalid_item_id", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.test_read_items_missing_q", + "name": "test_read_items_missing_q", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 67, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_read_items", + "name": "test_read_items", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_read_items_non_int_item_id", + "name": "test_read_items_non_int_item_id", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_read_items_item_id_less_than_one", + "name": "test_read_items_item_id_less_than_one", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_read_items_missing_q", + "name": "test_read_items_missing_q", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_read_items", + "name": "test_read_items", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_read_items_non_int_item_id", + "name": "test_read_items_non_int_item_id", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_read_items_item_id_less_than_one", + "name": "test_read_items_item_id_less_than_one", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_read_items_item_id_greater_than_one_thousand", + "name": "test_read_items_item_id_greater_than_one_thousand", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_read_items_missing_q", + "name": "test_read_items_missing_q", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 97, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_read_items", + "name": "test_read_items", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_read_items_item_id_less_than_zero", + "name": "test_read_items_item_id_less_than_zero", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_read_items_item_id_greater_than_one_thousand", + "name": "test_read_items_item_id_greater_than_one_thousand", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_read_items_size_too_small", + "name": "test_read_items_size_too_small", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_read_items_size_too_large", + "name": "test_read_items_size_too_large", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 105, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_path_params_numeric_validations": [], + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002.test_run_module", + "name": "test_run_module", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial003.test_get_name_with_age_pass_int", + "name": "test_get_name_with_age_pass_int", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_python_types.test_tutorial003.test_get_name_with_age_pass_str", + "name": "test_get_name_with_age_pass_str", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial004.test_get_name_with_age_pass_int", + "name": "test_get_name_with_age_pass_int", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial005.test_get_items", + "name": "test_get_items", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial006.test_process_items", + "name": "test_process_items", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial007.test_process_items", + "name": "test_process_items", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial008.test_process_items", + "name": "test_process_items", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008b": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial008b.get_module", + "name": "get_module", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_python_types.test_tutorial008b.test_process_items", + "name": "test_process_items", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b.get_module", + "name": "get_module", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b.test_say_hi", + "name": "test_say_hi", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial010": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial010.test_get_person_name", + "name": "test_get_person_name", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial011": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial011.test_run_module", + "name": "test_run_module", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types.test_tutorial013": [ + { + "id": "tests.test_tutorial.test_python_types.test_tutorial013.test_say_hello", + "name": "test_say_hello", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_python_types": [], + "tests.test_tutorial.test_query_params.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial001.test_read_user_item", + "name": "test_read_user_item", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial002.test_read_user_item", + "name": "test_read_user_item", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial003.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial003.test_read_user_item", + "name": "test_read_user_item", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial004.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial004.test_read_user_item", + "name": "test_read_user_item", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial005.test_foo_needy_very", + "name": "test_foo_needy_very", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial005.test_foo_no_needy", + "name": "test_foo_no_needy", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_query_params.test_tutorial006.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial006.test_foo_needy_very", + "name": "test_foo_needy_very", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial006.test_foo_no_needy", + "name": "test_foo_no_needy", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 61, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.test_query_params_str_validations_q_empty_str", + "name": "test_query_params_str_validations_q_empty_str", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.test_query_params_str_validations_q_query", + "name": "test_query_params_str_validations_q_query", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_query_params_str_validations_q_empty_str", + "name": "test_query_params_str_validations_q_empty_str", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_query_params_str_validations_q_query", + "name": "test_query_params_str_validations_q_query", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_query_params_str_validations_q_too_long", + "name": "test_query_params_str_validations_q_too_long", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_query_params_str_validations_q_query", + "name": "test_query_params_str_validations_q_query", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_query_params_str_validations_q_too_short", + "name": "test_query_params_str_validations_q_too_short", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_query_params_str_validations_q_too_long", + "name": "test_query_params_str_validations_q_too_long", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.test_query_params_str_validations_q_nonregexquery", + "name": "test_query_params_str_validations_q_nonregexquery", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.test_query_params_str_validations_q_query", + "name": "test_query_params_str_validations_q_query", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.test_query_params_str_validations_q_short", + "name": "test_query_params_str_validations_q_short", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.test_query_params_str_validations_q_fixedquery_too_short", + "name": "test_query_params_str_validations_q_fixedquery_too_short", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_query_params_str_validations_empty_str", + "name": "test_query_params_str_validations_empty_str", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_query_params_str_validations_q_query", + "name": "test_query_params_str_validations_q_query", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_query_params_str_validations_q_short", + "name": "test_query_params_str_validations_q_short", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.test_query_params_str_validations_q_fixedquery_too_short", + "name": "test_query_params_str_validations_q_fixedquery_too_short", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.test_query_params_str_validations_q_fixedquery_too_short", + "name": "test_query_params_str_validations_q_fixedquery_too_short", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.test_query_params_str_validations_item_query_fixedquery", + "name": "test_query_params_str_validations_item_query_fixedquery", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_query_params_str_validations_no_query", + "name": "test_query_params_str_validations_no_query", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_query_params_str_validations_item_query_fixedquery", + "name": "test_query_params_str_validations_item_query_fixedquery", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_query_params_str_validations_q_fixedquery", + "name": "test_query_params_str_validations_q_fixedquery", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_query_params_str_validations_item_query_nonregexquery", + "name": "test_query_params_str_validations_item_query_nonregexquery", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011.test_multi_query_values", + "name": "test_multi_query_values", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011.test_query_no_values", + "name": "test_query_no_values", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012.test_default_query_values", + "name": "test_default_query_values", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012.test_multi_query_values", + "name": "test_multi_query_values", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013.test_multi_query_values", + "name": "test_multi_query_values", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013.test_query_no_values", + "name": "test_query_no_values", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014.test_hidden_query", + "name": "test_hidden_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014.test_no_hidden_query", + "name": "test_no_hidden_query", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015": [ + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_random_item", + "name": "test_get_random_item", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_item", + "name": "test_get_item", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_item_does_not_exist", + "name": "test_get_item_does_not_exist", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_invalid_item", + "name": "test_get_invalid_item", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 65, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_params_str_validations": [], + "tests.test_tutorial.test_query_param_models.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_query_param_model", + "name": "test_query_param_model", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_query_param_model_defaults", + "name": "test_query_param_model_defaults", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_query_param_model_invalid", + "name": "test_query_param_model_invalid", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_query_param_model_extra", + "name": "test_query_param_model_extra", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 113, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_param_models.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model", + "name": "test_query_param_model", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model_defaults", + "name": "test_query_param_model_defaults", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model_invalid", + "name": "test_query_param_model_invalid", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model_extra", + "name": "test_query_param_model_extra", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_query_param_models": [], + "tests.test_tutorial.test_request_files.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_post_form_no_body", + "name": "test_post_form_no_body", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_post_body_json", + "name": "test_post_body_json", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_post_file", + "name": "test_post_file", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_post_large_file", + "name": "test_post_large_file", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_post_upload_file", + "name": "test_post_upload_file", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 83, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_02": [ + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.get_client", + "name": "get_client", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_post_form_no_body", + "name": "test_post_form_no_body", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_post_uploadfile_no_body", + "name": "test_post_uploadfile_no_body", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_post_file", + "name": "test_post_file", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_post_upload_file", + "name": "test_post_upload_file", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_03": [ + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_03.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_03.test_post_file", + "name": "test_post_file", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_03.test_post_upload_file", + "name": "test_post_upload_file", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial001_03.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_files.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.get_app", + "name": "get_app", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.get_client", + "name": "get_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_post_form_no_body", + "name": "test_post_form_no_body", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_post_body_json", + "name": "test_post_body_json", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_post_files", + "name": "test_post_files", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_post_upload_file", + "name": "test_post_upload_file", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_get_root", + "name": "test_get_root", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 103, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_files.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.get_app", + "name": "get_app", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.get_client", + "name": "get_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.test_post_files", + "name": "test_post_files", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.test_post_upload_file", + "name": "test_post_upload_file", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.test_get_root", + "name": "test_get_root", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_files.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_files": [], + "tests.test_tutorial.test_request_forms.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_post_body_form", + "name": "test_post_body_form", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_post_body_form_no_password", + "name": "test_post_body_form_no_password", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_post_body_form_no_username", + "name": "test_post_body_form_no_username", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_post_body_form_no_data", + "name": "test_post_body_form_no_data", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_post_body_json", + "name": "test_post_body_json", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 100, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_forms": [], + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.get_app", + "name": "get_app", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.get_client", + "name": "get_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_post_form_no_body", + "name": "test_post_form_no_body", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_post_form_no_file", + "name": "test_post_form_no_file", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_post_body_json", + "name": "test_post_body_json", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_post_file_no_token", + "name": "test_post_file_no_token", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_post_files_and_token", + "name": "test_post_files_and_token", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 150, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_forms_and_files": [], + "tests.test_tutorial.test_request_form_models.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_post_body_form", + "name": "test_post_body_form", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_post_body_form_no_password", + "name": "test_post_body_form_no_password", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_post_body_form_no_username", + "name": "test_post_body_form_no_username", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_post_body_form_no_data", + "name": "test_post_body_form_no_data", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_post_body_json", + "name": "test_post_body_json", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 100, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_form_models.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_form", + "name": "test_post_body_form", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_extra_form", + "name": "test_post_body_extra_form", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_form_no_password", + "name": "test_post_body_form_no_password", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_form_no_username", + "name": "test_post_body_form_no_username", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_form_no_data", + "name": "test_post_body_form_no_data", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_post_body_json", + "name": "test_post_body_json", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 117, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_request_form_models": [], + "tests.test_tutorial.test_response_change_status_code.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_response_change_status_code.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_change_status_code": [], + "tests.test_tutorial.test_response_cookies.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_response_cookies.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_cookies.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_response_cookies.test_tutorial002.test_path_operation", + "name": "test_path_operation", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_cookies": [], + "tests.test_tutorial.test_response_directly.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial001.test_openapi_schema_pv2", + "name": "test_openapi_schema_pv2", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_directly.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial002.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial002.test_path_operation", + "name": "test_path_operation", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_directly.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_directly": [], + "tests.test_tutorial.test_response_headers.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_response_headers.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_headers.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_response_headers.test_tutorial002.test_path_operation", + "name": "test_path_operation", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_headers": [], + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.test_read_items", + "name": "test_read_items", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.test_create_item", + "name": "test_create_item", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.test_create_item_only_required", + "name": "test_create_item_only_required", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial002.test_post_user", + "name": "test_post_user", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003.test_post_user", + "name": "test_post_user", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_01": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_01.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_01.test_post_user", + "name": "test_post_user", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_01.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_02": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_02.test_get_portal", + "name": "test_get_portal", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_02.test_get_redirect", + "name": "test_get_redirect", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_02.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_03": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_03.test_get_portal", + "name": "test_get_portal", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_03.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_04": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_04.test_invalid_response_model", + "name": "test_invalid_response_model", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_05": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_05.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_05.test_get_portal", + "name": "test_get_portal", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_05.test_get_redirect", + "name": "test_get_redirect", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial003_05.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial004.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial004.test_get", + "name": "test_get", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial005.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial005.test_read_item_name", + "name": "test_read_item_name", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial005.test_read_item_public_data", + "name": "test_read_item_public_data", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_response_model.test_tutorial006.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial006.test_read_item_name", + "name": "test_read_item_name", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial006.test_read_item_public_data", + "name": "test_read_item_public_data", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_model.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_model": [], + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002": [ + { + "id": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002.test_create_item", + "name": "test_create_item", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_response_status_code": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial001.test_post_body_example", + "name": "test_post_body_example", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial002.test_post_body_example", + "name": "test_post_body_example", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial003.test_post_body_example", + "name": "test_post_body_example", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial004.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial004.test_post_body_example", + "name": "test_post_body_example", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial005.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial005.test_post_body_example", + "name": "test_post_body_example", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_schema_extra_example.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_schema_extra_example": [], + "tests.test_tutorial.test_security.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial001.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial001.test_no_token", + "name": "test_no_token", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial001.test_token", + "name": "test_token", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial001.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial002.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial002.test_no_token", + "name": "test_no_token", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial002.test_token", + "name": "test_token", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial003.get_client", + "name": "get_client", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_login", + "name": "test_login", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_login_incorrect_password", + "name": "test_login_incorrect_password", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_login_incorrect_username", + "name": "test_login_incorrect_username", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_no_token", + "name": "test_no_token", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_token", + "name": "test_token", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_incorrect_token_type", + "name": "test_incorrect_token_type", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_inactive_user", + "name": "test_inactive_user", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial004.get_mod", + "name": "get_mod", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.get_access_token", + "name": "get_access_token", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_login", + "name": "test_login", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_login_incorrect_password", + "name": "test_login_incorrect_password", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_login_incorrect_username", + "name": "test_login_incorrect_username", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_no_token", + "name": "test_no_token", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_token", + "name": "test_token", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_incorrect_token_type", + "name": "test_incorrect_token_type", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_verify_password", + "name": "test_verify_password", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_get_password_hash", + "name": "test_get_password_hash", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_create_access_token", + "name": "test_create_access_token", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_token_no_sub", + "name": "test_token_no_sub", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_token_no_username", + "name": "test_token_no_username", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_token_nonexistent_user", + "name": "test_token_nonexistent_user", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_token_inactive_user", + "name": "test_token_inactive_user", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_read_items", + "name": "test_read_items", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 186, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial005.get_mod", + "name": "get_mod", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.cache_verify_password", + "name": "cache_verify_password", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "name": "get_access_token", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_login", + "name": "test_login", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_login_incorrect_password", + "name": "test_login_incorrect_password", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_login_incorrect_username", + "name": "test_login_incorrect_username", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_no_token", + "name": "test_no_token", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token", + "name": "test_token", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_incorrect_token", + "name": "test_incorrect_token", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_incorrect_token_type", + "name": "test_incorrect_token_type", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_verify_password", + "name": "test_verify_password", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_get_password_hash", + "name": "test_get_password_hash", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_create_access_token", + "name": "test_create_access_token", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token_no_sub", + "name": "test_token_no_sub", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token_no_username", + "name": "test_token_no_username", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token_no_scope", + "name": "test_token_no_scope", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token_nonexistent_user", + "name": "test_token_nonexistent_user", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_token_inactive_user", + "name": "test_token_inactive_user", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_read_items", + "name": "test_read_items", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_read_system_status", + "name": "test_read_system_status", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_read_system_status_no_token", + "name": "test_read_system_status_no_token", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 228, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial006": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial006.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial006.test_security_http_basic", + "name": "test_security_http_basic", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial006.test_security_http_basic_no_credentials", + "name": "test_security_http_basic_no_credentials", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial006.test_security_http_basic_invalid_credentials", + "name": "test_security_http_basic_invalid_credentials", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial006.test_security_http_basic_non_basic_credentials", + "name": "test_security_http_basic_non_basic_credentials", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial006.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security.test_tutorial007": [ + { + "id": "tests.test_tutorial.test_security.test_tutorial007.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic", + "name": "test_security_http_basic", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_no_credentials", + "name": "test_security_http_basic_no_credentials", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_invalid_credentials", + "name": "test_security_http_basic_invalid_credentials", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_non_basic_credentials", + "name": "test_security_http_basic_non_basic_credentials", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_invalid_username", + "name": "test_security_http_basic_invalid_username", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_invalid_password", + "name": "test_security_http_basic_invalid_password", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_security.test_tutorial007.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_security": [], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001.test_create_item", + "name": "test_create_item", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001.test_read_items", + "name": "test_read_items", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002.get_client", + "name": "get_client", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002.test_create_item", + "name": "test_create_item", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002.test_read_items", + "name": "test_read_items", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_separate_openapi_schemas": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial001.test_stream_items", + "name": "test_stream_items", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial002.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial002.test_stream_items", + "name": "test_stream_items", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial003.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial003.test_stream_logs", + "name": "test_stream_logs", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial003.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial004.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial004.test_stream_all_items", + "name": "test_stream_all_items", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial004.test_resume_from_last_event_id", + "name": "test_resume_from_last_event_id", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial004.test_resume_from_last_item", + "name": "test_resume_from_last_item", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial004.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial005": [ + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial005.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial005.test_stream_chat", + "name": "test_stream_chat", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_server_sent_events.test_tutorial005.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_server_sent_events": [], + "tests.test_tutorial.test_settings.test_app01": [ + { + "id": "tests.test_tutorial.test_settings.test_app01.get_mod_name", + "name": "get_mod_name", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app01.get_test_client", + "name": "get_test_client", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app01.test_settings_validation_error", + "name": "test_settings_validation_error", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app01.test_app", + "name": "test_app", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app01.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_settings.test_app02": [ + { + "id": "tests.test_tutorial.test_settings.test_app02.get_mod_path", + "name": "get_mod_path", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app02.get_main_mod", + "name": "get_main_mod", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app02.get_test_main_mod", + "name": "get_test_main_mod", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app02.test_settings", + "name": "test_settings", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app02.test_override_settings", + "name": "test_override_settings", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_settings.test_app03": [ + { + "id": "tests.test_tutorial.test_settings.test_app03.get_mod_path", + "name": "get_mod_path", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app03.get_main_mod", + "name": "get_main_mod", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app03.test_settings", + "name": "test_settings", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_app03.test_endpoint", + "name": "test_endpoint", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_settings.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_settings.test_tutorial001.get_app", + "name": "get_app", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_settings.test_tutorial001.test_settings", + "name": "test_settings", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_settings": [], + "tests.test_tutorial.test_sql_databases.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial001.clear_sqlmodel", + "name": "clear_sqlmodel", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial001.get_client", + "name": "get_client", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "name": "test_crud_app", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 145, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_sql_databases.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial002.clear_sqlmodel", + "name": "clear_sqlmodel", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial002.get_client", + "name": "get_client", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "name": "test_crud_app", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 149, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_sql_databases": [], + "tests.test_tutorial.test_static_files.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_static_files.test_tutorial001.client", + "name": "client", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_static_files.test_tutorial001.test_static_files", + "name": "test_static_files", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_static_files.test_tutorial001.test_static_files_not_found", + "name": "test_static_files_not_found", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_static_files.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_static_files": [], + "tests.test_tutorial.test_stream_data.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial001.get_client", + "name": "get_client", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial001.test_stream_story", + "name": "test_stream_story", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_stream_data.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial002.get_mod", + "name": "get_mod", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial002.get_client", + "name": "get_client", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial002.test_stream_image", + "name": "test_stream_image", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_data.test_tutorial002.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_stream_data": [], + "tests.test_tutorial.test_stream_json_lines.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_stream_json_lines.test_tutorial001.get_client", + "name": "get_client", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_json_lines.test_tutorial001.test_stream_items", + "name": "test_stream_items", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_stream_json_lines.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_stream_json_lines": [], + "tests.test_tutorial.test_strict_content_type.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_strict_content_type.test_tutorial001.get_client", + "name": "get_client", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_strict_content_type.test_tutorial001.test_lax_post_without_content_type_is_parsed_as_json", + "name": "test_lax_post_without_content_type_is_parsed_as_json", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_strict_content_type.test_tutorial001.test_lax_post_with_json_content_type", + "name": "test_lax_post_with_json_content_type", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_strict_content_type.test_tutorial001.test_lax_post_with_text_plain_is_still_rejected", + "name": "test_lax_post_with_text_plain_is_still_rejected", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_strict_content_type": [], + "tests.test_tutorial.test_sub_applications.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_main", + "name": "test_main", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_sub", + "name": "test_sub", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_openapi_schema_main", + "name": "test_openapi_schema_main", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_openapi_schema_sub", + "name": "test_openapi_schema_sub", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_sub_applications": [], + "tests.test_tutorial.test_templates.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_templates.test_tutorial001.test_main", + "name": "test_main", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_templates": [], + "tests.test_tutorial.test_testing.test_main_a": [ + { + "id": "tests.test_tutorial.test_testing.test_main_a.test_main", + "name": "test_main", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing.test_main_a.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing.test_main_b": [ + { + "id": "tests.test_tutorial.test_testing.test_main_b.get_test_module", + "name": "get_test_module", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing.test_main_b.test_app", + "name": "test_app", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_testing.test_tutorial001.test_main", + "name": "test_main", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing.test_tutorial001.test_openapi_schema", + "name": "test_openapi_schema", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_testing.test_tutorial002.test_main", + "name": "test_main", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing.test_tutorial002.test_ws", + "name": "test_ws", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_testing.test_tutorial003.test_main", + "name": "test_main", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing.test_tutorial004": [ + { + "id": "tests.test_tutorial.test_testing.test_tutorial004.test_main", + "name": "test_main", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing": [], + "tests.test_tutorial.test_testing_dependencies.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.get_test_module", + "name": "get_test_module", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_items_run", + "name": "test_override_in_items_run", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_items_with_q_run", + "name": "test_override_in_items_with_q_run", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_items_with_params_run", + "name": "test_override_in_items_with_params_run", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_users", + "name": "test_override_in_users", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_users_with_q", + "name": "test_override_in_users_with_q", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_override_in_users_with_params", + "name": "test_override_in_users_with_params", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_testing_dependencies.test_tutorial001.test_normal_app", + "name": "test_normal_app", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_testing_dependencies": [], + "tests.test_tutorial.test_using_request_directly.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_using_request_directly.test_tutorial001.test_path_operation", + "name": "test_path_operation", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_using_request_directly.test_tutorial001.test_openapi", + "name": "test_openapi", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_using_request_directly": [], + "tests.test_tutorial.test_websockets.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_websockets.test_tutorial001.test_main", + "name": "test_main", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial001.test_websocket", + "name": "test_websocket", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_websockets.test_tutorial002": [ + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.get_app", + "name": "get_app", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_main", + "name": "test_main", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_websocket_with_cookie", + "name": "test_websocket_with_cookie", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_websocket_with_header", + "name": "test_websocket_with_header", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_websocket_with_header_and_query", + "name": "test_websocket_with_header_and_query", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_websocket_no_credentials", + "name": "test_websocket_no_credentials", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial002.test_websocket_invalid_data", + "name": "test_websocket_invalid_data", + "lineno": 98, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_websockets.test_tutorial003": [ + { + "id": "tests.test_tutorial.test_websockets.test_tutorial003.get_mod", + "name": "get_mod", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial003.get_html", + "name": "get_html", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial003.get_client", + "name": "get_client", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial003.test_get", + "name": "test_get", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_websockets.test_tutorial003.test_websocket_handle_disconnection", + "name": "test_websocket_handle_disconnection", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_websockets": [], + "tests.test_tutorial.test_wsgi.test_tutorial001": [ + { + "id": "tests.test_tutorial.test_wsgi.test_tutorial001.test_flask", + "name": "test_flask", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_tutorial.test_wsgi.test_tutorial001.test_app", + "name": "test_app", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.test_tutorial.test_wsgi": [], + "tests.test_validate_response_recursive.app": [ + { + "id": "tests.test_validate_response_recursive.app.get_recursive", + "name": "get_recursive", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_validate_response_recursive.app.get_recursive_submodel", + "name": "get_recursive_submodel", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.test_validate_response_recursive.test_validate_response_recursive": [ + { + "id": "tests.test_validate_response_recursive.test_validate_response_recursive.test_recursive", + "name": "test_recursive", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.test_validate_response_recursive": [] + }, + "class_graph": { + "docs_src.additional_responses.tutorial001_py310": [ + { + "id": "docs_src.additional_responses.tutorial001_py310.Item", + "name": "Item", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.additional_responses.tutorial001_py310.Message", + "name": "Message", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.additional_responses.tutorial002_py310": [ + { + "id": "docs_src.additional_responses.tutorial002_py310.Item", + "name": "Item", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.additional_responses.tutorial003_py310": [ + { + "id": "docs_src.additional_responses.tutorial003_py310.Item", + "name": "Item", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.additional_responses.tutorial003_py310.Message", + "name": "Message", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.additional_responses.tutorial004_py310": [ + { + "id": "docs_src.additional_responses.tutorial004_py310.Item", + "name": "Item", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.additional_responses": [], + "docs_src.additional_status_codes.tutorial001_an_py310": [], + "docs_src.additional_status_codes.tutorial001_py310": [], + "docs_src.additional_status_codes": [], + "docs_src.advanced_middleware.tutorial001_py310": [], + "docs_src.advanced_middleware.tutorial002_py310": [], + "docs_src.advanced_middleware.tutorial003_py310": [], + "docs_src.advanced_middleware": [], + "docs_src.app_testing.tutorial001_py310": [], + "docs_src.app_testing.tutorial002_py310": [], + "docs_src.app_testing.tutorial003_py310": [], + "docs_src.app_testing.tutorial004_py310": [], + "docs_src.app_testing": [], + "docs_src.app_testing.app_a_py310.main": [], + "docs_src.app_testing.app_a_py310.test_main": [], + "docs_src.app_testing.app_a_py310": [], + "docs_src.app_testing.app_b_an_py310.main": [ + { + "id": "docs_src.app_testing.app_b_an_py310.main.Item", + "name": "Item", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.app_testing.app_b_an_py310.test_main": [], + "docs_src.app_testing.app_b_an_py310": [], + "docs_src.app_testing.app_b_py310.main": [ + { + "id": "docs_src.app_testing.app_b_py310.main.Item", + "name": "Item", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.app_testing.app_b_py310.test_main": [], + "docs_src.app_testing.app_b_py310": [], + "docs_src.async_tests": [], + "docs_src.async_tests.app_a_py310.main": [], + "docs_src.async_tests.app_a_py310.test_main": [], + "docs_src.async_tests.app_a_py310": [], + "docs_src.authentication_error_status_code.tutorial001_an_py310": [ + { + "id": "docs_src.authentication_error_status_code.tutorial001_an_py310.HTTPBearer403", + "name": "HTTPBearer403", + "lineno": 9, + "bases": [ + "HTTPBearer" + ], + "scope": null + } + ], + "docs_src.authentication_error_status_code": [], + "docs_src.background_tasks.tutorial001_py310": [], + "docs_src.background_tasks.tutorial002_an_py310": [], + "docs_src.background_tasks.tutorial002_py310": [], + "docs_src.background_tasks": [], + "docs_src.behind_a_proxy.tutorial001_01_py310": [], + "docs_src.behind_a_proxy.tutorial001_py310": [], + "docs_src.behind_a_proxy.tutorial002_py310": [], + "docs_src.behind_a_proxy.tutorial003_py310": [], + "docs_src.behind_a_proxy.tutorial004_py310": [], + "docs_src.behind_a_proxy": [], + "docs_src.bigger_applications": [], + "docs_src.bigger_applications.app_an_py310.dependencies": [], + "docs_src.bigger_applications.app_an_py310.main": [], + "docs_src.bigger_applications.app_an_py310": [], + "docs_src.bigger_applications.app_an_py310.internal.admin": [], + "docs_src.bigger_applications.app_an_py310.internal": [], + "docs_src.bigger_applications.app_an_py310.routers.items": [], + "docs_src.bigger_applications.app_an_py310.routers.users": [], + "docs_src.bigger_applications.app_an_py310.routers": [], + "docs_src.body.tutorial001_py310": [ + { + "id": "docs_src.body.tutorial001_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body.tutorial002_py310": [ + { + "id": "docs_src.body.tutorial002_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body.tutorial003_py310": [ + { + "id": "docs_src.body.tutorial003_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body.tutorial004_py310": [ + { + "id": "docs_src.body.tutorial004_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body": [], + "docs_src.body_fields.tutorial001_an_py310": [ + { + "id": "docs_src.body_fields.tutorial001_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_fields.tutorial001_py310": [ + { + "id": "docs_src.body_fields.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_fields": [], + "docs_src.body_multiple_params.tutorial001_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial001_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial001_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial002_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_multiple_params.tutorial002_py310.User", + "name": "User", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial003_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial003_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_multiple_params.tutorial003_an_py310.User", + "name": "User", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial003_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial003_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_multiple_params.tutorial003_py310.User", + "name": "User", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial004_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial004_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_multiple_params.tutorial004_an_py310.User", + "name": "User", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial004_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_multiple_params.tutorial004_py310.User", + "name": "User", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial005_an_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial005_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params.tutorial005_py310": [ + { + "id": "docs_src.body_multiple_params.tutorial005_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_multiple_params": [], + "docs_src.body_nested_models.tutorial001_py310": [ + { + "id": "docs_src.body_nested_models.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial002_py310": [ + { + "id": "docs_src.body_nested_models.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial003_py310": [ + { + "id": "docs_src.body_nested_models.tutorial003_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial004_py310": [ + { + "id": "docs_src.body_nested_models.tutorial004_py310.Image", + "name": "Image", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_nested_models.tutorial004_py310.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial005_py310": [ + { + "id": "docs_src.body_nested_models.tutorial005_py310.Image", + "name": "Image", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_nested_models.tutorial005_py310.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial006_py310": [ + { + "id": "docs_src.body_nested_models.tutorial006_py310.Image", + "name": "Image", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_nested_models.tutorial006_py310.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial007_py310": [ + { + "id": "docs_src.body_nested_models.tutorial007_py310.Image", + "name": "Image", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_nested_models.tutorial007_py310.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.body_nested_models.tutorial007_py310.Offer", + "name": "Offer", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial008_py310": [ + { + "id": "docs_src.body_nested_models.tutorial008_py310.Image", + "name": "Image", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_nested_models.tutorial009_py310": [], + "docs_src.body_nested_models": [], + "docs_src.body_updates.tutorial001_py310": [ + { + "id": "docs_src.body_updates.tutorial001_py310.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_updates.tutorial002_py310": [ + { + "id": "docs_src.body_updates.tutorial002_py310.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.body_updates": [], + "docs_src.conditional_openapi.tutorial001_py310": [ + { + "id": "docs_src.conditional_openapi.tutorial001_py310.Settings", + "name": "Settings", + "lineno": 5, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.conditional_openapi": [], + "docs_src.configure_swagger_ui.tutorial001_py310": [], + "docs_src.configure_swagger_ui.tutorial002_py310": [], + "docs_src.configure_swagger_ui.tutorial003_py310": [], + "docs_src.configure_swagger_ui": [], + "docs_src.cookie_params.tutorial001_an_py310": [], + "docs_src.cookie_params.tutorial001_py310": [], + "docs_src.cookie_params": [], + "docs_src.cookie_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial001_an_py310.Cookies", + "name": "Cookies", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.cookie_param_models.tutorial001_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial001_py310.Cookies", + "name": "Cookies", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.cookie_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial002_an_py310.Cookies", + "name": "Cookies", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.cookie_param_models.tutorial002_py310": [ + { + "id": "docs_src.cookie_param_models.tutorial002_py310.Cookies", + "name": "Cookies", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.cookie_param_models": [], + "docs_src.cors.tutorial001_py310": [], + "docs_src.cors": [], + "docs_src.custom_docs_ui.tutorial001_py310": [], + "docs_src.custom_docs_ui.tutorial002_py310": [], + "docs_src.custom_docs_ui": [], + "docs_src.custom_request_and_route.tutorial001_an_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRequest", + "name": "GzipRequest", + "lineno": 9, + "bases": [ + "Request" + ], + "scope": null + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRoute", + "name": "GzipRoute", + "lineno": 19, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "docs_src.custom_request_and_route.tutorial001_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.GzipRequest", + "name": "GzipRequest", + "lineno": 8, + "bases": [ + "Request" + ], + "scope": null + }, + { + "id": "docs_src.custom_request_and_route.tutorial001_py310.GzipRoute", + "name": "GzipRoute", + "lineno": 18, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "docs_src.custom_request_and_route.tutorial002_an_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial002_an_py310.ValidationErrorLoggingRoute", + "name": "ValidationErrorLoggingRoute", + "lineno": 9, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "docs_src.custom_request_and_route.tutorial002_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial002_py310.ValidationErrorLoggingRoute", + "name": "ValidationErrorLoggingRoute", + "lineno": 8, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "docs_src.custom_request_and_route.tutorial003_py310": [ + { + "id": "docs_src.custom_request_and_route.tutorial003_py310.TimedRoute", + "name": "TimedRoute", + "lineno": 8, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "docs_src.custom_request_and_route": [], + "docs_src.custom_response.tutorial001b_py310": [], + "docs_src.custom_response.tutorial001_py310": [], + "docs_src.custom_response.tutorial002_py310": [], + "docs_src.custom_response.tutorial003_py310": [], + "docs_src.custom_response.tutorial004_py310": [], + "docs_src.custom_response.tutorial005_py310": [], + "docs_src.custom_response.tutorial006b_py310": [], + "docs_src.custom_response.tutorial006c_py310": [], + "docs_src.custom_response.tutorial006_py310": [], + "docs_src.custom_response.tutorial007_py310": [], + "docs_src.custom_response.tutorial008_py310": [], + "docs_src.custom_response.tutorial009b_py310": [], + "docs_src.custom_response.tutorial009c_py310": [ + { + "id": "docs_src.custom_response.tutorial009c_py310.CustomORJSONResponse", + "name": "CustomORJSONResponse", + "lineno": 9, + "bases": [ + "Response" + ], + "scope": null + } + ], + "docs_src.custom_response.tutorial009_py310": [], + "docs_src.custom_response.tutorial010_py310": [], + "docs_src.custom_response": [], + "docs_src.dataclasses_.tutorial001_py310": [ + { + "id": "docs_src.dataclasses_.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "docs_src.dataclasses_.tutorial002_py310": [ + { + "id": "docs_src.dataclasses_.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "docs_src.dataclasses_.tutorial003_py310": [ + { + "id": "docs_src.dataclasses_.tutorial003_py310.Item", + "name": "Item", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "docs_src.dataclasses_.tutorial003_py310.Author", + "name": "Author", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "docs_src.dataclasses_": [], + "docs_src.debugging.tutorial001_py310": [], + "docs_src.debugging": [], + "docs_src.dependencies.tutorial001_02_an_py310": [], + "docs_src.dependencies.tutorial001_an_py310": [], + "docs_src.dependencies.tutorial001_py310": [], + "docs_src.dependencies.tutorial002_an_py310": [ + { + "id": "docs_src.dependencies.tutorial002_an_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial002_py310": [ + { + "id": "docs_src.dependencies.tutorial002_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial003_an_py310": [ + { + "id": "docs_src.dependencies.tutorial003_an_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial003_py310": [ + { + "id": "docs_src.dependencies.tutorial003_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial004_an_py310": [ + { + "id": "docs_src.dependencies.tutorial004_an_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial004_py310": [ + { + "id": "docs_src.dependencies.tutorial004_py310.CommonQueryParams", + "name": "CommonQueryParams", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial005_an_py310": [], + "docs_src.dependencies.tutorial005_py310": [], + "docs_src.dependencies.tutorial006_an_py310": [], + "docs_src.dependencies.tutorial006_py310": [], + "docs_src.dependencies.tutorial007_py310": [], + "docs_src.dependencies.tutorial008b_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008b_an_py310.OwnerError", + "name": "OwnerError", + "lineno": 14, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008b_py310": [ + { + "id": "docs_src.dependencies.tutorial008b_py310.OwnerError", + "name": "OwnerError", + "lineno": 12, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008c_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008c_an_py310.InternalError", + "name": "InternalError", + "lineno": 8, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008c_py310": [ + { + "id": "docs_src.dependencies.tutorial008c_py310.InternalError", + "name": "InternalError", + "lineno": 6, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008d_an_py310": [ + { + "id": "docs_src.dependencies.tutorial008d_an_py310.InternalError", + "name": "InternalError", + "lineno": 8, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008d_py310": [ + { + "id": "docs_src.dependencies.tutorial008d_py310.InternalError", + "name": "InternalError", + "lineno": 6, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial008e_an_py310": [], + "docs_src.dependencies.tutorial008e_py310": [], + "docs_src.dependencies.tutorial008_an_py310": [], + "docs_src.dependencies.tutorial008_py310": [], + "docs_src.dependencies.tutorial010_py310": [ + { + "id": "docs_src.dependencies.tutorial010_py310.MySuperContextManager", + "name": "MySuperContextManager", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial011_an_py310": [ + { + "id": "docs_src.dependencies.tutorial011_an_py310.FixedContentQueryChecker", + "name": "FixedContentQueryChecker", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial011_py310": [ + { + "id": "docs_src.dependencies.tutorial011_py310.FixedContentQueryChecker", + "name": "FixedContentQueryChecker", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "docs_src.dependencies.tutorial012_an_py310": [], + "docs_src.dependencies.tutorial012_py310": [], + "docs_src.dependencies.tutorial013_an_py310": [ + { + "id": "docs_src.dependencies.tutorial013_an_py310.User", + "name": "User", + "lineno": 11, + "bases": [ + "SQLModel" + ], + "scope": null + } + ], + "docs_src.dependencies.tutorial014_an_py310": [ + { + "id": "docs_src.dependencies.tutorial014_an_py310.User", + "name": "User", + "lineno": 11, + "bases": [ + "SQLModel" + ], + "scope": null + } + ], + "docs_src.dependencies": [], + "docs_src.dependency_testing.tutorial001_an_py310": [], + "docs_src.dependency_testing.tutorial001_py310": [], + "docs_src.dependency_testing": [], + "docs_src.encoder.tutorial001_py310": [ + { + "id": "docs_src.encoder.tutorial001_py310.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.encoder": [], + "docs_src.events.tutorial001_py310": [], + "docs_src.events.tutorial002_py310": [], + "docs_src.events.tutorial003_py310": [], + "docs_src.events": [], + "docs_src.extending_openapi.tutorial001_py310": [], + "docs_src.extending_openapi": [], + "docs_src.extra_data_types.tutorial001_an_py310": [], + "docs_src.extra_data_types.tutorial001_py310": [], + "docs_src.extra_data_types": [], + "docs_src.extra_models.tutorial001_py310": [ + { + "id": "docs_src.extra_models.tutorial001_py310.UserIn", + "name": "UserIn", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial001_py310.UserOut", + "name": "UserOut", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial001_py310.UserInDB", + "name": "UserInDB", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.extra_models.tutorial002_py310": [ + { + "id": "docs_src.extra_models.tutorial002_py310.UserBase", + "name": "UserBase", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial002_py310.UserIn", + "name": "UserIn", + "lineno": 13, + "bases": [ + "UserBase" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial002_py310.UserOut", + "name": "UserOut", + "lineno": 17, + "bases": [ + "UserBase" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial002_py310.UserInDB", + "name": "UserInDB", + "lineno": 21, + "bases": [ + "UserBase" + ], + "scope": null + } + ], + "docs_src.extra_models.tutorial003_py310": [ + { + "id": "docs_src.extra_models.tutorial003_py310.BaseItem", + "name": "BaseItem", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial003_py310.CarItem", + "name": "CarItem", + "lineno": 12, + "bases": [ + "BaseItem" + ], + "scope": null + }, + { + "id": "docs_src.extra_models.tutorial003_py310.PlaneItem", + "name": "PlaneItem", + "lineno": 16, + "bases": [ + "BaseItem" + ], + "scope": null + } + ], + "docs_src.extra_models.tutorial004_py310": [ + { + "id": "docs_src.extra_models.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.extra_models.tutorial005_py310": [], + "docs_src.extra_models": [], + "docs_src.first_steps.tutorial001_py310": [], + "docs_src.first_steps.tutorial003_py310": [], + "docs_src.first_steps": [], + "docs_src.generate_clients.tutorial001_py310": [ + { + "id": "docs_src.generate_clients.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.generate_clients.tutorial001_py310.ResponseMessage", + "name": "ResponseMessage", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.generate_clients.tutorial002_py310": [ + { + "id": "docs_src.generate_clients.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.generate_clients.tutorial002_py310.ResponseMessage", + "name": "ResponseMessage", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.generate_clients.tutorial002_py310.User", + "name": "User", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.generate_clients.tutorial003_py310": [ + { + "id": "docs_src.generate_clients.tutorial003_py310.Item", + "name": "Item", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.generate_clients.tutorial003_py310.ResponseMessage", + "name": "ResponseMessage", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.generate_clients.tutorial003_py310.User", + "name": "User", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.generate_clients.tutorial004_py310": [], + "docs_src.generate_clients": [], + "docs_src.graphql_.tutorial001_py310": [ + { + "id": "docs_src.graphql_.tutorial001_py310.User", + "name": "User", + "lineno": 7, + "bases": [], + "scope": null + }, + { + "id": "docs_src.graphql_.tutorial001_py310.Query", + "name": "Query", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "docs_src.graphql_": [], + "docs_src.handling_errors.tutorial001_py310": [], + "docs_src.handling_errors.tutorial002_py310": [], + "docs_src.handling_errors.tutorial003_py310": [ + { + "id": "docs_src.handling_errors.tutorial003_py310.UnicornException", + "name": "UnicornException", + "lineno": 5, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "docs_src.handling_errors.tutorial004_py310": [], + "docs_src.handling_errors.tutorial005_py310": [ + { + "id": "docs_src.handling_errors.tutorial005_py310.Item", + "name": "Item", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.handling_errors.tutorial006_py310": [], + "docs_src.handling_errors": [], + "docs_src.header_params.tutorial001_an_py310": [], + "docs_src.header_params.tutorial001_py310": [], + "docs_src.header_params.tutorial002_an_py310": [], + "docs_src.header_params.tutorial002_py310": [], + "docs_src.header_params.tutorial003_an_py310": [], + "docs_src.header_params.tutorial003_py310": [], + "docs_src.header_params": [], + "docs_src.header_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial001_an_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models.tutorial001_py310": [ + { + "id": "docs_src.header_param_models.tutorial001_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial002_an_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models.tutorial002_py310": [ + { + "id": "docs_src.header_param_models.tutorial002_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models.tutorial003_an_py310": [ + { + "id": "docs_src.header_param_models.tutorial003_an_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models.tutorial003_py310": [ + { + "id": "docs_src.header_param_models.tutorial003_py310.CommonHeaders", + "name": "CommonHeaders", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.header_param_models": [], + "docs_src.json_base64_bytes.tutorial001_py310": [ + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.DataInput", + "name": "DataInput", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.DataOutput", + "name": "DataOutput", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.json_base64_bytes.tutorial001_py310.DataInputOutput", + "name": "DataInputOutput", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.json_base64_bytes": [], + "docs_src.metadata.tutorial001_1_py310": [], + "docs_src.metadata.tutorial001_py310": [], + "docs_src.metadata.tutorial002_py310": [], + "docs_src.metadata.tutorial003_py310": [], + "docs_src.metadata.tutorial004_py310": [], + "docs_src.metadata": [], + "docs_src.middleware.tutorial001_py310": [], + "docs_src.middleware": [], + "docs_src.openapi_callbacks.tutorial001_py310": [ + { + "id": "docs_src.openapi_callbacks.tutorial001_py310.Invoice", + "name": "Invoice", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.openapi_callbacks.tutorial001_py310.InvoiceEvent", + "name": "InvoiceEvent", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.openapi_callbacks.tutorial001_py310.InvoiceEventReceived", + "name": "InvoiceEventReceived", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.openapi_callbacks": [], + "docs_src.openapi_webhooks.tutorial001_py310": [ + { + "id": "docs_src.openapi_webhooks.tutorial001_py310.Subscription", + "name": "Subscription", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.openapi_webhooks": [], + "docs_src.path_operation_advanced_configuration.tutorial001_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial002_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial003_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial004_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_advanced_configuration.tutorial005_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial006_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial007_py310": [ + { + "id": "docs_src.path_operation_advanced_configuration.tutorial007_py310.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_advanced_configuration": [], + "docs_src.path_operation_configuration.tutorial001_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial002b_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial002b_py310.Tags", + "name": "Tags", + "lineno": 8, + "bases": [ + "Enum" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial002_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial003_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial003_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial004_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial005_py310": [ + { + "id": "docs_src.path_operation_configuration.tutorial005_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.path_operation_configuration.tutorial006_py310": [], + "docs_src.path_operation_configuration": [], + "docs_src.path_params.tutorial001_py310": [], + "docs_src.path_params.tutorial002_py310": [], + "docs_src.path_params.tutorial003b_py310": [], + "docs_src.path_params.tutorial003_py310": [], + "docs_src.path_params.tutorial004_py310": [], + "docs_src.path_params.tutorial005_py310": [ + { + "id": "docs_src.path_params.tutorial005_py310.ModelName", + "name": "ModelName", + "lineno": 6, + "bases": [ + "str", + "Enum" + ], + "scope": null + } + ], + "docs_src.path_params": [], + "docs_src.path_params_numeric_validations.tutorial001_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial001_py310": [], + "docs_src.path_params_numeric_validations.tutorial002_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial002_py310": [], + "docs_src.path_params_numeric_validations.tutorial003_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial003_py310": [], + "docs_src.path_params_numeric_validations.tutorial004_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial004_py310": [], + "docs_src.path_params_numeric_validations.tutorial005_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial005_py310": [], + "docs_src.path_params_numeric_validations.tutorial006_an_py310": [], + "docs_src.path_params_numeric_validations.tutorial006_py310": [], + "docs_src.path_params_numeric_validations": [], + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial001_an_py310.Item", + "name": "Item", + "lineno": 4, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial002_an_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310.Item", + "name": "Item", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310.ItemV2", + "name": "ItemV2", + "lineno": 12, + "bases": [ + "BaseModelV2" + ], + "scope": null + } + ], + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310": [ + { + "id": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.pydantic_v1_in_v2": [], + "docs_src.python_types.tutorial001_py310": [], + "docs_src.python_types.tutorial002_py310": [], + "docs_src.python_types.tutorial003_py310": [], + "docs_src.python_types.tutorial004_py310": [], + "docs_src.python_types.tutorial005_py310": [], + "docs_src.python_types.tutorial006_py310": [], + "docs_src.python_types.tutorial007_py310": [], + "docs_src.python_types.tutorial008b_py310": [], + "docs_src.python_types.tutorial008_py310": [], + "docs_src.python_types.tutorial009_py310": [], + "docs_src.python_types.tutorial010_py310": [ + { + "id": "docs_src.python_types.tutorial010_py310.Person", + "name": "Person", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "docs_src.python_types.tutorial011_py310": [ + { + "id": "docs_src.python_types.tutorial011_py310.User", + "name": "User", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.python_types.tutorial013_py310": [], + "docs_src.python_types": [], + "docs_src.query_params.tutorial001_py310": [], + "docs_src.query_params.tutorial002_py310": [], + "docs_src.query_params.tutorial003_py310": [], + "docs_src.query_params.tutorial004_py310": [], + "docs_src.query_params.tutorial005_py310": [], + "docs_src.query_params.tutorial006_py310": [], + "docs_src.query_params": [], + "docs_src.query_params_str_validations.tutorial001_py310": [], + "docs_src.query_params_str_validations.tutorial002_an_py310": [], + "docs_src.query_params_str_validations.tutorial002_py310": [], + "docs_src.query_params_str_validations.tutorial003_an_py310": [], + "docs_src.query_params_str_validations.tutorial003_py310": [], + "docs_src.query_params_str_validations.tutorial004_an_py310": [], + "docs_src.query_params_str_validations.tutorial004_py310": [], + "docs_src.query_params_str_validations.tutorial005_an_py310": [], + "docs_src.query_params_str_validations.tutorial005_py310": [], + "docs_src.query_params_str_validations.tutorial006c_an_py310": [], + "docs_src.query_params_str_validations.tutorial006c_py310": [], + "docs_src.query_params_str_validations.tutorial006_an_py310": [], + "docs_src.query_params_str_validations.tutorial006_py310": [], + "docs_src.query_params_str_validations.tutorial007_an_py310": [], + "docs_src.query_params_str_validations.tutorial007_py310": [], + "docs_src.query_params_str_validations.tutorial008_an_py310": [], + "docs_src.query_params_str_validations.tutorial008_py310": [], + "docs_src.query_params_str_validations.tutorial009_an_py310": [], + "docs_src.query_params_str_validations.tutorial009_py310": [], + "docs_src.query_params_str_validations.tutorial010_an_py310": [], + "docs_src.query_params_str_validations.tutorial010_py310": [], + "docs_src.query_params_str_validations.tutorial011_an_py310": [], + "docs_src.query_params_str_validations.tutorial011_py310": [], + "docs_src.query_params_str_validations.tutorial012_an_py310": [], + "docs_src.query_params_str_validations.tutorial012_py310": [], + "docs_src.query_params_str_validations.tutorial013_an_py310": [], + "docs_src.query_params_str_validations.tutorial013_py310": [], + "docs_src.query_params_str_validations.tutorial014_an_py310": [], + "docs_src.query_params_str_validations.tutorial014_py310": [], + "docs_src.query_params_str_validations.tutorial015_an_py310": [], + "docs_src.query_params_str_validations": [], + "docs_src.query_param_models.tutorial001_an_py310": [ + { + "id": "docs_src.query_param_models.tutorial001_an_py310.FilterParams", + "name": "FilterParams", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.query_param_models.tutorial001_py310": [ + { + "id": "docs_src.query_param_models.tutorial001_py310.FilterParams", + "name": "FilterParams", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.query_param_models.tutorial002_an_py310": [ + { + "id": "docs_src.query_param_models.tutorial002_an_py310.FilterParams", + "name": "FilterParams", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.query_param_models.tutorial002_py310": [ + { + "id": "docs_src.query_param_models.tutorial002_py310.FilterParams", + "name": "FilterParams", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.query_param_models": [], + "docs_src.request_files.tutorial001_02_an_py310": [], + "docs_src.request_files.tutorial001_02_py310": [], + "docs_src.request_files.tutorial001_03_an_py310": [], + "docs_src.request_files.tutorial001_03_py310": [], + "docs_src.request_files.tutorial001_an_py310": [], + "docs_src.request_files.tutorial001_py310": [], + "docs_src.request_files.tutorial002_an_py310": [], + "docs_src.request_files.tutorial002_py310": [], + "docs_src.request_files.tutorial003_an_py310": [], + "docs_src.request_files.tutorial003_py310": [], + "docs_src.request_files": [], + "docs_src.request_forms.tutorial001_an_py310": [], + "docs_src.request_forms.tutorial001_py310": [], + "docs_src.request_forms": [], + "docs_src.request_forms_and_files.tutorial001_an_py310": [], + "docs_src.request_forms_and_files.tutorial001_py310": [], + "docs_src.request_forms_and_files": [], + "docs_src.request_form_models.tutorial001_an_py310": [ + { + "id": "docs_src.request_form_models.tutorial001_an_py310.FormData", + "name": "FormData", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.request_form_models.tutorial001_py310": [ + { + "id": "docs_src.request_form_models.tutorial001_py310.FormData", + "name": "FormData", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.request_form_models.tutorial002_an_py310": [ + { + "id": "docs_src.request_form_models.tutorial002_an_py310.FormData", + "name": "FormData", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.request_form_models.tutorial002_py310": [ + { + "id": "docs_src.request_form_models.tutorial002_py310.FormData", + "name": "FormData", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.request_form_models": [], + "docs_src.response_change_status_code.tutorial001_py310": [], + "docs_src.response_change_status_code": [], + "docs_src.response_cookies.tutorial001_py310": [], + "docs_src.response_cookies.tutorial002_py310": [], + "docs_src.response_cookies": [], + "docs_src.response_directly.tutorial001_py310": [ + { + "id": "docs_src.response_directly.tutorial001_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_directly.tutorial002_py310": [], + "docs_src.response_directly": [], + "docs_src.response_headers.tutorial001_py310": [], + "docs_src.response_headers.tutorial002_py310": [], + "docs_src.response_headers": [], + "docs_src.response_model.tutorial001_01_py310": [ + { + "id": "docs_src.response_model.tutorial001_01_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial001_py310": [ + { + "id": "docs_src.response_model.tutorial001_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial002_py310": [ + { + "id": "docs_src.response_model.tutorial002_py310.UserIn", + "name": "UserIn", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial003_01_py310": [ + { + "id": "docs_src.response_model.tutorial003_01_py310.BaseUser", + "name": "BaseUser", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.response_model.tutorial003_01_py310.UserIn", + "name": "UserIn", + "lineno": 13, + "bases": [ + "BaseUser" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial003_02_py310": [], + "docs_src.response_model.tutorial003_03_py310": [], + "docs_src.response_model.tutorial003_04_py310": [], + "docs_src.response_model.tutorial003_05_py310": [], + "docs_src.response_model.tutorial003_py310": [ + { + "id": "docs_src.response_model.tutorial003_py310.UserIn", + "name": "UserIn", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.response_model.tutorial003_py310.UserOut", + "name": "UserOut", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial004_py310": [ + { + "id": "docs_src.response_model.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial005_py310": [ + { + "id": "docs_src.response_model.tutorial005_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model.tutorial006_py310": [ + { + "id": "docs_src.response_model.tutorial006_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.response_model": [], + "docs_src.response_status_code.tutorial001_py310": [], + "docs_src.response_status_code.tutorial002_py310": [], + "docs_src.response_status_code": [], + "docs_src.schema_extra_example.tutorial001_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial002_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial002_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial003_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial003_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial003_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial003_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial004_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial004_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial004_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial004_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial005_an_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial005_an_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example.tutorial005_py310": [ + { + "id": "docs_src.schema_extra_example.tutorial005_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.schema_extra_example": [], + "docs_src.security.tutorial001_an_py310": [], + "docs_src.security.tutorial001_py310": [], + "docs_src.security.tutorial002_an_py310": [ + { + "id": "docs_src.security.tutorial002_an_py310.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.security.tutorial002_py310": [ + { + "id": "docs_src.security.tutorial002_py310.User", + "name": "User", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.security.tutorial003_an_py310": [ + { + "id": "docs_src.security.tutorial003_an_py310.User", + "name": "User", + "lineno": 34, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial003_an_py310.UserInDB", + "name": "UserInDB", + "lineno": 41, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial003_py310": [ + { + "id": "docs_src.security.tutorial003_py310.User", + "name": "User", + "lineno": 32, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial003_py310.UserInDB", + "name": "UserInDB", + "lineno": 39, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial004_an_py310": [ + { + "id": "docs_src.security.tutorial004_an_py310.Token", + "name": "Token", + "lineno": 29, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_an_py310.TokenData", + "name": "TokenData", + "lineno": 34, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_an_py310.User", + "name": "User", + "lineno": 38, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_an_py310.UserInDB", + "name": "UserInDB", + "lineno": 45, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial004_py310": [ + { + "id": "docs_src.security.tutorial004_py310.Token", + "name": "Token", + "lineno": 28, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_py310.TokenData", + "name": "TokenData", + "lineno": 33, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_py310.User", + "name": "User", + "lineno": 37, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial004_py310.UserInDB", + "name": "UserInDB", + "lineno": 44, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial005_an_py310": [ + { + "id": "docs_src.security.tutorial005_an_py310.Token", + "name": "Token", + "lineno": 40, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_an_py310.TokenData", + "name": "TokenData", + "lineno": 45, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_an_py310.User", + "name": "User", + "lineno": 50, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_an_py310.UserInDB", + "name": "UserInDB", + "lineno": 57, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial005_py310": [ + { + "id": "docs_src.security.tutorial005_py310.Token", + "name": "Token", + "lineno": 39, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_py310.TokenData", + "name": "TokenData", + "lineno": 44, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_py310.User", + "name": "User", + "lineno": 49, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "docs_src.security.tutorial005_py310.UserInDB", + "name": "UserInDB", + "lineno": 56, + "bases": [ + "User" + ], + "scope": null + } + ], + "docs_src.security.tutorial006_an_py310": [], + "docs_src.security.tutorial006_py310": [], + "docs_src.security.tutorial007_an_py310": [], + "docs_src.security.tutorial007_py310": [], + "docs_src.security": [], + "docs_src.separate_openapi_schemas.tutorial001_py310": [ + { + "id": "docs_src.separate_openapi_schemas.tutorial001_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.separate_openapi_schemas.tutorial002_py310": [ + { + "id": "docs_src.separate_openapi_schemas.tutorial002_py310.Item", + "name": "Item", + "lineno": 5, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.separate_openapi_schemas": [], + "docs_src.server_sent_events.tutorial001_py310": [ + { + "id": "docs_src.server_sent_events.tutorial001_py310.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.server_sent_events.tutorial002_py310": [ + { + "id": "docs_src.server_sent_events.tutorial002_py310.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.server_sent_events.tutorial003_py310": [], + "docs_src.server_sent_events.tutorial004_py310": [ + { + "id": "docs_src.server_sent_events.tutorial004_py310.Item", + "name": "Item", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.server_sent_events.tutorial005_py310": [ + { + "id": "docs_src.server_sent_events.tutorial005_py310.Prompt", + "name": "Prompt", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.server_sent_events": [], + "docs_src.settings.tutorial001_py310": [ + { + "id": "docs_src.settings.tutorial001_py310.Settings", + "name": "Settings", + "lineno": 5, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings": [], + "docs_src.settings.app01_py310.config": [ + { + "id": "docs_src.settings.app01_py310.config.Settings", + "name": "Settings", + "lineno": 4, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings.app01_py310.main": [], + "docs_src.settings.app01_py310": [], + "docs_src.settings.app02_an_py310.config": [ + { + "id": "docs_src.settings.app02_an_py310.config.Settings", + "name": "Settings", + "lineno": 4, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings.app02_an_py310.main": [], + "docs_src.settings.app02_an_py310.test_main": [], + "docs_src.settings.app02_an_py310": [], + "docs_src.settings.app02_py310.config": [ + { + "id": "docs_src.settings.app02_py310.config.Settings", + "name": "Settings", + "lineno": 4, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings.app02_py310.main": [], + "docs_src.settings.app02_py310.test_main": [], + "docs_src.settings.app02_py310": [], + "docs_src.settings.app03_an_py310.config": [ + { + "id": "docs_src.settings.app03_an_py310.config.Settings", + "name": "Settings", + "lineno": 4, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings.app03_an_py310.main": [], + "docs_src.settings.app03_an_py310": [], + "docs_src.settings.app03_py310.config": [ + { + "id": "docs_src.settings.app03_py310.config.Settings", + "name": "Settings", + "lineno": 4, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "docs_src.settings.app03_py310.main": [], + "docs_src.settings.app03_py310": [], + "docs_src.sql_databases.tutorial001_an_py310": [ + { + "id": "docs_src.sql_databases.tutorial001_an_py310.Hero", + "name": "Hero", + "lineno": 7, + "bases": [ + "SQLModel" + ], + "scope": null + } + ], + "docs_src.sql_databases.tutorial001_py310": [ + { + "id": "docs_src.sql_databases.tutorial001_py310.Hero", + "name": "Hero", + "lineno": 5, + "bases": [ + "SQLModel" + ], + "scope": null + } + ], + "docs_src.sql_databases.tutorial002_an_py310": [ + { + "id": "docs_src.sql_databases.tutorial002_an_py310.HeroBase", + "name": "HeroBase", + "lineno": 7, + "bases": [ + "SQLModel" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.Hero", + "name": "Hero", + "lineno": 12, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.HeroPublic", + "name": "HeroPublic", + "lineno": 17, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.HeroCreate", + "name": "HeroCreate", + "lineno": 21, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_an_py310.HeroUpdate", + "name": "HeroUpdate", + "lineno": 25, + "bases": [ + "HeroBase" + ], + "scope": null + } + ], + "docs_src.sql_databases.tutorial002_py310": [ + { + "id": "docs_src.sql_databases.tutorial002_py310.HeroBase", + "name": "HeroBase", + "lineno": 5, + "bases": [ + "SQLModel" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.Hero", + "name": "Hero", + "lineno": 10, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.HeroPublic", + "name": "HeroPublic", + "lineno": 15, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.HeroCreate", + "name": "HeroCreate", + "lineno": 19, + "bases": [ + "HeroBase" + ], + "scope": null + }, + { + "id": "docs_src.sql_databases.tutorial002_py310.HeroUpdate", + "name": "HeroUpdate", + "lineno": 23, + "bases": [ + "HeroBase" + ], + "scope": null + } + ], + "docs_src.sql_databases": [], + "docs_src.static_files.tutorial001_py310": [], + "docs_src.static_files": [], + "docs_src.stream_data.tutorial001_py310": [], + "docs_src.stream_data.tutorial002_py310": [ + { + "id": "docs_src.stream_data.tutorial002_py310.PNGStreamingResponse", + "name": "PNGStreamingResponse", + "lineno": 19, + "bases": [ + "StreamingResponse" + ], + "scope": null + } + ], + "docs_src.stream_data": [], + "docs_src.stream_json_lines.tutorial001_py310": [ + { + "id": "docs_src.stream_json_lines.tutorial001_py310.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.stream_json_lines": [], + "docs_src.strict_content_type.tutorial001_py310": [ + { + "id": "docs_src.strict_content_type.tutorial001_py310.Item", + "name": "Item", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "docs_src.strict_content_type": [], + "docs_src.sub_applications.tutorial001_py310": [], + "docs_src.sub_applications": [], + "docs_src.templates.tutorial001_py310": [], + "docs_src.templates": [], + "docs_src.templates.static": [], + "docs_src.templates.templates": [], + "docs_src.using_request_directly.tutorial001_py310": [], + "docs_src.using_request_directly": [], + "docs_src.websockets_.tutorial001_py310": [], + "docs_src.websockets_.tutorial002_an_py310": [], + "docs_src.websockets_.tutorial002_py310": [], + "docs_src.websockets_.tutorial003_py310": [ + { + "id": "docs_src.websockets_.tutorial003_py310.ConnectionManager", + "name": "ConnectionManager", + "lineno": 44, + "bases": [], + "scope": null + } + ], + "docs_src.websockets_": [], + "docs_src.wsgi.tutorial001_py310": [], + "docs_src.wsgi": [], + "fastapi.applications": [ + { + "id": "fastapi.applications.FastAPI", + "name": "FastAPI", + "lineno": 41, + "bases": [ + "Starlette" + ], + "scope": null + } + ], + "fastapi.background": [ + { + "id": "fastapi.background.BackgroundTasks", + "name": "BackgroundTasks", + "lineno": 11, + "bases": [ + "StarletteBackgroundTasks" + ], + "scope": null + } + ], + "fastapi.cli": [], + "fastapi.concurrency": [], + "fastapi.datastructures": [ + { + "id": "fastapi.datastructures.UploadFile", + "name": "UploadFile", + "lineno": 21, + "bases": [ + "StarletteUploadFile" + ], + "scope": null + }, + { + "id": "fastapi.datastructures.DefaultPlaceholder", + "name": "DefaultPlaceholder", + "lineno": 153, + "bases": [], + "scope": null + } + ], + "fastapi.encoders": [ + { + "id": "fastapi.encoders.Color", + "name": "Color", + "lineno": 39, + "bases": [], + "scope": null + }, + { + "id": "fastapi.encoders.PyExtraColor", + "name": "PyExtraColor", + "lineno": 48, + "bases": [], + "scope": null + } + ], + "fastapi.exceptions": [ + { + "id": "fastapi.exceptions.EndpointContext", + "name": "EndpointContext", + "lineno": 10, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.HTTPException", + "name": "HTTPException", + "lineno": 17, + "bases": [ + "StarletteHTTPException" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.WebSocketException", + "name": "WebSocketException", + "lineno": 86, + "bases": [ + "StarletteWebSocketException" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.FastAPIError", + "name": "FastAPIError", + "lineno": 161, + "bases": [ + "RuntimeError" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.DependencyScopeError", + "name": "DependencyScopeError", + "lineno": 167, + "bases": [ + "FastAPIError" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.ValidationException", + "name": "ValidationException", + "lineno": 174, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.RequestValidationError", + "name": "RequestValidationError", + "lineno": 212, + "bases": [ + "ValidationException" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.WebSocketRequestValidationError", + "name": "WebSocketRequestValidationError", + "lineno": 224, + "bases": [ + "ValidationException" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.ResponseValidationError", + "name": "ResponseValidationError", + "lineno": 234, + "bases": [ + "ValidationException" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.PydanticV1NotSupportedError", + "name": "PydanticV1NotSupportedError", + "lineno": 246, + "bases": [ + "FastAPIError" + ], + "scope": null + }, + { + "id": "fastapi.exceptions.FastAPIDeprecationWarning", + "name": "FastAPIDeprecationWarning", + "lineno": 252, + "bases": [ + "UserWarning" + ], + "scope": null + } + ], + "fastapi.exception_handlers": [], + "fastapi.logger": [], + "fastapi.params": [ + { + "id": "fastapi.params.ParamTypes", + "name": "ParamTypes", + "lineno": 19, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "fastapi.params.Param", + "name": "Param", + "lineno": 26, + "bases": [ + "FieldInfo" + ], + "scope": null + }, + { + "id": "fastapi.params.Path", + "name": "Path", + "lineno": 137, + "bases": [ + "Param" + ], + "scope": null + }, + { + "id": "fastapi.params.Query", + "name": "Query", + "lineno": 221, + "bases": [ + "Param" + ], + "scope": null + }, + { + "id": "fastapi.params.Header", + "name": "Header", + "lineno": 303, + "bases": [ + "Param" + ], + "scope": null + }, + { + "id": "fastapi.params.Cookie", + "name": "Cookie", + "lineno": 387, + "bases": [ + "Param" + ], + "scope": null + }, + { + "id": "fastapi.params.Body", + "name": "Body", + "lineno": 469, + "bases": [ + "FieldInfo" + ], + "scope": null + }, + { + "id": "fastapi.params.Form", + "name": "Form", + "lineno": 581, + "bases": [ + "Body" + ], + "scope": null + }, + { + "id": "fastapi.params.File", + "name": "File", + "lineno": 663, + "bases": [ + "Form" + ], + "scope": null + }, + { + "id": "fastapi.params.Depends", + "name": "Depends", + "lineno": 746, + "bases": [], + "scope": null + }, + { + "id": "fastapi.params.Security", + "name": "Security", + "lineno": 753, + "bases": [ + "Depends" + ], + "scope": null + } + ], + "fastapi.param_functions": [], + "fastapi.requests": [], + "fastapi.responses": [ + { + "id": "fastapi.responses._UjsonModule", + "name": "_UjsonModule", + "lineno": 16, + "bases": [ + "Protocol" + ], + "scope": null + }, + { + "id": "fastapi.responses._OrjsonModule", + "name": "_OrjsonModule", + "lineno": 20, + "bases": [ + "Protocol" + ], + "scope": null + }, + { + "id": "fastapi.responses.UJSONResponse", + "name": "UJSONResponse", + "lineno": 48, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "fastapi.responses.ORJSONResponse", + "name": "ORJSONResponse", + "lineno": 78, + "bases": [ + "JSONResponse" + ], + "scope": null + } + ], + "fastapi.routing": [ + { + "id": "fastapi.routing._AsyncLiftContextManager", + "name": "_AsyncLiftContextManager", + "lineno": 169, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "fastapi.routing._DefaultLifespan", + "name": "_DefaultLifespan", + "lineno": 226, + "bases": [], + "scope": null + }, + { + "id": "fastapi.routing.APIWebSocketRoute", + "name": "APIWebSocketRoute", + "lineno": 769, + "bases": [ + "routing.WebSocketRoute" + ], + "scope": null + }, + { + "id": "fastapi.routing.APIRoute", + "name": "APIRoute", + "lineno": 811, + "bases": [ + "routing.Route" + ], + "scope": null + }, + { + "id": "fastapi.routing.APIRouter", + "name": "APIRouter", + "lineno": 1005, + "bases": [ + "routing.Router" + ], + "scope": null + } + ], + "fastapi.sse": [ + { + "id": "fastapi.sse.EventSourceResponse", + "name": "EventSourceResponse", + "lineno": 20, + "bases": [ + "StreamingResponse" + ], + "scope": null + }, + { + "id": "fastapi.sse.ServerSentEvent", + "name": "ServerSentEvent", + "lineno": 52, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "fastapi.staticfiles": [], + "fastapi.templating": [], + "fastapi.testclient": [], + "fastapi.types": [], + "fastapi.utils": [], + "fastapi.websockets": [], + "fastapi": [], + "fastapi.__main__": [], + "fastapi.dependencies.models": [ + { + "id": "fastapi.dependencies.models.Dependant", + "name": "Dependant", + "lineno": 32, + "bases": [], + "scope": null + } + ], + "fastapi.dependencies.utils": [ + { + "id": "fastapi.dependencies.utils.ParamDetails", + "name": "ParamDetails", + "lineno": 387, + "bases": [], + "scope": null + }, + { + "id": "fastapi.dependencies.utils.SolvedDependency", + "name": "SolvedDependency", + "lineno": 590, + "bases": [], + "scope": null + } + ], + "fastapi.dependencies": [], + "fastapi.middleware.asyncexitstack": [ + { + "id": "fastapi.middleware.asyncexitstack.AsyncExitStackMiddleware", + "name": "AsyncExitStackMiddleware", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "fastapi.middleware.cors": [], + "fastapi.middleware.gzip": [], + "fastapi.middleware.httpsredirect": [], + "fastapi.middleware.trustedhost": [], + "fastapi.middleware.wsgi": [], + "fastapi.middleware": [], + "fastapi.openapi.constants": [], + "fastapi.openapi.docs": [], + "fastapi.openapi.models": [ + { + "id": "fastapi.openapi.models.EmailStr", + "name": "EmailStr", + "lineno": 23, + "bases": [ + "str" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.BaseModelWithConfig", + "name": "BaseModelWithConfig", + "lineno": 57, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Contact", + "name": "Contact", + "lineno": 61, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.License", + "name": "License", + "lineno": 67, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Info", + "name": "Info", + "lineno": 73, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.ServerVariable", + "name": "ServerVariable", + "lineno": 83, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Server", + "name": "Server", + "lineno": 89, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Reference", + "name": "Reference", + "lineno": 95, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Discriminator", + "name": "Discriminator", + "lineno": 99, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.XML", + "name": "XML", + "lineno": 104, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.ExternalDocumentation", + "name": "ExternalDocumentation", + "lineno": 112, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Schema", + "name": "Schema", + "lineno": 123, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Example", + "name": "Example", + "lineno": 212, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.ParameterInType", + "name": "ParameterInType", + "lineno": 221, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Encoding", + "name": "Encoding", + "lineno": 228, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.MediaType", + "name": "MediaType", + "lineno": 236, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.ParameterBase", + "name": "ParameterBase", + "lineno": 243, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Parameter", + "name": "Parameter", + "lineno": 258, + "bases": [ + "ParameterBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Header", + "name": "Header", + "lineno": 263, + "bases": [ + "ParameterBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.RequestBody", + "name": "RequestBody", + "lineno": 267, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Link", + "name": "Link", + "lineno": 273, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Response", + "name": "Response", + "lineno": 282, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Operation", + "name": "Operation", + "lineno": 289, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.PathItem", + "name": "PathItem", + "lineno": 305, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.SecuritySchemeType", + "name": "SecuritySchemeType", + "lineno": 321, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.SecurityBase", + "name": "SecurityBase", + "lineno": 328, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.APIKeyIn", + "name": "APIKeyIn", + "lineno": 333, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.APIKey", + "name": "APIKey", + "lineno": 339, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.HTTPBase", + "name": "HTTPBase", + "lineno": 345, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.HTTPBearer", + "name": "HTTPBearer", + "lineno": 350, + "bases": [ + "HTTPBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlow", + "name": "OAuthFlow", + "lineno": 355, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlowImplicit", + "name": "OAuthFlowImplicit", + "lineno": 360, + "bases": [ + "OAuthFlow" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlowPassword", + "name": "OAuthFlowPassword", + "lineno": 364, + "bases": [ + "OAuthFlow" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlowClientCredentials", + "name": "OAuthFlowClientCredentials", + "lineno": 368, + "bases": [ + "OAuthFlow" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlowAuthorizationCode", + "name": "OAuthFlowAuthorizationCode", + "lineno": 372, + "bases": [ + "OAuthFlow" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuthFlows", + "name": "OAuthFlows", + "lineno": 377, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OAuth2", + "name": "OAuth2", + "lineno": 384, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OpenIdConnect", + "name": "OpenIdConnect", + "lineno": 389, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Components", + "name": "Components", + "lineno": 399, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.Tag", + "name": "Tag", + "lineno": 413, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + }, + { + "id": "fastapi.openapi.models.OpenAPI", + "name": "OpenAPI", + "lineno": 419, + "bases": [ + "BaseModelWithConfig" + ], + "scope": null + } + ], + "fastapi.openapi.utils": [], + "fastapi.openapi": [], + "fastapi.security.api_key": [ + { + "id": "fastapi.security.api_key.APIKeyBase", + "name": "APIKeyBase", + "lineno": 11, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.security.api_key.APIKeyQuery", + "name": "APIKeyQuery", + "lineno": 55, + "bases": [ + "APIKeyBase" + ], + "scope": null + }, + { + "id": "fastapi.security.api_key.APIKeyHeader", + "name": "APIKeyHeader", + "lineno": 147, + "bases": [ + "APIKeyBase" + ], + "scope": null + }, + { + "id": "fastapi.security.api_key.APIKeyCookie", + "name": "APIKeyCookie", + "lineno": 235, + "bases": [ + "APIKeyBase" + ], + "scope": null + } + ], + "fastapi.security.base": [ + { + "id": "fastapi.security.base.SecurityBase", + "name": "SecurityBase", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "fastapi.security.http": [ + { + "id": "fastapi.security.http.HTTPBasicCredentials", + "name": "HTTPBasicCredentials", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "fastapi.security.http.HTTPAuthorizationCredentials", + "name": "HTTPAuthorizationCredentials", + "lineno": 29, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "fastapi.security.http.HTTPBase", + "name": "HTTPBase", + "lineno": 69, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.security.http.HTTPBasic", + "name": "HTTPBasic", + "lineno": 105, + "bases": [ + "HTTPBase" + ], + "scope": null + }, + { + "id": "fastapi.security.http.HTTPBearer", + "name": "HTTPBearer", + "lineno": 222, + "bases": [ + "HTTPBase" + ], + "scope": null + }, + { + "id": "fastapi.security.http.HTTPDigest", + "name": "HTTPDigest", + "lineno": 319, + "bases": [ + "HTTPBase" + ], + "scope": null + } + ], + "fastapi.security.oauth2": [ + { + "id": "fastapi.security.oauth2.OAuth2PasswordRequestForm", + "name": "OAuth2PasswordRequestForm", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict", + "name": "OAuth2PasswordRequestFormStrict", + "lineno": 162, + "bases": [ + "OAuth2PasswordRequestForm" + ], + "scope": null + }, + { + "id": "fastapi.security.oauth2.OAuth2", + "name": "OAuth2", + "lineno": 330, + "bases": [ + "SecurityBase" + ], + "scope": null + }, + { + "id": "fastapi.security.oauth2.OAuth2PasswordBearer", + "name": "OAuth2PasswordBearer", + "lineno": 433, + "bases": [ + "OAuth2" + ], + "scope": null + }, + { + "id": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer", + "name": "OAuth2AuthorizationCodeBearer", + "lineno": 547, + "bases": [ + "OAuth2" + ], + "scope": null + }, + { + "id": "fastapi.security.oauth2.SecurityScopes", + "name": "SecurityScopes", + "lineno": 653, + "bases": [], + "scope": null + } + ], + "fastapi.security.open_id_connect_url": [ + { + "id": "fastapi.security.open_id_connect_url.OpenIdConnect", + "name": "OpenIdConnect", + "lineno": 11, + "bases": [ + "SecurityBase" + ], + "scope": null + } + ], + "fastapi.security.utils": [], + "fastapi.security": [], + "fastapi._compat.shared": [], + "fastapi._compat.v2": [ + { + "id": "fastapi._compat.v2.GenerateJsonSchema", + "name": "GenerateJsonSchema", + "lineno": 57, + "bases": [ + "_GenerateJsonSchema" + ], + "scope": null + }, + { + "id": "fastapi._compat.v2.ModelField", + "name": "ModelField", + "lineno": 114, + "bases": [], + "scope": null + } + ], + "fastapi._compat": [], + "scripts.add_latest_release_date": [], + "scripts.contributors": [ + { + "id": "scripts.contributors.Author", + "name": "Author", + "lineno": 59, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.LabelNode", + "name": "LabelNode", + "lineno": 65, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.Labels", + "name": "Labels", + "lineno": 69, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.ReviewNode", + "name": "ReviewNode", + "lineno": 73, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.Reviews", + "name": "Reviews", + "lineno": 78, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PullRequestNode", + "name": "PullRequestNode", + "lineno": 82, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PullRequestEdge", + "name": "PullRequestEdge", + "lineno": 94, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PullRequests", + "name": "PullRequests", + "lineno": 99, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PRsRepository", + "name": "PRsRepository", + "lineno": 103, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PRsResponseData", + "name": "PRsResponseData", + "lineno": 107, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.PRsResponse", + "name": "PRsResponse", + "lineno": 111, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.contributors.Settings", + "name": "Settings", + "lineno": 115, + "bases": [ + "BaseSettings" + ], + "scope": null + }, + { + "id": "scripts.contributors.ContributorsResults", + "name": "ContributorsResults", + "lineno": 168, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "scripts.deploy_docs_status": [ + { + "id": "scripts.deploy_docs_status.Settings", + "name": "Settings", + "lineno": 10, + "bases": [ + "BaseSettings" + ], + "scope": null + }, + { + "id": "scripts.deploy_docs_status.LinkData", + "name": "LinkData", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "scripts.docs": [ + { + "id": "scripts.docs.VisibleTextExtractor", + "name": "VisibleTextExtractor", + "lineno": 74, + "bases": [ + "HTMLParser" + ], + "scope": null + } + ], + "scripts.doc_parsing_utils": [ + { + "id": "scripts.doc_parsing_utils.CodeIncludeInfo", + "name": "CodeIncludeInfo", + "lineno": 37, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "scripts.doc_parsing_utils.HeaderPermalinkInfo", + "name": "HeaderPermalinkInfo", + "lineno": 42, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "scripts.doc_parsing_utils.MarkdownLinkInfo", + "name": "MarkdownLinkInfo", + "lineno": 49, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "scripts.doc_parsing_utils.HTMLLinkAttribute", + "name": "HTMLLinkAttribute", + "lineno": 58, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "scripts.doc_parsing_utils.HtmlLinkInfo", + "name": "HtmlLinkInfo", + "lineno": 64, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "scripts.doc_parsing_utils.MultilineCodeBlockInfo", + "name": "MultilineCodeBlockInfo", + "lineno": 71, + "bases": [ + "TypedDict" + ], + "scope": null + } + ], + "scripts.label_approved": [ + { + "id": "scripts.label_approved.LabelSettings", + "name": "LabelSettings", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.label_approved.Settings", + "name": "Settings", + "lineno": 18, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "scripts.notify_translations": [ + { + "id": "scripts.notify_translations.Comment", + "name": "Comment", + "lineno": 87, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.UpdateDiscussionComment", + "name": "UpdateDiscussionComment", + "lineno": 93, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.UpdateCommentData", + "name": "UpdateCommentData", + "lineno": 97, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.UpdateCommentResponse", + "name": "UpdateCommentResponse", + "lineno": 101, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AddDiscussionComment", + "name": "AddDiscussionComment", + "lineno": 105, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AddCommentData", + "name": "AddCommentData", + "lineno": 109, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AddCommentResponse", + "name": "AddCommentResponse", + "lineno": 113, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.CommentsEdge", + "name": "CommentsEdge", + "lineno": 117, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.Comments", + "name": "Comments", + "lineno": 122, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.CommentsDiscussion", + "name": "CommentsDiscussion", + "lineno": 126, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.CommentsRepository", + "name": "CommentsRepository", + "lineno": 130, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.CommentsData", + "name": "CommentsData", + "lineno": 134, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.CommentsResponse", + "name": "CommentsResponse", + "lineno": 138, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsLabelNode", + "name": "AllDiscussionsLabelNode", + "lineno": 142, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsLabelsEdge", + "name": "AllDiscussionsLabelsEdge", + "lineno": 147, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsDiscussionLabels", + "name": "AllDiscussionsDiscussionLabels", + "lineno": 151, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsDiscussionNode", + "name": "AllDiscussionsDiscussionNode", + "lineno": 155, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsDiscussions", + "name": "AllDiscussionsDiscussions", + "lineno": 162, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsRepository", + "name": "AllDiscussionsRepository", + "lineno": 166, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsData", + "name": "AllDiscussionsData", + "lineno": 170, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.AllDiscussionsResponse", + "name": "AllDiscussionsResponse", + "lineno": 174, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.Settings", + "name": "Settings", + "lineno": 178, + "bases": [ + "BaseSettings" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.PartialGitHubEventIssue", + "name": "PartialGitHubEventIssue", + "lineno": 190, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.notify_translations.PartialGitHubEvent", + "name": "PartialGitHubEvent", + "lineno": 194, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "scripts.people": [ + { + "id": "scripts.people.RateLimiter", + "name": "RateLimiter", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "scripts.people.Author", + "name": "Author", + "lineno": 130, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.CommentsNode", + "name": "CommentsNode", + "lineno": 136, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.Replies", + "name": "Replies", + "lineno": 142, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsCommentsNode", + "name": "DiscussionsCommentsNode", + "lineno": 147, + "bases": [ + "CommentsNode" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsComments", + "name": "DiscussionsComments", + "lineno": 152, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsNode", + "name": "DiscussionsNode", + "lineno": 157, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsEdge", + "name": "DiscussionsEdge", + "lineno": 165, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.Discussions", + "name": "Discussions", + "lineno": 170, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsRepository", + "name": "DiscussionsRepository", + "lineno": 174, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsResponseData", + "name": "DiscussionsResponseData", + "lineno": 178, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionsResponse", + "name": "DiscussionsResponse", + "lineno": 182, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.people.Settings", + "name": "Settings", + "lineno": 186, + "bases": [ + "BaseSettings" + ], + "scope": null + }, + { + "id": "scripts.people.DiscussionExpertsResults", + "name": "DiscussionExpertsResults", + "lineno": 245, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "scripts.prepare_release": [], + "scripts.sponsors": [ + { + "id": "scripts.sponsors.SponsorEntity", + "name": "SponsorEntity", + "lineno": 48, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.Tier", + "name": "Tier", + "lineno": 54, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorshipAsMaintainerNode", + "name": "SponsorshipAsMaintainerNode", + "lineno": 59, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorshipAsMaintainerEdge", + "name": "SponsorshipAsMaintainerEdge", + "lineno": 64, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorshipAsMaintainer", + "name": "SponsorshipAsMaintainer", + "lineno": 69, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorsUser", + "name": "SponsorsUser", + "lineno": 73, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorsResponseData", + "name": "SponsorsResponseData", + "lineno": 77, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.SponsorsResponse", + "name": "SponsorsResponse", + "lineno": 81, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "scripts.sponsors.Settings", + "name": "Settings", + "lineno": 85, + "bases": [ + "BaseSettings" + ], + "scope": null + } + ], + "scripts.topic_repos": [ + { + "id": "scripts.topic_repos.Settings", + "name": "Settings", + "lineno": 12, + "bases": [ + "BaseSettings" + ], + "scope": null + }, + { + "id": "scripts.topic_repos.Repo", + "name": "Repo", + "lineno": 17, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "scripts.translate": [], + "scripts.translation_fixer": [], + "scripts.playwright.cookie_param_models.image01": [], + "scripts.playwright.header_param_models.image01": [], + "scripts.playwright.json_base64_bytes.image01": [], + "scripts.playwright.query_param_models.image01": [], + "scripts.playwright.request_form_models.image01": [], + "scripts.playwright.separate_openapi_schemas.image01": [], + "scripts.playwright.separate_openapi_schemas.image02": [], + "scripts.playwright.separate_openapi_schemas.image03": [], + "scripts.playwright.separate_openapi_schemas.image04": [], + "scripts.playwright.separate_openapi_schemas.image05": [], + "scripts.playwright.sql_databases.image01": [], + "scripts.playwright.sql_databases.image02": [], + "scripts.tests.test_translation_fixer.conftest": [], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch": [], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid": [], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch": [], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code": [], + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch": [], + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc": [], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch": [], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch": [], + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch": [], + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch": [], + "tests.forward_reference_type": [ + { + "id": "tests.forward_reference_type.ForwardRefModel", + "name": "ForwardRefModel", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.main": [], + "tests.test_additional_properties": [ + { + "id": "tests.test_additional_properties.Items", + "name": "Items", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_properties_bool": [ + { + "id": "tests.test_additional_properties_bool.FooBaseModel", + "name": "FooBaseModel", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_additional_properties_bool.Foo", + "name": "Foo", + "lineno": 11, + "bases": [ + "FooBaseModel" + ], + "scope": null + } + ], + "tests.test_additional_responses_bad": [], + "tests.test_additional_responses_custom_model_in_callback": [ + { + "id": "tests.test_additional_responses_custom_model_in_callback.CustomModel", + "name": "CustomModel", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_responses_custom_validationerror": [ + { + "id": "tests.test_additional_responses_custom_validationerror.JsonApiResponse", + "name": "JsonApiResponse", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_additional_responses_custom_validationerror.Error", + "name": "Error", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_additional_responses_custom_validationerror.JsonApiError", + "name": "JsonApiError", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_responses_default_validationerror": [], + "tests.test_additional_responses_response_class": [ + { + "id": "tests.test_additional_responses_response_class.JsonApiResponse", + "name": "JsonApiResponse", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_additional_responses_response_class.Error", + "name": "Error", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_additional_responses_response_class.JsonApiError", + "name": "JsonApiError", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_responses_router": [ + { + "id": "tests.test_additional_responses_router.ResponseModel", + "name": "ResponseModel", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_responses_union_duplicate_anyof": [ + { + "id": "tests.test_additional_responses_union_duplicate_anyof.ModelA", + "name": "ModelA", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_additional_responses_union_duplicate_anyof.ModelB", + "name": "ModelB", + "lineno": 17, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_additional_response_extra": [], + "tests.test_allow_inf_nan_in_enforcing": [], + "tests.test_ambiguous_params": [], + "tests.test_annotated": [], + "tests.test_application": [], + "tests.test_arbitrary_types": [ + { + "id": "tests.test_arbitrary_types.FakeNumpyArray", + "name": "FakeNumpyArray", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "tests.test_arbitrary_types.MyModel", + "name": "MyModel", + "lineno": 29, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_arbitrary_types.FakeNumpyArray", + "name": "FakeNumpyArray", + "lineno": 58, + "bases": [], + "scope": null + }, + { + "id": "tests.test_arbitrary_types.MyModel", + "name": "MyModel", + "lineno": 68, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_callable_endpoint": [], + "tests.test_compat": [ + { + "id": "tests.test_compat.Missing", + "name": "Missing", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "tests.test_compat.EmbeddedModel", + "name": "EmbeddedModel", + "lineno": 46, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_compat.Model", + "name": "Model", + "lineno": 50, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_computed_fields": [ + { + "id": "tests.test_computed_fields.Rectangle", + "name": "Rectangle", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_custom_middleware_exception": [ + { + "id": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware", + "name": "ContentSizeLimitMiddleware", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.test_custom_route_class": [ + { + "id": "tests.test_custom_route_class.APIRouteA", + "name": "APIRouteA", + "lineno": 11, + "bases": [ + "APIRoute" + ], + "scope": null + }, + { + "id": "tests.test_custom_route_class.APIRouteB", + "name": "APIRouteB", + "lineno": 15, + "bases": [ + "APIRoute" + ], + "scope": null + }, + { + "id": "tests.test_custom_route_class.APIRouteC", + "name": "APIRouteC", + "lineno": 19, + "bases": [ + "APIRoute" + ], + "scope": null + } + ], + "tests.test_custom_schema_fields": [ + { + "id": "tests.test_custom_schema_fields.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_custom_swagger_ui_redirect": [], + "tests.test_datastructures": [], + "tests.test_datetime_custom_encoder": [ + { + "id": "tests.test_datetime_custom_encoder.ModelWithDatetimeField", + "name": "ModelWithDatetimeField", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_default_response_class": [ + { + "id": "tests.test_default_response_class.ORJSONResponse", + "name": "ORJSONResponse", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_default_response_class.OverrideResponse", + "name": "OverrideResponse", + "lineno": 19, + "bases": [ + "JSONResponse" + ], + "scope": null + } + ], + "tests.test_default_response_class_router": [ + { + "id": "tests.test_default_response_class_router.OverrideResponse", + "name": "OverrideResponse", + "lineno": 6, + "bases": [ + "JSONResponse" + ], + "scope": null + } + ], + "tests.test_dependencies_utils": [], + "tests.test_dependency_after_yield_raise": [ + { + "id": "tests.test_dependency_after_yield_raise.CustomError", + "name": "CustomError", + "lineno": 8, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.test_dependency_after_yield_streaming": [ + { + "id": "tests.test_dependency_after_yield_streaming.Session", + "name": "Session", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_after_yield_websockets": [ + { + "id": "tests.test_dependency_after_yield_websockets.Session", + "name": "Session", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_cache": [], + "tests.test_dependency_class": [ + { + "id": "tests.test_dependency_class.CallableDependency", + "name": "CallableDependency", + "lineno": 10, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_class.CallableGenDependency", + "name": "CallableGenDependency", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_class.AsyncCallableDependency", + "name": "AsyncCallableDependency", + "lineno": 20, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_class.AsyncCallableGenDependency", + "name": "AsyncCallableGenDependency", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_class.MethodsDependency", + "name": "MethodsDependency", + "lineno": 30, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_contextmanager": [ + { + "id": "tests.test_dependency_contextmanager.AsyncDependencyError", + "name": "AsyncDependencyError", + "lineno": 27, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_dependency_contextmanager.SyncDependencyError", + "name": "SyncDependencyError", + "lineno": 31, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_dependency_contextmanager.OtherDependencyError", + "name": "OtherDependencyError", + "lineno": 35, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.test_dependency_contextvars": [], + "tests.test_dependency_duplicates": [ + { + "id": "tests.test_dependency_duplicates.Item", + "name": "Item", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_dependency_overrides": [], + "tests.test_dependency_paramless": [], + "tests.test_dependency_partial": [ + { + "id": "tests.test_dependency_partial.CallableDependency", + "name": "CallableDependency", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_partial.CallableGenDependency", + "name": "CallableGenDependency", + "lineno": 33, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_partial.AsyncCallableDependency", + "name": "AsyncCallableDependency", + "lineno": 38, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_partial.AsyncCallableGenDependency", + "name": "AsyncCallableGenDependency", + "lineno": 43, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_partial.MethodsDependency", + "name": "MethodsDependency", + "lineno": 48, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_pep695": [], + "tests.test_dependency_security_overrides": [], + "tests.test_dependency_wrapped": [ + { + "id": "tests.test_dependency_wrapped.ClassInstanceDep", + "name": "ClassInstanceDep", + "lineno": 58, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceGenDep", + "name": "ClassInstanceGenDep", + "lineno": 68, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedDep", + "name": "ClassInstanceWrappedDep", + "lineno": 77, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncDep", + "name": "ClassInstanceWrappedAsyncDep", + "lineno": 86, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedGenDep", + "name": "ClassInstanceWrappedGenDep", + "lineno": 95, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncGenDep", + "name": "ClassInstanceWrappedAsyncGenDep", + "lineno": 104, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassDep", + "name": "ClassDep", + "lineno": 113, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncDep", + "name": "ClassInstanceAsyncDep", + "lineno": 122, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncGenDep", + "name": "ClassInstanceAsyncGenDep", + "lineno": 134, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedDep", + "name": "ClassInstanceAsyncWrappedDep", + "lineno": 143, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedAsyncDep", + "name": "ClassInstanceAsyncWrappedAsyncDep", + "lineno": 152, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenDep", + "name": "ClassInstanceAsyncWrappedGenDep", + "lineno": 161, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenAsyncDep", + "name": "ClassInstanceAsyncWrappedGenAsyncDep", + "lineno": 170, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_yield_except_httpexception": [], + "tests.test_dependency_yield_scope": [ + { + "id": "tests.test_dependency_yield_scope.Session", + "name": "Session", + "lineno": 11, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_yield_scope.NamedSession", + "name": "NamedSession", + "lineno": 32, + "bases": [], + "scope": null + } + ], + "tests.test_dependency_yield_scope_websockets": [ + { + "id": "tests.test_dependency_yield_scope_websockets.Session", + "name": "Session", + "lineno": 12, + "bases": [], + "scope": null + }, + { + "id": "tests.test_dependency_yield_scope_websockets.NamedSession", + "name": "NamedSession", + "lineno": 30, + "bases": [], + "scope": null + } + ], + "tests.test_depends_hashable": [], + "tests.test_deprecated_openapi_prefix": [], + "tests.test_deprecated_responses": [ + { + "id": "tests.test_deprecated_responses.Item", + "name": "Item", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_dump_json_fast_path": [ + { + "id": "tests.test_dump_json_fast_path.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_duplicate_models_openapi": [ + { + "id": "tests.test_duplicate_models_openapi.Model", + "name": "Model", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_duplicate_models_openapi.Model2", + "name": "Model2", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_duplicate_models_openapi.Model3", + "name": "Model3", + "lineno": 17, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_empty_router": [], + "tests.test_enforce_once_required_parameter": [], + "tests.test_exception_handlers": [], + "tests.test_extra_routes": [ + { + "id": "tests.test_extra_routes.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_fastapi_cli": [], + "tests.test_file_and_form_order_issue_9116": [], + "tests.test_filter_pydantic_sub_model_pv2": [ + { + "id": "tests.test_filter_pydantic_sub_model_pv2.ModelB", + "name": "ModelB", + "lineno": 15, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.ModelC", + "name": "ModelC", + "lineno": 18, + "bases": [ + "ModelB" + ], + "scope": null + }, + { + "id": "tests.test_filter_pydantic_sub_model_pv2.ModelA", + "name": "ModelA", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_forms_from_non_typing_sequences": [], + "tests.test_forms_single_model": [ + { + "id": "tests.test_forms_single_model.FormModel", + "name": "FormModel", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_forms_single_model.FormModelExtraAllow", + "name": "FormModelExtraAllow", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_forms_single_param": [], + "tests.test_form_default": [], + "tests.test_generate_unique_id_function": [ + { + "id": "tests.test_generate_unique_id_function.Item", + "name": "Item", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_generate_unique_id_function.Message", + "name": "Message", + "lineno": 27, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_generic_parameterless_depends": [ + { + "id": "tests.test_generic_parameterless_depends.A", + "name": "A", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "tests.test_generic_parameterless_depends.B", + "name": "B", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.test_get_model_definitions_formfeed_escape": [ + { + "id": "tests.test_get_model_definitions_formfeed_escape.Address", + "name": "Address", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_get_model_definitions_formfeed_escape.Facility", + "name": "Facility", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_get_request_body": [ + { + "id": "tests.test_get_request_body.Product", + "name": "Product", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_http_connection_injection": [], + "tests.test_include_route": [], + "tests.test_include_router_defaults_overrides": [ + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel0", + "name": "ResponseLevel0", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel1", + "name": "ResponseLevel1", + "lineno": 14, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel2", + "name": "ResponseLevel2", + "lineno": 18, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel3", + "name": "ResponseLevel3", + "lineno": 22, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel4", + "name": "ResponseLevel4", + "lineno": 26, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_include_router_defaults_overrides.ResponseLevel5", + "name": "ResponseLevel5", + "lineno": 30, + "bases": [ + "JSONResponse" + ], + "scope": null + } + ], + "tests.test_infer_param_optionality": [], + "tests.test_inherited_custom_class": [ + { + "id": "tests.test_inherited_custom_class.MyUuid", + "name": "MyUuid", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.test_inherited_custom_class.SomeCustomClass", + "name": "SomeCustomClass", + "lineno": 41, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_invalid_path_param": [ + { + "id": "tests.test_invalid_path_param.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_invalid_path_param.Item", + "name": "Item", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_invalid_path_param.Item", + "name": "Item", + "lineno": 34, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_invalid_sequence_param": [ + { + "id": "tests.test_invalid_sequence_param.Item", + "name": "Item", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_invalid_sequence_param.Item", + "name": "Item", + "lineno": 28, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_invalid_sequence_param.Item", + "name": "Item", + "lineno": 43, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_invalid_sequence_param.Item", + "name": "Item", + "lineno": 58, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_jsonable_encoder": [ + { + "id": "tests.test_jsonable_encoder.Person", + "name": "Person", + "lineno": 18, + "bases": [], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.Pet", + "name": "Pet", + "lineno": 23, + "bases": [], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.Item", + "name": "Item", + "lineno": 30, + "bases": [], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.DictablePerson", + "name": "DictablePerson", + "lineno": 35, + "bases": [ + "Person" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.DictablePet", + "name": "DictablePet", + "lineno": 40, + "bases": [ + "Pet" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.Unserializable", + "name": "Unserializable", + "lineno": 45, + "bases": [], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.RoleEnum", + "name": "RoleEnum", + "lineno": 54, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithConfig", + "name": "ModelWithConfig", + "lineno": 59, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithAlias", + "name": "ModelWithAlias", + "lineno": 65, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithDefault", + "name": "ModelWithDefault", + "lineno": 69, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithCustomEncoder", + "name": "ModelWithCustomEncoder", + "lineno": 143, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithCustomEncoderSubclass", + "name": "ModelWithCustomEncoderSubclass", + "lineno": 150, + "bases": [ + "ModelWithCustomEncoder" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelV1", + "name": "ModelV1", + "lineno": 164, + "bases": [ + "v1.BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.safe_datetime", + "name": "safe_datetime", + "lineno": 206, + "bases": [ + "datetime" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.MyDict", + "name": "MyDict", + "lineno": 209, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.MyEnum", + "name": "MyEnum", + "lineno": 232, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithPath", + "name": "ModelWithPath", + "lineno": 244, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithPath", + "name": "ModelWithPath", + "lineno": 255, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.ModelWithPath", + "name": "ModelWithPath", + "lineno": 265, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_jsonable_encoder.Model", + "name": "Model", + "lineno": 303, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_json_type": [], + "tests.test_list_bytes_file_order_preserved_issue_14811": [], + "tests.test_local_docs": [], + "tests.test_multipart_installation": [], + "tests.test_multi_body_errors": [ + { + "id": "tests.test_multi_body_errors.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_multi_query_errors": [], + "tests.test_no_schema_split": [ + { + "id": "tests.test_no_schema_split.MessageEventType", + "name": "MessageEventType", + "lineno": 13, + "bases": [ + "str", + "Enum" + ], + "scope": null + }, + { + "id": "tests.test_no_schema_split.MessageEvent", + "name": "MessageEvent", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_no_schema_split.MessageOutput", + "name": "MessageOutput", + "lineno": 23, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_no_schema_split.Message", + "name": "Message", + "lineno": 28, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_no_swagger_ui_redirect": [], + "tests.test_openapi_cache_root_path": [], + "tests.test_openapi_examples": [ + { + "id": "tests.test_openapi_examples.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_openapi_model_description_trim_on_formfeed": [ + { + "id": "tests.test_openapi_model_description_trim_on_formfeed.MyModel", + "name": "MyModel", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_openapi_query_parameter_extension": [], + "tests.test_openapi_route_extensions": [], + "tests.test_openapi_schema_type": [], + "tests.test_openapi_separate_input_output_schemas": [ + { + "id": "tests.test_openapi_separate_input_output_schemas.SubItem", + "name": "SubItem", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.Item", + "name": "Item", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_openapi_separate_input_output_schemas.WithComputedField", + "name": "WithComputedField", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_openapi_servers": [], + "tests.test_operations_signatures": [], + "tests.test_optional_file_list": [], + "tests.test_orjson_response_class": [], + "tests.test_params_repr": [], + "tests.test_param_class": [], + "tests.test_param_include_in_schema": [], + "tests.test_param_in_path_and_dependency": [], + "tests.test_path": [], + "tests.test_prepare_release": [], + "tests.test_put_no_body": [], + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations": [ + { + "id": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.Item", + "name": "Item", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.test_pydantic_v1_error": [ + { + "id": "tests.test_pydantic_v1_error.ParamModelV1", + "name": "ParamModelV1", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_pydantic_v1_error.ReturnModelV1", + "name": "ReturnModelV1", + "lineno": 33, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_pydantic_v1_error.ResponseModelV1", + "name": "ResponseModelV1", + "lineno": 46, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_pydantic_v1_error.ErrorModelV1", + "name": "ErrorModelV1", + "lineno": 59, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_pydantic_v1_error.ModelV1A", + "name": "ModelV1A", + "lineno": 74, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_pydantic_v1_error.ModelV1A", + "name": "ModelV1A", + "lineno": 87, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_query": [], + "tests.test_query_cookie_header_model_extra_params": [ + { + "id": "tests.test_query_cookie_header_model_extra_params.Model", + "name": "Model", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_query_cookie_header_model_extra_params.AuthHeaders", + "name": "AuthHeaders", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_read_with_orm_mode": [ + { + "id": "tests.test_read_with_orm_mode.PersonBase", + "name": "PersonBase", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_read_with_orm_mode.Person", + "name": "Person", + "lineno": 13, + "bases": [ + "PersonBase" + ], + "scope": null + }, + { + "id": "tests.test_read_with_orm_mode.PersonCreate", + "name": "PersonCreate", + "lineno": 20, + "bases": [ + "PersonBase" + ], + "scope": null + }, + { + "id": "tests.test_read_with_orm_mode.PersonRead", + "name": "PersonRead", + "lineno": 23, + "bases": [ + "PersonBase" + ], + "scope": null + } + ], + "tests.test_regex_deprecated_body": [], + "tests.test_regex_deprecated_params": [], + "tests.test_repeated_cookie_headers": [], + "tests.test_repeated_dependency_schema": [], + "tests.test_repeated_parameter_alias": [], + "tests.test_request_body_parameters_media_type": [ + { + "id": "tests.test_request_body_parameters_media_type.Product", + "name": "Product", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_body_parameters_media_type.Shop", + "name": "Shop", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_param_model_by_alias": [ + { + "id": "tests.test_request_param_model_by_alias.Model", + "name": "Model", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_required_noneable": [], + "tests.test_response_by_alias": [ + { + "id": "tests.test_response_by_alias.Model", + "name": "Model", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_by_alias.ModelNoAlias", + "name": "ModelNoAlias", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_change_status_code": [], + "tests.test_response_class_no_mediatype": [ + { + "id": "tests.test_response_class_no_mediatype.JsonApiResponse", + "name": "JsonApiResponse", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_response_class_no_mediatype.Error", + "name": "Error", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_class_no_mediatype.JsonApiError", + "name": "JsonApiError", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_code_no_body": [ + { + "id": "tests.test_response_code_no_body.JsonApiResponse", + "name": "JsonApiResponse", + "lineno": 10, + "bases": [ + "JSONResponse" + ], + "scope": null + }, + { + "id": "tests.test_response_code_no_body.Error", + "name": "Error", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_code_no_body.JsonApiError", + "name": "JsonApiError", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_dependency": [], + "tests.test_response_model_as_return_annotation": [ + { + "id": "tests.test_response_model_as_return_annotation.BaseUser", + "name": "BaseUser", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_as_return_annotation.User", + "name": "User", + "lineno": 14, + "bases": [ + "BaseUser" + ], + "scope": null + }, + { + "id": "tests.test_response_model_as_return_annotation.DBUser", + "name": "DBUser", + "lineno": 18, + "bases": [ + "User" + ], + "scope": null + }, + { + "id": "tests.test_response_model_as_return_annotation.Item", + "name": "Item", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_model_data_filter": [ + { + "id": "tests.test_response_model_data_filter.UserBase", + "name": "UserBase", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter.UserCreate", + "name": "UserCreate", + "lineno": 12, + "bases": [ + "UserBase" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter.UserDB", + "name": "UserDB", + "lineno": 16, + "bases": [ + "UserBase" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter.PetDB", + "name": "PetDB", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter.PetOut", + "name": "PetOut", + "lineno": 25, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_model_data_filter_no_inheritance": [ + { + "id": "tests.test_response_model_data_filter_no_inheritance.UserCreate", + "name": "UserCreate", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.UserDB", + "name": "UserDB", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.User", + "name": "User", + "lineno": 18, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.PetDB", + "name": "PetDB", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_data_filter_no_inheritance.PetOut", + "name": "PetOut", + "lineno": 27, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_model_default_factory": [ + { + "id": "tests.test_response_model_default_factory.ResponseModel", + "name": "ResponseModel", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_model_include_exclude": [ + { + "id": "tests.test_response_model_include_exclude.Model1", + "name": "Model1", + "lineno": 6, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_include_exclude.Model2", + "name": "Model2", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_response_model_include_exclude.Model3", + "name": "Model3", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_model_invalid": [ + { + "id": "tests.test_response_model_invalid.NonPydanticModel", + "name": "NonPydanticModel", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.test_response_model_sub_types": [ + { + "id": "tests.test_response_model_sub_types.Model", + "name": "Model", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_response_set_response_code_empty": [], + "tests.test_return_none_stringified_annotations": [], + "tests.test_router_circular_import": [], + "tests.test_router_events": [ + { + "id": "tests.test_router_events.State", + "name": "State", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_router_prefix_with_template": [], + "tests.test_router_redirect_slashes": [], + "tests.test_route_scope": [], + "tests.test_schema_compat_pydantic_v2": [ + { + "id": "tests.test_schema_compat_pydantic_v2.PlatformRole", + "name": "PlatformRole", + "lineno": 17, + "bases": [ + "str", + "Enum" + ], + "scope": null + }, + { + "id": "tests.test_schema_compat_pydantic_v2.OtherRole", + "name": "OtherRole", + "lineno": 21, + "bases": [ + "str", + "Enum" + ], + "scope": null + }, + { + "id": "tests.test_schema_compat_pydantic_v2.User", + "name": "User", + "lineno": 23, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_schema_extra_examples": [ + { + "id": "tests.test_schema_extra_examples.Item", + "name": "Item", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_schema_ref_pydantic_v2": [ + { + "id": "tests.test_schema_ref_pydantic_v2.ModelWithRef", + "name": "ModelWithRef", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_cookie": [ + { + "id": "tests.test_security_api_key_cookie.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_cookie_description": [ + { + "id": "tests.test_security_api_key_cookie_description.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_cookie_optional": [ + { + "id": "tests.test_security_api_key_cookie_optional.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_header": [ + { + "id": "tests.test_security_api_key_header.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_header_description": [ + { + "id": "tests.test_security_api_key_header_description.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_header_optional": [ + { + "id": "tests.test_security_api_key_header_optional.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_query": [ + { + "id": "tests.test_security_api_key_query.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_query_description": [ + { + "id": "tests.test_security_api_key_query_description.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_api_key_query_optional": [ + { + "id": "tests.test_security_api_key_query_optional.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_http_base": [], + "tests.test_security_http_base_description": [], + "tests.test_security_http_base_optional": [], + "tests.test_security_http_basic_optional": [], + "tests.test_security_http_basic_realm": [], + "tests.test_security_http_basic_realm_description": [], + "tests.test_security_http_bearer": [], + "tests.test_security_http_bearer_description": [], + "tests.test_security_http_bearer_optional": [], + "tests.test_security_http_digest": [], + "tests.test_security_http_digest_description": [], + "tests.test_security_http_digest_optional": [], + "tests.test_security_oauth2": [ + { + "id": "tests.test_security_oauth2.User", + "name": "User", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_oauth2_authorization_code_bearer": [], + "tests.test_security_oauth2_authorization_code_bearer_description": [], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi": [], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple": [], + "tests.test_security_oauth2_optional": [ + { + "id": "tests.test_security_oauth2_optional.User", + "name": "User", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_oauth2_optional_description": [ + { + "id": "tests.test_security_oauth2_optional_description.User", + "name": "User", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_oauth2_password_bearer_optional": [], + "tests.test_security_oauth2_password_bearer_optional_description": [], + "tests.test_security_openid_connect": [ + { + "id": "tests.test_security_openid_connect.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_openid_connect_description": [ + { + "id": "tests.test_security_openid_connect_description.User", + "name": "User", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_openid_connect_optional": [ + { + "id": "tests.test_security_openid_connect_optional.User", + "name": "User", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_security_scopes": [], + "tests.test_security_scopes_dont_propagate": [], + "tests.test_security_scopes_sub_dependency": [], + "tests.test_serialize_response": [ + { + "id": "tests.test_serialize_response.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_serialize_response_dataclass": [ + { + "id": "tests.test_serialize_response_dataclass.Item", + "name": "Item", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.test_serialize_response_model": [ + { + "id": "tests.test_serialize_response_model.Item", + "name": "Item", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_skip_defaults": [ + { + "id": "tests.test_skip_defaults.SubModel", + "name": "SubModel", + "lineno": 8, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_skip_defaults.Model", + "name": "Model", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_skip_defaults.ModelSubclass", + "name": "ModelSubclass", + "lineno": 17, + "bases": [ + "Model" + ], + "scope": null + }, + { + "id": "tests.test_skip_defaults.ModelDefaults", + "name": "ModelDefaults", + "lineno": 23, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_sse": [ + { + "id": "tests.test_sse.Item", + "name": "Item", + "lineno": 14, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_starlette_exception": [], + "tests.test_starlette_urlconvertors": [], + "tests.test_stream_bare_type": [ + { + "id": "tests.test_stream_bare_type.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_stream_cancellation": [], + "tests.test_stream_json_validation_error": [ + { + "id": "tests.test_stream_json_validation_error.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_strict_content_type_app_level": [], + "tests.test_strict_content_type_nested": [], + "tests.test_strict_content_type_router_level": [], + "tests.test_stringified_annotations_simple": [ + { + "id": "tests.test_stringified_annotations_simple.Dep", + "name": "Dep", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.test_stringified_annotation_dependency": [ + { + "id": "tests.test_stringified_annotation_dependency.DummyClient", + "name": "DummyClient", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "tests.test_stringified_annotation_dependency_py314": [ + { + "id": "tests.test_stringified_annotation_dependency_py314.DummyUser", + "name": "DummyUser", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.test_sub_callbacks": [ + { + "id": "tests.test_sub_callbacks.Invoice", + "name": "Invoice", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_sub_callbacks.InvoiceEvent", + "name": "InvoiceEvent", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_sub_callbacks.InvoiceEventReceived", + "name": "InvoiceEventReceived", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_sub_callbacks.Event", + "name": "Event", + "lineno": 35, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_swagger_ui_escape": [], + "tests.test_swagger_ui_init_oauth": [], + "tests.test_top_level_security_scheme_in_openapi": [], + "tests.test_tuples": [ + { + "id": "tests.test_tuples.ItemGroup", + "name": "ItemGroup", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_tuples.Coordinate", + "name": "Coordinate", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_typing_python39": [], + "tests.test_union_body": [ + { + "id": "tests.test_union_body.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_union_body.OtherItem", + "name": "OtherItem", + "lineno": 13, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_union_body_discriminator": [ + { + "id": "tests.test_union_body_discriminator.FirstItem", + "name": "FirstItem", + "lineno": 15, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_union_body_discriminator.OtherItem", + "name": "OtherItem", + "lineno": 19, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_union_body_discriminator_annotated": [ + { + "id": "tests.test_union_body_discriminator_annotated.Cat", + "name": "Cat", + "lineno": 17, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_union_body_discriminator_annotated.Dog", + "name": "Dog", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_union_forms": [ + { + "id": "tests.test_union_forms.UserForm", + "name": "UserForm", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_union_forms.CompanyForm", + "name": "CompanyForm", + "lineno": 16, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_union_inherited_body": [ + { + "id": "tests.test_union_inherited_body.Item", + "name": "Item", + "lineno": 9, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_union_inherited_body.ExtendedItem", + "name": "ExtendedItem", + "lineno": 13, + "bases": [ + "Item" + ], + "scope": null + } + ], + "tests.test_validate_response": [ + { + "id": "tests.test_validate_response.Item", + "name": "Item", + "lineno": 10, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_validate_response_dataclass": [ + { + "id": "tests.test_validate_response_dataclass.Item", + "name": "Item", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.test_validation_error_context": [ + { + "id": "tests.test_validation_error_context.Item", + "name": "Item", + "lineno": 11, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_validation_error_context.ExceptionCapture", + "name": "ExceptionCapture", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.test_webhooks_security": [ + { + "id": "tests.test_webhooks_security.Subscription", + "name": "Subscription", + "lineno": 15, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_wrapped_method_forward_reference": [], + "tests.test_ws_dependencies": [], + "tests.test_ws_router": [ + { + "id": "tests.test_ws_router.CustomError", + "name": "CustomError", + "lineno": 98, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.utils": [], + "tests": [], + "tests.benchmarks.test_general_performance": [ + { + "id": "tests.benchmarks.test_general_performance.ItemIn", + "name": "ItemIn", + "lineno": 49, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.benchmarks.test_general_performance.ItemOut", + "name": "ItemOut", + "lineno": 54, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.benchmarks.test_general_performance.LargeIn", + "name": "LargeIn", + "lineno": 60, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.benchmarks.test_general_performance.LargeOut", + "name": "LargeOut", + "lineno": 65, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.benchmarks": [], + "tests.test_modules_same_name_body.test_main": [], + "tests.test_modules_same_name_body": [], + "tests.test_modules_same_name_body.app.a": [], + "tests.test_modules_same_name_body.app.b": [], + "tests.test_modules_same_name_body.app.main": [], + "tests.test_modules_same_name_body.app": [], + "tests.test_request_params": [], + "tests.test_request_params.test_body.test_list": [ + { + "id": "tests.test_request_params.test_body.test_list.BodyModelRequiredListStr", + "name": "BodyModelRequiredListStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_list.BodyModelRequiredListAlias", + "name": "BodyModelRequiredListAlias", + "lineno": 96, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_list.BodyModelRequiredListValidationAlias", + "name": "BodyModelRequiredListValidationAlias", + "lineno": 195, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_list.BodyModelRequiredListAliasAndValidationAlias", + "name": "BodyModelRequiredListAliasAndValidationAlias", + "lineno": 309, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_body.test_optional_list": [ + { + "id": "tests.test_request_params.test_body.test_optional_list.BodyModelOptionalListStr", + "name": "BodyModelOptionalListStr", + "lineno": 23, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.BodyModelOptionalListAlias", + "name": "BodyModelOptionalListAlias", + "lineno": 111, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.BodyModelOptionalListValidationAlias", + "name": "BodyModelOptionalListValidationAlias", + "lineno": 217, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_list.BodyModelOptionalListAliasAndValidationAlias", + "name": "BodyModelOptionalListAliasAndValidationAlias", + "lineno": 333, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_body.test_optional_str": [ + { + "id": "tests.test_request_params.test_body.test_optional_str.BodyModelOptionalStr", + "name": "BodyModelOptionalStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.BodyModelOptionalAlias", + "name": "BodyModelOptionalAlias", + "lineno": 106, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.BodyModelOptionalValidationAlias", + "name": "BodyModelOptionalValidationAlias", + "lineno": 205, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_optional_str.BodyModelOptionalAliasAndValidationAlias", + "name": "BodyModelOptionalAliasAndValidationAlias", + "lineno": 316, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_body.test_required_str": [ + { + "id": "tests.test_request_params.test_body.test_required_str.BodyModelRequiredStr", + "name": "BodyModelRequiredStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_required_str.BodyModelRequiredAlias", + "name": "BodyModelRequiredAlias", + "lineno": 92, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_required_str.BodyModelRequiredValidationAlias", + "name": "BodyModelRequiredValidationAlias", + "lineno": 185, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_body.test_required_str.BodyModelRequiredAliasAndValidationAlias", + "name": "BodyModelRequiredAliasAndValidationAlias", + "lineno": 295, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_body.utils": [], + "tests.test_request_params.test_body": [], + "tests.test_request_params.test_cookie.test_list": [], + "tests.test_request_params.test_cookie.test_optional_list": [], + "tests.test_request_params.test_cookie.test_optional_str": [ + { + "id": "tests.test_request_params.test_cookie.test_optional_str.CookieModelOptionalStr", + "name": "CookieModelOptionalStr", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.CookieModelOptionalAlias", + "name": "CookieModelOptionalAlias", + "lineno": 83, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.CookieModelOptionalValidationAlias", + "name": "CookieModelOptionalValidationAlias", + "lineno": 161, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_optional_str.CookieModelOptionalAliasAndValidationAlias", + "name": "CookieModelOptionalAliasAndValidationAlias", + "lineno": 246, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_cookie.test_required_str": [ + { + "id": "tests.test_request_params.test_cookie.test_required_str.CookieModelRequiredStr", + "name": "CookieModelRequiredStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.CookieModelRequiredAlias", + "name": "CookieModelRequiredAlias", + "lineno": 88, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.CookieModelRequiredValidationAlias", + "name": "CookieModelRequiredValidationAlias", + "lineno": 187, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_cookie.test_required_str.CookieModelRequiredAliasAndValidationAlias", + "name": "CookieModelRequiredAliasAndValidationAlias", + "lineno": 293, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_cookie": [], + "tests.test_request_params.test_file.test_list": [], + "tests.test_request_params.test_file.test_optional": [], + "tests.test_request_params.test_file.test_optional_list": [], + "tests.test_request_params.test_file.test_required": [], + "tests.test_request_params.test_file.utils": [], + "tests.test_request_params.test_file": [], + "tests.test_request_params.test_form.test_list": [ + { + "id": "tests.test_request_params.test_form.test_list.FormModelRequiredListStr", + "name": "FormModelRequiredListStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_list.FormModelRequiredListAlias", + "name": "FormModelRequiredListAlias", + "lineno": 93, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_list.FormModelRequiredListValidationAlias", + "name": "FormModelRequiredListValidationAlias", + "lineno": 196, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_list.FormModelRequiredListAliasAndValidationAlias", + "name": "FormModelRequiredListAliasAndValidationAlias", + "lineno": 308, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_form.test_optional_list": [ + { + "id": "tests.test_request_params.test_form.test_optional_list.FormModelOptionalListStr", + "name": "FormModelOptionalListStr", + "lineno": 23, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.FormModelOptionalListAlias", + "name": "FormModelOptionalListAlias", + "lineno": 88, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.FormModelOptionalListValidationAlias", + "name": "FormModelOptionalListValidationAlias", + "lineno": 171, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_list.FormModelOptionalListAliasAndValidationAlias", + "name": "FormModelOptionalListAliasAndValidationAlias", + "lineno": 260, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_form.test_optional_str": [ + { + "id": "tests.test_request_params.test_form.test_optional_str.FormModelOptionalStr", + "name": "FormModelOptionalStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.FormModelOptionalAlias", + "name": "FormModelOptionalAlias", + "lineno": 83, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.FormModelOptionalValidationAlias", + "name": "FormModelOptionalValidationAlias", + "lineno": 159, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_optional_str.FormModelOptionalAliasAndValidationAlias", + "name": "FormModelOptionalAliasAndValidationAlias", + "lineno": 247, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_form.test_required_str": [ + { + "id": "tests.test_request_params.test_form.test_required_str.FormModelRequiredStr", + "name": "FormModelRequiredStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_required_str.FormModelRequiredAlias", + "name": "FormModelRequiredAlias", + "lineno": 89, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_required_str.FormModelRequiredValidationAlias", + "name": "FormModelRequiredValidationAlias", + "lineno": 181, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_form.test_required_str.FormModelRequiredAliasAndValidationAlias", + "name": "FormModelRequiredAliasAndValidationAlias", + "lineno": 291, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_form.utils": [], + "tests.test_request_params.test_form": [], + "tests.test_request_params.test_header.test_list": [ + { + "id": "tests.test_request_params.test_header.test_list.HeaderModelRequiredListStr", + "name": "HeaderModelRequiredListStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_list.HeaderModelRequiredListAlias", + "name": "HeaderModelRequiredListAlias", + "lineno": 91, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_list.HeaderModelRequiredListValidationAlias", + "name": "HeaderModelRequiredListValidationAlias", + "lineno": 191, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_list.HeaderModelRequiredListAliasAndValidationAlias", + "name": "HeaderModelRequiredListAliasAndValidationAlias", + "lineno": 298, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_header.test_optional_list": [ + { + "id": "tests.test_request_params.test_header.test_optional_list.HeaderModelOptionalListStr", + "name": "HeaderModelOptionalListStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.HeaderModelOptionalListAlias", + "name": "HeaderModelOptionalListAlias", + "lineno": 89, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.HeaderModelOptionalListValidationAlias", + "name": "HeaderModelOptionalListValidationAlias", + "lineno": 170, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_list.HeaderModelOptionalListAliasAndValidationAlias", + "name": "HeaderModelOptionalListAliasAndValidationAlias", + "lineno": 255, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_header.test_optional_str": [ + { + "id": "tests.test_request_params.test_header.test_optional_str.HeaderModelOptionalStr", + "name": "HeaderModelOptionalStr", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.HeaderModelOptionalAlias", + "name": "HeaderModelOptionalAlias", + "lineno": 82, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.HeaderModelOptionalValidationAlias", + "name": "HeaderModelOptionalValidationAlias", + "lineno": 158, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_optional_str.HeaderModelOptionalAliasAndValidationAlias", + "name": "HeaderModelOptionalAliasAndValidationAlias", + "lineno": 241, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_header.test_required_str": [ + { + "id": "tests.test_request_params.test_header.test_required_str.HeaderModelRequiredStr", + "name": "HeaderModelRequiredStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_required_str.HeaderModelRequiredAlias", + "name": "HeaderModelRequiredAlias", + "lineno": 87, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_required_str.HeaderModelRequiredValidationAlias", + "name": "HeaderModelRequiredValidationAlias", + "lineno": 181, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_header.test_required_str.HeaderModelRequiredAliasAndValidationAlias", + "name": "HeaderModelRequiredAliasAndValidationAlias", + "lineno": 285, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_header": [], + "tests.test_request_params.test_path.test_list": [], + "tests.test_request_params.test_path.test_optional_list": [], + "tests.test_request_params.test_path.test_optional_str": [], + "tests.test_request_params.test_path.test_required_str": [], + "tests.test_request_params.test_path": [], + "tests.test_request_params.test_query.test_list": [ + { + "id": "tests.test_request_params.test_query.test_list.QueryModelRequiredListStr", + "name": "QueryModelRequiredListStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_list.QueryModelRequiredListAlias", + "name": "QueryModelRequiredListAlias", + "lineno": 91, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_list.QueryModelRequiredListValidationAlias", + "name": "QueryModelRequiredListValidationAlias", + "lineno": 191, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_list.QueryModelRequiredListAliasAndValidationAlias", + "name": "QueryModelRequiredListAliasAndValidationAlias", + "lineno": 296, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_query.test_optional_list": [ + { + "id": "tests.test_request_params.test_query.test_optional_list.QueryModelOptionalListStr", + "name": "QueryModelOptionalListStr", + "lineno": 22, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.QueryModelOptionalListAlias", + "name": "QueryModelOptionalListAlias", + "lineno": 89, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.QueryModelOptionalListValidationAlias", + "name": "QueryModelOptionalListValidationAlias", + "lineno": 170, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_list.QueryModelOptionalListAliasAndValidationAlias", + "name": "QueryModelOptionalListAliasAndValidationAlias", + "lineno": 253, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_query.test_optional_str": [ + { + "id": "tests.test_request_params.test_query.test_optional_str.QueryModelOptionalStr", + "name": "QueryModelOptionalStr", + "lineno": 20, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.QueryModelOptionalAlias", + "name": "QueryModelOptionalAlias", + "lineno": 82, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.QueryModelOptionalValidationAlias", + "name": "QueryModelOptionalValidationAlias", + "lineno": 158, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_optional_str.QueryModelOptionalAliasAndValidationAlias", + "name": "QueryModelOptionalAliasAndValidationAlias", + "lineno": 241, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_query.test_required_str": [ + { + "id": "tests.test_request_params.test_query.test_required_str.QueryModelRequiredStr", + "name": "QueryModelRequiredStr", + "lineno": 21, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_required_str.QueryModelRequiredAlias", + "name": "QueryModelRequiredAlias", + "lineno": 87, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_required_str.QueryModelRequiredValidationAlias", + "name": "QueryModelRequiredValidationAlias", + "lineno": 184, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_request_params.test_query.test_required_str.QueryModelRequiredAliasAndValidationAlias", + "name": "QueryModelRequiredAliasAndValidationAlias", + "lineno": 288, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_request_params.test_query": [], + "tests.test_tutorial": [], + "tests.test_tutorial.test_additional_responses.test_tutorial001": [], + "tests.test_tutorial.test_additional_responses.test_tutorial002": [], + "tests.test_tutorial.test_additional_responses.test_tutorial003": [], + "tests.test_tutorial.test_additional_responses.test_tutorial004": [], + "tests.test_tutorial.test_additional_responses": [], + "tests.test_tutorial.test_additional_status_codes.test_tutorial001": [], + "tests.test_tutorial.test_additional_status_codes": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial001": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial002": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial003": [], + "tests.test_tutorial.test_advanced_middleware": [], + "tests.test_tutorial.test_async_tests.test_main_a": [], + "tests.test_tutorial.test_async_tests": [], + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001": [], + "tests.test_tutorial.test_authentication_error_status_code": [], + "tests.test_tutorial.test_background_tasks.test_tutorial001": [], + "tests.test_tutorial.test_background_tasks.test_tutorial002": [], + "tests.test_tutorial.test_background_tasks": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004": [], + "tests.test_tutorial.test_behind_a_proxy": [], + "tests.test_tutorial.test_bigger_applications.test_main": [], + "tests.test_tutorial.test_bigger_applications": [], + "tests.test_tutorial.test_body.test_tutorial001": [], + "tests.test_tutorial.test_body.test_tutorial002": [], + "tests.test_tutorial.test_body.test_tutorial003": [], + "tests.test_tutorial.test_body.test_tutorial004": [], + "tests.test_tutorial.test_body": [], + "tests.test_tutorial.test_body_fields.test_tutorial001": [], + "tests.test_tutorial.test_body_fields": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial001": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial002": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial003": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial004": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial005": [], + "tests.test_tutorial.test_body_multiple_params": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial004": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial005": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial006": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial007": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial008": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial009": [], + "tests.test_tutorial.test_body_nested_models": [], + "tests.test_tutorial.test_body_updates.test_tutorial001": [], + "tests.test_tutorial.test_body_updates.test_tutorial002": [], + "tests.test_tutorial.test_body_updates": [], + "tests.test_tutorial.test_conditional_openapi.test_tutorial001": [], + "tests.test_tutorial.test_conditional_openapi": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003": [], + "tests.test_tutorial.test_configure_swagger_ui": [], + "tests.test_tutorial.test_cookie_params.test_tutorial001": [], + "tests.test_tutorial.test_cookie_params": [], + "tests.test_tutorial.test_cookie_param_models.test_tutorial001": [], + "tests.test_tutorial.test_cookie_param_models.test_tutorial002": [], + "tests.test_tutorial.test_cookie_param_models": [], + "tests.test_tutorial.test_cors.test_tutorial001": [], + "tests.test_tutorial.test_cors": [], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001": [], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002": [], + "tests.test_tutorial.test_custom_docs_ui": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003": [], + "tests.test_tutorial.test_custom_request_and_route": [], + "tests.test_tutorial.test_custom_response.test_tutorial001": [], + "tests.test_tutorial.test_custom_response.test_tutorial001b": [], + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004": [], + "tests.test_tutorial.test_custom_response.test_tutorial005": [], + "tests.test_tutorial.test_custom_response.test_tutorial006": [], + "tests.test_tutorial.test_custom_response.test_tutorial006b": [], + "tests.test_tutorial.test_custom_response.test_tutorial006c": [], + "tests.test_tutorial.test_custom_response.test_tutorial007": [], + "tests.test_tutorial.test_custom_response.test_tutorial008": [], + "tests.test_tutorial.test_custom_response.test_tutorial009": [], + "tests.test_tutorial.test_custom_response.test_tutorial009b": [], + "tests.test_tutorial.test_custom_response.test_tutorial009c": [], + "tests.test_tutorial.test_custom_response.test_tutorial010": [], + "tests.test_tutorial.test_custom_response": [], + "tests.test_tutorial.test_dataclasses.test_tutorial001": [], + "tests.test_tutorial.test_dataclasses.test_tutorial002": [], + "tests.test_tutorial.test_dataclasses.test_tutorial003": [], + "tests.test_tutorial.test_dataclasses": [], + "tests.test_tutorial.test_debugging.test_tutorial001": [], + "tests.test_tutorial.test_debugging": [], + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02": [], + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004": [], + "tests.test_tutorial.test_dependencies.test_tutorial005": [], + "tests.test_tutorial.test_dependencies.test_tutorial006": [], + "tests.test_tutorial.test_dependencies.test_tutorial007": [], + "tests.test_tutorial.test_dependencies.test_tutorial008": [], + "tests.test_tutorial.test_dependencies.test_tutorial008b": [], + "tests.test_tutorial.test_dependencies.test_tutorial008c": [], + "tests.test_tutorial.test_dependencies.test_tutorial008d": [], + "tests.test_tutorial.test_dependencies.test_tutorial008e": [], + "tests.test_tutorial.test_dependencies.test_tutorial010": [], + "tests.test_tutorial.test_dependencies.test_tutorial011": [], + "tests.test_tutorial.test_dependencies.test_tutorial012": [], + "tests.test_tutorial.test_dependencies": [], + "tests.test_tutorial.test_encoder.test_tutorial001": [], + "tests.test_tutorial.test_encoder": [], + "tests.test_tutorial.test_events.test_tutorial001": [], + "tests.test_tutorial.test_events.test_tutorial002": [], + "tests.test_tutorial.test_events.test_tutorial003": [], + "tests.test_tutorial.test_events": [], + "tests.test_tutorial.test_extending_openapi.test_tutorial001": [], + "tests.test_tutorial.test_extending_openapi": [], + "tests.test_tutorial.test_extra_data_types.test_tutorial001": [], + "tests.test_tutorial.test_extra_data_types": [], + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002": [], + "tests.test_tutorial.test_extra_models.test_tutorial003": [], + "tests.test_tutorial.test_extra_models.test_tutorial004": [], + "tests.test_tutorial.test_extra_models.test_tutorial005": [], + "tests.test_tutorial.test_extra_models": [], + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003": [], + "tests.test_tutorial.test_first_steps": [], + "tests.test_tutorial.test_generate_clients.test_tutorial001": [], + "tests.test_tutorial.test_generate_clients.test_tutorial002": [], + "tests.test_tutorial.test_generate_clients.test_tutorial003": [], + "tests.test_tutorial.test_generate_clients.test_tutorial004": [], + "tests.test_tutorial.test_generate_clients": [], + "tests.test_tutorial.test_graphql.test_tutorial001": [], + "tests.test_tutorial.test_graphql": [], + "tests.test_tutorial.test_handling_errors.test_tutorial001": [], + "tests.test_tutorial.test_handling_errors.test_tutorial002": [], + "tests.test_tutorial.test_handling_errors.test_tutorial003": [], + "tests.test_tutorial.test_handling_errors.test_tutorial004": [], + "tests.test_tutorial.test_handling_errors.test_tutorial005": [], + "tests.test_tutorial.test_handling_errors.test_tutorial006": [], + "tests.test_tutorial.test_handling_errors": [], + "tests.test_tutorial.test_header_params.test_tutorial001": [], + "tests.test_tutorial.test_header_params.test_tutorial002": [], + "tests.test_tutorial.test_header_params.test_tutorial003": [], + "tests.test_tutorial.test_header_params": [], + "tests.test_tutorial.test_header_param_models.test_tutorial001": [], + "tests.test_tutorial.test_header_param_models.test_tutorial002": [], + "tests.test_tutorial.test_header_param_models.test_tutorial003": [], + "tests.test_tutorial.test_header_param_models": [], + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001": [], + "tests.test_tutorial.test_json_base64_bytes": [], + "tests.test_tutorial.test_metadata.test_tutorial001": [], + "tests.test_tutorial.test_metadata.test_tutorial001_1": [], + "tests.test_tutorial.test_metadata.test_tutorial002": [], + "tests.test_tutorial.test_metadata.test_tutorial003": [], + "tests.test_tutorial.test_metadata.test_tutorial004": [], + "tests.test_tutorial.test_metadata": [], + "tests.test_tutorial.test_middleware.test_tutorial001": [], + "tests.test_tutorial.test_middleware": [], + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001": [], + "tests.test_tutorial.test_openapi_callbacks": [], + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001": [], + "tests.test_tutorial.test_openapi_webhooks": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007": [], + "tests.test_tutorial.test_path_operation_advanced_configurations": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006": [], + "tests.test_tutorial.test_path_operation_configurations": [], + "tests.test_tutorial.test_path_params.test_tutorial001": [], + "tests.test_tutorial.test_path_params.test_tutorial002": [], + "tests.test_tutorial.test_path_params.test_tutorial003": [], + "tests.test_tutorial.test_path_params.test_tutorial003b": [], + "tests.test_tutorial.test_path_params.test_tutorial004": [], + "tests.test_tutorial.test_path_params.test_tutorial005": [], + "tests.test_tutorial.test_path_params": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006": [], + "tests.test_tutorial.test_path_params_numeric_validations": [], + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002": [], + "tests.test_tutorial.test_python_types.test_tutorial003": [], + "tests.test_tutorial.test_python_types.test_tutorial004": [], + "tests.test_tutorial.test_python_types.test_tutorial005": [], + "tests.test_tutorial.test_python_types.test_tutorial006": [], + "tests.test_tutorial.test_python_types.test_tutorial007": [], + "tests.test_tutorial.test_python_types.test_tutorial008": [], + "tests.test_tutorial.test_python_types.test_tutorial008b": [], + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b": [], + "tests.test_tutorial.test_python_types.test_tutorial010": [], + "tests.test_tutorial.test_python_types.test_tutorial011": [], + "tests.test_tutorial.test_python_types.test_tutorial013": [], + "tests.test_tutorial.test_python_types": [], + "tests.test_tutorial.test_query_params.test_tutorial001": [], + "tests.test_tutorial.test_query_params.test_tutorial002": [], + "tests.test_tutorial.test_query_params.test_tutorial003": [], + "tests.test_tutorial.test_query_params.test_tutorial004": [], + "tests.test_tutorial.test_query_params.test_tutorial005": [], + "tests.test_tutorial.test_query_params.test_tutorial006": [], + "tests.test_tutorial.test_query_params": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015": [], + "tests.test_tutorial.test_query_params_str_validations": [], + "tests.test_tutorial.test_query_param_models.test_tutorial001": [], + "tests.test_tutorial.test_query_param_models.test_tutorial002": [], + "tests.test_tutorial.test_query_param_models": [], + "tests.test_tutorial.test_request_files.test_tutorial001": [], + "tests.test_tutorial.test_request_files.test_tutorial001_02": [], + "tests.test_tutorial.test_request_files.test_tutorial001_03": [], + "tests.test_tutorial.test_request_files.test_tutorial002": [], + "tests.test_tutorial.test_request_files.test_tutorial003": [], + "tests.test_tutorial.test_request_files": [], + "tests.test_tutorial.test_request_forms.test_tutorial001": [], + "tests.test_tutorial.test_request_forms": [], + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001": [], + "tests.test_tutorial.test_request_forms_and_files": [], + "tests.test_tutorial.test_request_form_models.test_tutorial001": [], + "tests.test_tutorial.test_request_form_models.test_tutorial002": [], + "tests.test_tutorial.test_request_form_models": [], + "tests.test_tutorial.test_response_change_status_code.test_tutorial001": [], + "tests.test_tutorial.test_response_change_status_code": [], + "tests.test_tutorial.test_response_cookies.test_tutorial001": [], + "tests.test_tutorial.test_response_cookies.test_tutorial002": [], + "tests.test_tutorial.test_response_cookies": [], + "tests.test_tutorial.test_response_directly.test_tutorial001": [], + "tests.test_tutorial.test_response_directly.test_tutorial002": [], + "tests.test_tutorial.test_response_directly": [], + "tests.test_tutorial.test_response_headers.test_tutorial001": [], + "tests.test_tutorial.test_response_headers.test_tutorial002": [], + "tests.test_tutorial.test_response_headers": [], + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01": [], + "tests.test_tutorial.test_response_model.test_tutorial002": [], + "tests.test_tutorial.test_response_model.test_tutorial003": [], + "tests.test_tutorial.test_response_model.test_tutorial003_01": [], + "tests.test_tutorial.test_response_model.test_tutorial003_02": [], + "tests.test_tutorial.test_response_model.test_tutorial003_03": [], + "tests.test_tutorial.test_response_model.test_tutorial003_04": [], + "tests.test_tutorial.test_response_model.test_tutorial003_05": [], + "tests.test_tutorial.test_response_model.test_tutorial004": [], + "tests.test_tutorial.test_response_model.test_tutorial005": [], + "tests.test_tutorial.test_response_model.test_tutorial006": [], + "tests.test_tutorial.test_response_model": [], + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002": [], + "tests.test_tutorial.test_response_status_code": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial001": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial002": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial003": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial004": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial005": [], + "tests.test_tutorial.test_schema_extra_example": [], + "tests.test_tutorial.test_security.test_tutorial001": [], + "tests.test_tutorial.test_security.test_tutorial002": [], + "tests.test_tutorial.test_security.test_tutorial003": [], + "tests.test_tutorial.test_security.test_tutorial004": [], + "tests.test_tutorial.test_security.test_tutorial005": [], + "tests.test_tutorial.test_security.test_tutorial006": [], + "tests.test_tutorial.test_security.test_tutorial007": [], + "tests.test_tutorial.test_security": [], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001": [], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002": [], + "tests.test_tutorial.test_separate_openapi_schemas": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial001": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial002": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial003": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial004": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial005": [], + "tests.test_tutorial.test_server_sent_events": [], + "tests.test_tutorial.test_settings.test_app01": [], + "tests.test_tutorial.test_settings.test_app02": [], + "tests.test_tutorial.test_settings.test_app03": [], + "tests.test_tutorial.test_settings.test_tutorial001": [], + "tests.test_tutorial.test_settings": [], + "tests.test_tutorial.test_sql_databases.test_tutorial001": [], + "tests.test_tutorial.test_sql_databases.test_tutorial002": [], + "tests.test_tutorial.test_sql_databases": [], + "tests.test_tutorial.test_static_files.test_tutorial001": [], + "tests.test_tutorial.test_static_files": [], + "tests.test_tutorial.test_stream_data.test_tutorial001": [], + "tests.test_tutorial.test_stream_data.test_tutorial002": [], + "tests.test_tutorial.test_stream_data": [], + "tests.test_tutorial.test_stream_json_lines.test_tutorial001": [], + "tests.test_tutorial.test_stream_json_lines": [], + "tests.test_tutorial.test_strict_content_type.test_tutorial001": [], + "tests.test_tutorial.test_strict_content_type": [], + "tests.test_tutorial.test_sub_applications.test_tutorial001": [], + "tests.test_tutorial.test_sub_applications": [], + "tests.test_tutorial.test_templates.test_tutorial001": [], + "tests.test_tutorial.test_templates": [], + "tests.test_tutorial.test_testing.test_main_a": [], + "tests.test_tutorial.test_testing.test_main_b": [], + "tests.test_tutorial.test_testing.test_tutorial001": [], + "tests.test_tutorial.test_testing.test_tutorial002": [], + "tests.test_tutorial.test_testing.test_tutorial003": [], + "tests.test_tutorial.test_testing.test_tutorial004": [], + "tests.test_tutorial.test_testing": [], + "tests.test_tutorial.test_testing_dependencies.test_tutorial001": [], + "tests.test_tutorial.test_testing_dependencies": [], + "tests.test_tutorial.test_using_request_directly.test_tutorial001": [], + "tests.test_tutorial.test_using_request_directly": [], + "tests.test_tutorial.test_websockets.test_tutorial001": [], + "tests.test_tutorial.test_websockets.test_tutorial002": [], + "tests.test_tutorial.test_websockets.test_tutorial003": [], + "tests.test_tutorial.test_websockets": [], + "tests.test_tutorial.test_wsgi.test_tutorial001": [], + "tests.test_tutorial.test_wsgi": [], + "tests.test_validate_response_recursive.app": [ + { + "id": "tests.test_validate_response_recursive.app.RecursiveItem", + "name": "RecursiveItem", + "lineno": 7, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_validate_response_recursive.app.RecursiveSubitemInSubmodel", + "name": "RecursiveSubitemInSubmodel", + "lineno": 12, + "bases": [ + "BaseModel" + ], + "scope": null + }, + { + "id": "tests.test_validate_response_recursive.app.RecursiveItemViaSubmodel", + "name": "RecursiveItemViaSubmodel", + "lineno": 17, + "bases": [ + "BaseModel" + ], + "scope": null + } + ], + "tests.test_validate_response_recursive.test_validate_response_recursive": [], + "tests.test_validate_response_recursive": [] + }, + "module_graph": { + "docs_src.additional_responses.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_responses\\tutorial001_py310.py", + "parent": "docs_src.additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_responses.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_responses\\tutorial002_py310.py", + "parent": "docs_src.additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_responses.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_responses\\tutorial003_py310.py", + "parent": "docs_src.additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_responses.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_responses\\tutorial004_py310.py", + "parent": "docs_src.additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_responses": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_responses\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_status_codes.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_status_codes\\tutorial001_an_py310.py", + "parent": "docs_src.additional_status_codes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_status_codes.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_status_codes\\tutorial001_py310.py", + "parent": "docs_src.additional_status_codes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.additional_status_codes": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\additional_status_codes\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.advanced_middleware.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\advanced_middleware\\tutorial001_py310.py", + "parent": "docs_src.advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.advanced_middleware.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\advanced_middleware\\tutorial002_py310.py", + "parent": "docs_src.advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.advanced_middleware.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\advanced_middleware\\tutorial003_py310.py", + "parent": "docs_src.advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.advanced_middleware": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\advanced_middleware\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\tutorial001_py310.py", + "parent": "docs_src.app_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\tutorial002_py310.py", + "parent": "docs_src.app_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\tutorial003_py310.py", + "parent": "docs_src.app_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\tutorial004_py310.py", + "parent": "docs_src.app_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_a_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_a_py310\\main.py", + "parent": "docs_src.app_testing.app_a_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_a_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_a_py310\\test_main.py", + "parent": "docs_src.app_testing.app_a_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_a_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_a_py310\\__init__.py", + "parent": "docs_src.app_testing", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_an_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_an_py310\\main.py", + "parent": "docs_src.app_testing.app_b_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_an_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_an_py310\\test_main.py", + "parent": "docs_src.app_testing.app_b_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_an_py310\\__init__.py", + "parent": "docs_src.app_testing", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_py310\\main.py", + "parent": "docs_src.app_testing.app_b_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_py310\\test_main.py", + "parent": "docs_src.app_testing.app_b_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.app_testing.app_b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\app_testing\\app_b_py310\\__init__.py", + "parent": "docs_src.app_testing", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.async_tests": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\async_tests\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.async_tests.app_a_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\async_tests\\app_a_py310\\main.py", + "parent": "docs_src.async_tests.app_a_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.async_tests.app_a_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\async_tests\\app_a_py310\\test_main.py", + "parent": "docs_src.async_tests.app_a_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.async_tests.app_a_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\async_tests\\app_a_py310\\__init__.py", + "parent": "docs_src.async_tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.authentication_error_status_code.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\authentication_error_status_code\\tutorial001_an_py310.py", + "parent": "docs_src.authentication_error_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.authentication_error_status_code": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\authentication_error_status_code\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.background_tasks.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\background_tasks\\tutorial001_py310.py", + "parent": "docs_src.background_tasks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.background_tasks.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\background_tasks\\tutorial002_an_py310.py", + "parent": "docs_src.background_tasks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.background_tasks.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\background_tasks\\tutorial002_py310.py", + "parent": "docs_src.background_tasks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.background_tasks": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\background_tasks\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy.tutorial001_01_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\tutorial001_01_py310.py", + "parent": "docs_src.behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\tutorial001_py310.py", + "parent": "docs_src.behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\tutorial002_py310.py", + "parent": "docs_src.behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\tutorial003_py310.py", + "parent": "docs_src.behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\tutorial004_py310.py", + "parent": "docs_src.behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.behind_a_proxy": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\behind_a_proxy\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.dependencies": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\dependencies.py", + "parent": "docs_src.bigger_applications.app_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\main.py", + "parent": "docs_src.bigger_applications.app_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\__init__.py", + "parent": "docs_src.bigger_applications", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.internal.admin": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\internal\\admin.py", + "parent": "docs_src.bigger_applications.app_an_py310.internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.internal": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\internal\\__init__.py", + "parent": "docs_src.bigger_applications.app_an_py310", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.routers.items": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\routers\\items.py", + "parent": "docs_src.bigger_applications.app_an_py310.routers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.routers.users": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\routers\\users.py", + "parent": "docs_src.bigger_applications.app_an_py310.routers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.bigger_applications.app_an_py310.routers": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\bigger_applications\\app_an_py310\\routers\\__init__.py", + "parent": "docs_src.bigger_applications.app_an_py310", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body\\tutorial001_py310.py", + "parent": "docs_src.body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body\\tutorial002_py310.py", + "parent": "docs_src.body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body\\tutorial003_py310.py", + "parent": "docs_src.body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body\\tutorial004_py310.py", + "parent": "docs_src.body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_fields.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_fields\\tutorial001_an_py310.py", + "parent": "docs_src.body_fields", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_fields.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_fields\\tutorial001_py310.py", + "parent": "docs_src.body_fields", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_fields": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_fields\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial001_an_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial001_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial002_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial003_an_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial003_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial004_an_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial004_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial005_an_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\tutorial005_py310.py", + "parent": "docs_src.body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_multiple_params": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_multiple_params\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial001_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial002_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial003_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial004_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial005_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial006_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial007_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial008_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial008_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models.tutorial009_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\tutorial009_py310.py", + "parent": "docs_src.body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_nested_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_nested_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_updates.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_updates\\tutorial001_py310.py", + "parent": "docs_src.body_updates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_updates.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_updates\\tutorial002_py310.py", + "parent": "docs_src.body_updates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.body_updates": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\body_updates\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.conditional_openapi.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\conditional_openapi\\tutorial001_py310.py", + "parent": "docs_src.conditional_openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.conditional_openapi": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\conditional_openapi\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.configure_swagger_ui.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\configure_swagger_ui\\tutorial001_py310.py", + "parent": "docs_src.configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.configure_swagger_ui.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\configure_swagger_ui\\tutorial002_py310.py", + "parent": "docs_src.configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.configure_swagger_ui.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\configure_swagger_ui\\tutorial003_py310.py", + "parent": "docs_src.configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.configure_swagger_ui": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\configure_swagger_ui\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_params.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_params\\tutorial001_an_py310.py", + "parent": "docs_src.cookie_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_params.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_params\\tutorial001_py310.py", + "parent": "docs_src.cookie_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_params": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_params\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_param_models.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_param_models\\tutorial001_an_py310.py", + "parent": "docs_src.cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_param_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_param_models\\tutorial001_py310.py", + "parent": "docs_src.cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_param_models.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_param_models\\tutorial002_an_py310.py", + "parent": "docs_src.cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_param_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_param_models\\tutorial002_py310.py", + "parent": "docs_src.cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cookie_param_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cookie_param_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cors.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cors\\tutorial001_py310.py", + "parent": "docs_src.cors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.cors": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\cors\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_docs_ui.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_docs_ui\\tutorial001_py310.py", + "parent": "docs_src.custom_docs_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_docs_ui.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_docs_ui\\tutorial002_py310.py", + "parent": "docs_src.custom_docs_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_docs_ui": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_docs_ui\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\tutorial001_an_py310.py", + "parent": "docs_src.custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\tutorial001_py310.py", + "parent": "docs_src.custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\tutorial002_an_py310.py", + "parent": "docs_src.custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\tutorial002_py310.py", + "parent": "docs_src.custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\tutorial003_py310.py", + "parent": "docs_src.custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_request_and_route": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_request_and_route\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial001b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial001b_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial001_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial002_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial003_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial004_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial005_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial006b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial006b_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial006c_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial006c_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial006_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial007_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial008_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial008_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial009b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial009b_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial009c_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial009c_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial009_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial009_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response.tutorial010_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\tutorial010_py310.py", + "parent": "docs_src.custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.custom_response": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\custom_response\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dataclasses_.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dataclasses_\\tutorial001_py310.py", + "parent": "docs_src.dataclasses_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dataclasses_.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dataclasses_\\tutorial002_py310.py", + "parent": "docs_src.dataclasses_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dataclasses_.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dataclasses_\\tutorial003_py310.py", + "parent": "docs_src.dataclasses_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dataclasses_": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dataclasses_\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.debugging.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\debugging\\tutorial001_py310.py", + "parent": "docs_src.debugging", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.debugging": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\debugging\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial001_02_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial001_02_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial001_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial001_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial002_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial002_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial003_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial003_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial004_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial004_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial005_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial005_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial006_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial006_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial006_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial007_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008b_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008b_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008b_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008c_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008c_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008c_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008c_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008d_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008d_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008d_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008d_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008e_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008e_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008e_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008e_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial008_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial008_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial010_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial010_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial011_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial011_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial011_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial011_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial012_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial012_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial012_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial012_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial013_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial013_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies.tutorial014_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\tutorial014_an_py310.py", + "parent": "docs_src.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependencies": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependencies\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependency_testing.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependency_testing\\tutorial001_an_py310.py", + "parent": "docs_src.dependency_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependency_testing.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependency_testing\\tutorial001_py310.py", + "parent": "docs_src.dependency_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.dependency_testing": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\dependency_testing\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.encoder.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\encoder\\tutorial001_py310.py", + "parent": "docs_src.encoder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.encoder": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\encoder\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.events.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\events\\tutorial001_py310.py", + "parent": "docs_src.events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.events.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\events\\tutorial002_py310.py", + "parent": "docs_src.events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.events.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\events\\tutorial003_py310.py", + "parent": "docs_src.events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.events": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\events\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extending_openapi.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extending_openapi\\tutorial001_py310.py", + "parent": "docs_src.extending_openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extending_openapi": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extending_openapi\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_data_types.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_data_types\\tutorial001_an_py310.py", + "parent": "docs_src.extra_data_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_data_types.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_data_types\\tutorial001_py310.py", + "parent": "docs_src.extra_data_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_data_types": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_data_types\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\tutorial001_py310.py", + "parent": "docs_src.extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\tutorial002_py310.py", + "parent": "docs_src.extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\tutorial003_py310.py", + "parent": "docs_src.extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\tutorial004_py310.py", + "parent": "docs_src.extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\tutorial005_py310.py", + "parent": "docs_src.extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.extra_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\extra_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.first_steps.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\first_steps\\tutorial001_py310.py", + "parent": "docs_src.first_steps", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.first_steps.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\first_steps\\tutorial003_py310.py", + "parent": "docs_src.first_steps", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.first_steps": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\first_steps\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.generate_clients.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\generate_clients\\tutorial001_py310.py", + "parent": "docs_src.generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.generate_clients.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\generate_clients\\tutorial002_py310.py", + "parent": "docs_src.generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.generate_clients.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\generate_clients\\tutorial003_py310.py", + "parent": "docs_src.generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.generate_clients.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\generate_clients\\tutorial004_py310.py", + "parent": "docs_src.generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.generate_clients": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\generate_clients\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.graphql_.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\graphql_\\tutorial001_py310.py", + "parent": "docs_src.graphql_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.graphql_": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\graphql_\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial001_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial002_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial003_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial004_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial005_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\tutorial006_py310.py", + "parent": "docs_src.handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.handling_errors": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\handling_errors\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial001_an_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial001_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial002_an_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial002_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial003_an_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\tutorial003_py310.py", + "parent": "docs_src.header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_params": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_params\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial001_an_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial001_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial002_an_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial002_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial003_an_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\tutorial003_py310.py", + "parent": "docs_src.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.header_param_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\header_param_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.json_base64_bytes.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\json_base64_bytes\\tutorial001_py310.py", + "parent": "docs_src.json_base64_bytes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.json_base64_bytes": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\json_base64_bytes\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata.tutorial001_1_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\tutorial001_1_py310.py", + "parent": "docs_src.metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\tutorial001_py310.py", + "parent": "docs_src.metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\tutorial002_py310.py", + "parent": "docs_src.metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\tutorial003_py310.py", + "parent": "docs_src.metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\tutorial004_py310.py", + "parent": "docs_src.metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.metadata": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\metadata\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.middleware.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\middleware\\tutorial001_py310.py", + "parent": "docs_src.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.middleware": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\middleware\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.openapi_callbacks.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\openapi_callbacks\\tutorial001_py310.py", + "parent": "docs_src.openapi_callbacks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.openapi_callbacks": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\openapi_callbacks\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.openapi_webhooks.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\openapi_webhooks\\tutorial001_py310.py", + "parent": "docs_src.openapi_webhooks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.openapi_webhooks": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\openapi_webhooks\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial001_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial002_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial003_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial004_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial005_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial006_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\tutorial007_py310.py", + "parent": "docs_src.path_operation_advanced_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_advanced_configuration": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_advanced_configuration\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial001_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial002b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial002b_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial002_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial003_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial004_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial005_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\tutorial006_py310.py", + "parent": "docs_src.path_operation_configuration", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_operation_configuration": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_operation_configuration\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial001_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial002_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial003b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial003b_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial003_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial004_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\tutorial005_py310.py", + "parent": "docs_src.path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial001_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial001_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial002_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial002_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial003_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial003_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial004_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial004_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial005_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial005_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial006_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial006_an_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\tutorial006_py310.py", + "parent": "docs_src.path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.path_params_numeric_validations": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\path_params_numeric_validations\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\pydantic_v1_in_v2\\tutorial001_an_py310.py", + "parent": "docs_src.pydantic_v1_in_v2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\pydantic_v1_in_v2\\tutorial002_an_py310.py", + "parent": "docs_src.pydantic_v1_in_v2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\pydantic_v1_in_v2\\tutorial003_an_py310.py", + "parent": "docs_src.pydantic_v1_in_v2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\pydantic_v1_in_v2\\tutorial004_an_py310.py", + "parent": "docs_src.pydantic_v1_in_v2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.pydantic_v1_in_v2": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\pydantic_v1_in_v2\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial001_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial002_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial003_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial004_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial005_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial006_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial007_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial008b_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial008b_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial008_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial008_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial009_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial009_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial010_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial010_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial011_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial011_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types.tutorial013_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\tutorial013_py310.py", + "parent": "docs_src.python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.python_types": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\python_types\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial001_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial002_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial003_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial004_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial005_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\tutorial006_py310.py", + "parent": "docs_src.query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial001_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial002_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial002_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial003_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial003_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial004_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial004_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial005_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial005_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial006c_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial006c_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial006c_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial006c_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial006_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial006_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial006_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial007_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial007_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial007_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial008_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial008_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial008_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial008_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial009_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial009_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial009_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial009_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial010_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial010_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial010_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial010_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial011_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial011_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial011_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial011_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial012_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial012_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial012_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial012_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial013_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial013_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial013_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial013_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial014_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial014_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial014_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial014_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations.tutorial015_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\tutorial015_an_py310.py", + "parent": "docs_src.query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_params_str_validations": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_params_str_validations\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_param_models.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_param_models\\tutorial001_an_py310.py", + "parent": "docs_src.query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_param_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_param_models\\tutorial001_py310.py", + "parent": "docs_src.query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_param_models.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_param_models\\tutorial002_an_py310.py", + "parent": "docs_src.query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_param_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_param_models\\tutorial002_py310.py", + "parent": "docs_src.query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.query_param_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\query_param_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_02_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_02_an_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_02_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_02_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_03_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_03_an_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_03_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_03_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_an_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial001_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial002_an_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial002_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial003_an_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\tutorial003_py310.py", + "parent": "docs_src.request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_files": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_files\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms\\tutorial001_an_py310.py", + "parent": "docs_src.request_forms", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms\\tutorial001_py310.py", + "parent": "docs_src.request_forms", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms_and_files.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms_and_files\\tutorial001_an_py310.py", + "parent": "docs_src.request_forms_and_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms_and_files.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms_and_files\\tutorial001_py310.py", + "parent": "docs_src.request_forms_and_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_forms_and_files": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_forms_and_files\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_form_models.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_form_models\\tutorial001_an_py310.py", + "parent": "docs_src.request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_form_models.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_form_models\\tutorial001_py310.py", + "parent": "docs_src.request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_form_models.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_form_models\\tutorial002_an_py310.py", + "parent": "docs_src.request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_form_models.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_form_models\\tutorial002_py310.py", + "parent": "docs_src.request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.request_form_models": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\request_form_models\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_change_status_code.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_change_status_code\\tutorial001_py310.py", + "parent": "docs_src.response_change_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_change_status_code": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_change_status_code\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_cookies.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_cookies\\tutorial001_py310.py", + "parent": "docs_src.response_cookies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_cookies.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_cookies\\tutorial002_py310.py", + "parent": "docs_src.response_cookies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_cookies": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_cookies\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_directly.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_directly\\tutorial001_py310.py", + "parent": "docs_src.response_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_directly.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_directly\\tutorial002_py310.py", + "parent": "docs_src.response_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_directly": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_directly\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_headers.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_headers\\tutorial001_py310.py", + "parent": "docs_src.response_headers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_headers.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_headers\\tutorial002_py310.py", + "parent": "docs_src.response_headers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_headers": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_headers\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial001_01_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial001_01_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial001_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial002_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_01_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_01_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_02_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_02_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_03_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_03_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_04_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_04_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_05_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_05_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial003_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial004_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial005_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\tutorial006_py310.py", + "parent": "docs_src.response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_model": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_model\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_status_code.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_status_code\\tutorial001_py310.py", + "parent": "docs_src.response_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_status_code.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_status_code\\tutorial002_py310.py", + "parent": "docs_src.response_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.response_status_code": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\response_status_code\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial001_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial002_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial003_an_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial003_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial004_an_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial004_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial005_an_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\tutorial005_py310.py", + "parent": "docs_src.schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.schema_extra_example": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\schema_extra_example\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial001_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial001_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial002_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial002_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial003_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial003_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial003_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial004_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial004_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial004_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial005_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial005_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial005_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial006_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial006_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial006_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial006_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial007_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial007_an_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security.tutorial007_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\tutorial007_py310.py", + "parent": "docs_src.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.security": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\security\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.separate_openapi_schemas.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\separate_openapi_schemas\\tutorial001_py310.py", + "parent": "docs_src.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.separate_openapi_schemas.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\separate_openapi_schemas\\tutorial002_py310.py", + "parent": "docs_src.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.separate_openapi_schemas": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\separate_openapi_schemas\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\tutorial001_py310.py", + "parent": "docs_src.server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\tutorial002_py310.py", + "parent": "docs_src.server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\tutorial003_py310.py", + "parent": "docs_src.server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events.tutorial004_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\tutorial004_py310.py", + "parent": "docs_src.server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events.tutorial005_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\tutorial005_py310.py", + "parent": "docs_src.server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.server_sent_events": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\server_sent_events\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\tutorial001_py310.py", + "parent": "docs_src.settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app01_py310.config": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app01_py310\\config.py", + "parent": "docs_src.settings.app01_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app01_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app01_py310\\main.py", + "parent": "docs_src.settings.app01_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app01_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app01_py310\\__init__.py", + "parent": "docs_src.settings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_an_py310.config": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_an_py310\\config.py", + "parent": "docs_src.settings.app02_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_an_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_an_py310\\main.py", + "parent": "docs_src.settings.app02_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_an_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_an_py310\\test_main.py", + "parent": "docs_src.settings.app02_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_an_py310\\__init__.py", + "parent": "docs_src.settings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_py310.config": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_py310\\config.py", + "parent": "docs_src.settings.app02_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_py310\\main.py", + "parent": "docs_src.settings.app02_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_py310.test_main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_py310\\test_main.py", + "parent": "docs_src.settings.app02_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app02_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app02_py310\\__init__.py", + "parent": "docs_src.settings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_an_py310.config": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_an_py310\\config.py", + "parent": "docs_src.settings.app03_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_an_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_an_py310\\main.py", + "parent": "docs_src.settings.app03_an_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_an_py310\\__init__.py", + "parent": "docs_src.settings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_py310.config": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_py310\\config.py", + "parent": "docs_src.settings.app03_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_py310.main": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_py310\\main.py", + "parent": "docs_src.settings.app03_py310", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.settings.app03_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\settings\\app03_py310\\__init__.py", + "parent": "docs_src.settings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sql_databases.tutorial001_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sql_databases\\tutorial001_an_py310.py", + "parent": "docs_src.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sql_databases.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sql_databases\\tutorial001_py310.py", + "parent": "docs_src.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sql_databases.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sql_databases\\tutorial002_an_py310.py", + "parent": "docs_src.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sql_databases.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sql_databases\\tutorial002_py310.py", + "parent": "docs_src.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sql_databases": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sql_databases\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.static_files.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\static_files\\tutorial001_py310.py", + "parent": "docs_src.static_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.static_files": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\static_files\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.stream_data.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\stream_data\\tutorial001_py310.py", + "parent": "docs_src.stream_data", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.stream_data.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\stream_data\\tutorial002_py310.py", + "parent": "docs_src.stream_data", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.stream_data": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\stream_data\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.stream_json_lines.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\stream_json_lines\\tutorial001_py310.py", + "parent": "docs_src.stream_json_lines", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.stream_json_lines": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\stream_json_lines\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.strict_content_type.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\strict_content_type\\tutorial001_py310.py", + "parent": "docs_src.strict_content_type", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.strict_content_type": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\strict_content_type\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sub_applications.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sub_applications\\tutorial001_py310.py", + "parent": "docs_src.sub_applications", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.sub_applications": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\sub_applications\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.templates.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\templates\\tutorial001_py310.py", + "parent": "docs_src.templates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.templates": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\templates\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.templates.static": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\templates\\static\\__init__.py", + "parent": "docs_src.templates", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.templates.templates": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\templates\\templates\\__init__.py", + "parent": "docs_src.templates", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.using_request_directly.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\using_request_directly\\tutorial001_py310.py", + "parent": "docs_src.using_request_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.using_request_directly": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\using_request_directly\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.websockets_.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\websockets_\\tutorial001_py310.py", + "parent": "docs_src.websockets_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.websockets_.tutorial002_an_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\websockets_\\tutorial002_an_py310.py", + "parent": "docs_src.websockets_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.websockets_.tutorial002_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\websockets_\\tutorial002_py310.py", + "parent": "docs_src.websockets_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.websockets_.tutorial003_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\websockets_\\tutorial003_py310.py", + "parent": "docs_src.websockets_", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.websockets_": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\websockets_\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.wsgi.tutorial001_py310": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\wsgi\\tutorial001_py310.py", + "parent": "docs_src.wsgi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs_src.wsgi": { + "path": "C:\\repos\\v3\\fastapi\\docs_src\\wsgi\\__init__.py", + "parent": "docs_src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.applications": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\applications.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.background": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\background.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.cli": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\cli.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.concurrency": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\concurrency.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.datastructures": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\datastructures.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.encoders": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\encoders.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.exceptions": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\exceptions.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.exception_handlers": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\exception_handlers.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.logger": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\logger.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.params": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\params.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.param_functions": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\param_functions.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.requests": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\requests.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.responses": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\responses.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.routing": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\routing.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.sse": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\sse.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.staticfiles": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\staticfiles.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.templating": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\templating.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.testclient": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\testclient.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.types": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\types.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.utils": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\utils.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.websockets": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\websockets.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.__main__": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\__main__.py", + "parent": "fastapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.dependencies.models": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\dependencies\\models.py", + "parent": "fastapi.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.dependencies.utils": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\dependencies\\utils.py", + "parent": "fastapi.dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.dependencies": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\dependencies\\__init__.py", + "parent": "fastapi", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.asyncexitstack": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\asyncexitstack.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.cors": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\cors.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.gzip": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\gzip.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.httpsredirect": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\httpsredirect.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.trustedhost": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\trustedhost.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware.wsgi": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\wsgi.py", + "parent": "fastapi.middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.middleware": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\middleware\\__init__.py", + "parent": "fastapi", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.openapi.constants": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\openapi\\constants.py", + "parent": "fastapi.openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.openapi.docs": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\openapi\\docs.py", + "parent": "fastapi.openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.openapi.models": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\openapi\\models.py", + "parent": "fastapi.openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.openapi.utils": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\openapi\\utils.py", + "parent": "fastapi.openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.openapi": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\openapi\\__init__.py", + "parent": "fastapi", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.api_key": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\api_key.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.base": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\base.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.http": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\http.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.oauth2": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\oauth2.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.open_id_connect_url": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\open_id_connect_url.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security.utils": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\utils.py", + "parent": "fastapi.security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi.security": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\security\\__init__.py", + "parent": "fastapi", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi._compat.shared": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\_compat\\shared.py", + "parent": "fastapi._compat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi._compat.v2": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\_compat\\v2.py", + "parent": "fastapi._compat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "fastapi._compat": { + "path": "C:\\repos\\v3\\fastapi\\fastapi\\_compat\\__init__.py", + "parent": "fastapi", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.add_latest_release_date": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\add_latest_release_date.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.contributors": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\contributors.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.deploy_docs_status": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\deploy_docs_status.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.docs": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\docs.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.doc_parsing_utils": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\doc_parsing_utils.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.label_approved": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\label_approved.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.notify_translations": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\notify_translations.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.people": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\people.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.prepare_release": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\prepare_release.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.sponsors": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\sponsors.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.topic_repos": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\topic_repos.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.translate": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\translate.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.translation_fixer": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\translation_fixer.py", + "parent": "scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.cookie_param_models.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\cookie_param_models\\image01.py", + "parent": "scripts.playwright.cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.header_param_models.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\header_param_models\\image01.py", + "parent": "scripts.playwright.header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.json_base64_bytes.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\json_base64_bytes\\image01.py", + "parent": "scripts.playwright.json_base64_bytes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.query_param_models.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\query_param_models\\image01.py", + "parent": "scripts.playwright.query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.request_form_models.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\request_form_models\\image01.py", + "parent": "scripts.playwright.request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.separate_openapi_schemas.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\separate_openapi_schemas\\image01.py", + "parent": "scripts.playwright.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.separate_openapi_schemas.image02": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\separate_openapi_schemas\\image02.py", + "parent": "scripts.playwright.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.separate_openapi_schemas.image03": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\separate_openapi_schemas\\image03.py", + "parent": "scripts.playwright.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.separate_openapi_schemas.image04": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\separate_openapi_schemas\\image04.py", + "parent": "scripts.playwright.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.separate_openapi_schemas.image05": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\separate_openapi_schemas\\image05.py", + "parent": "scripts.playwright.separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.sql_databases.image01": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\sql_databases\\image01.py", + "parent": "scripts.playwright.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.playwright.sql_databases.image02": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\playwright\\sql_databases\\image02.py", + "parent": "scripts.playwright.sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.conftest": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\conftest.py", + "parent": "scripts.tests.test_translation_fixer", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_code_blocks\\test_code_blocks_lines_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_code_blocks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_code_blocks\\test_code_blocks_mermaid.py", + "parent": "scripts.tests.test_translation_fixer.test_code_blocks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_code_blocks\\test_code_blocks_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_code_blocks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_code_blocks\\test_code_blocks_wrong_lang_code.py", + "parent": "scripts.tests.test_translation_fixer.test_code_blocks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_code_includes\\test_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_code_includes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_complex_doc\\test_compex_doc.py", + "parent": "scripts.tests.test_translation_fixer.test_complex_doc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_header_permalinks\\test_header_level_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_header_permalinks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_header_permalinks\\test_header_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_header_permalinks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_html_links\\test_html_links_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_html_links", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch": { + "path": "C:\\repos\\v3\\fastapi\\scripts\\tests\\test_translation_fixer\\test_markdown_links\\test_mkd_links_number_mismatch.py", + "parent": "scripts.tests.test_translation_fixer.test_markdown_links", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.forward_reference_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\forward_reference_type.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.main": { + "path": "C:\\repos\\v3\\fastapi\\tests\\main.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_properties": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_properties.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_properties_bool": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_properties_bool.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_bad": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_bad.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_custom_model_in_callback": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_custom_model_in_callback.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_custom_validationerror": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_custom_validationerror.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_default_validationerror": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_default_validationerror.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_response_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_response_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_router": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_router.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_responses_union_duplicate_anyof": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_responses_union_duplicate_anyof.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_additional_response_extra": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_additional_response_extra.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_allow_inf_nan_in_enforcing": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_allow_inf_nan_in_enforcing.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_ambiguous_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_ambiguous_params.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_annotated": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_annotated.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_application": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_application.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_arbitrary_types": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_arbitrary_types.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_callable_endpoint": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_callable_endpoint.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_compat": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_compat.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_computed_fields": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_computed_fields.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_custom_middleware_exception": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_custom_middleware_exception.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_custom_route_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_custom_route_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_custom_schema_fields": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_custom_schema_fields.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_custom_swagger_ui_redirect": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_custom_swagger_ui_redirect.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_datastructures": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_datastructures.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_datetime_custom_encoder": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_datetime_custom_encoder.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_default_response_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_default_response_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_default_response_class_router": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_default_response_class_router.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependencies_utils": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependencies_utils.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_after_yield_raise": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_after_yield_raise.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_after_yield_streaming": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_after_yield_streaming.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_after_yield_websockets": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_after_yield_websockets.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_cache": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_cache.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_contextmanager": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_contextmanager.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_contextvars": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_contextvars.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_duplicates": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_duplicates.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_overrides": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_overrides.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_paramless": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_paramless.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_partial": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_partial.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_pep695": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_pep695.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_security_overrides": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_security_overrides.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_wrapped": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_wrapped.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_yield_except_httpexception": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_yield_except_httpexception.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_yield_scope": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_yield_scope.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dependency_yield_scope_websockets": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dependency_yield_scope_websockets.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_depends_hashable": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_depends_hashable.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_deprecated_openapi_prefix": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_deprecated_openapi_prefix.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_deprecated_responses": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_deprecated_responses.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_dump_json_fast_path": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_dump_json_fast_path.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_duplicate_models_openapi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_duplicate_models_openapi.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_empty_router": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_empty_router.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_enforce_once_required_parameter": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_enforce_once_required_parameter.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_exception_handlers": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_exception_handlers.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_extra_routes": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_extra_routes.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_fastapi_cli": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_fastapi_cli.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_file_and_form_order_issue_9116": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_file_and_form_order_issue_9116.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_filter_pydantic_sub_model_pv2": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_filter_pydantic_sub_model_pv2.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_forms_from_non_typing_sequences": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_forms_from_non_typing_sequences.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_forms_single_model": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_forms_single_model.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_forms_single_param": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_forms_single_param.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_form_default": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_form_default.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_generate_unique_id_function": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_generate_unique_id_function.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_generic_parameterless_depends": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_generic_parameterless_depends.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_get_model_definitions_formfeed_escape": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_get_model_definitions_formfeed_escape.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_get_request_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_get_request_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_http_connection_injection": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_http_connection_injection.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_include_route": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_include_route.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_include_router_defaults_overrides": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_include_router_defaults_overrides.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_infer_param_optionality": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_infer_param_optionality.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_inherited_custom_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_inherited_custom_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_invalid_path_param": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_invalid_path_param.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_invalid_sequence_param": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_invalid_sequence_param.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_jsonable_encoder": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_jsonable_encoder.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_json_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_json_type.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_list_bytes_file_order_preserved_issue_14811": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_list_bytes_file_order_preserved_issue_14811.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_local_docs": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_local_docs.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_multipart_installation": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_multipart_installation.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_multi_body_errors": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_multi_body_errors.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_multi_query_errors": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_multi_query_errors.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_no_schema_split": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_no_schema_split.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_no_swagger_ui_redirect": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_no_swagger_ui_redirect.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_cache_root_path": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_cache_root_path.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_examples": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_examples.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_model_description_trim_on_formfeed": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_model_description_trim_on_formfeed.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_query_parameter_extension": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_query_parameter_extension.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_route_extensions": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_route_extensions.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_schema_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_schema_type.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_separate_input_output_schemas": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_separate_input_output_schemas.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_openapi_servers": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_openapi_servers.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_operations_signatures": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_operations_signatures.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_optional_file_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_optional_file_list.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_orjson_response_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_orjson_response_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_params_repr": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_params_repr.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_param_class": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_param_class.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_param_include_in_schema": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_param_include_in_schema.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_param_in_path_and_dependency": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_param_in_path_and_dependency.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_path": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_path.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_prepare_release": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_prepare_release.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_put_no_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_put_no_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_pydanticv2_dataclasses_uuid_stringified_annotations.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_pydantic_v1_error": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_pydantic_v1_error.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_query": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_query.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_query_cookie_header_model_extra_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_query_cookie_header_model_extra_params.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_read_with_orm_mode": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_read_with_orm_mode.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_regex_deprecated_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_regex_deprecated_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_regex_deprecated_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_regex_deprecated_params.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_repeated_cookie_headers": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_repeated_cookie_headers.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_repeated_dependency_schema": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_repeated_dependency_schema.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_repeated_parameter_alias": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_repeated_parameter_alias.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_body_parameters_media_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_body_parameters_media_type.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_param_model_by_alias": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_param_model_by_alias.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_required_noneable": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_required_noneable.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_by_alias": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_by_alias.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_change_status_code": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_change_status_code.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_class_no_mediatype": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_class_no_mediatype.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_code_no_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_code_no_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_dependency": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_dependency.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_as_return_annotation": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_as_return_annotation.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_data_filter": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_data_filter.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_data_filter_no_inheritance": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_data_filter_no_inheritance.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_default_factory": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_default_factory.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_include_exclude": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_include_exclude.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_invalid": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_invalid.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_model_sub_types": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_model_sub_types.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_response_set_response_code_empty": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_response_set_response_code_empty.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_return_none_stringified_annotations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_return_none_stringified_annotations.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_router_circular_import": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_router_circular_import.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_router_events": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_router_events.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_router_prefix_with_template": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_router_prefix_with_template.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_router_redirect_slashes": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_router_redirect_slashes.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_route_scope": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_route_scope.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_schema_compat_pydantic_v2": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_schema_compat_pydantic_v2.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_schema_extra_examples": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_schema_extra_examples.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_schema_ref_pydantic_v2": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_schema_ref_pydantic_v2.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_cookie": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_cookie.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_cookie_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_cookie_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_cookie_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_cookie_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_header": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_header.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_header_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_header_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_header_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_header_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_query": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_query.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_query_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_query_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_api_key_query_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_api_key_query_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_base": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_base.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_base_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_base_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_base_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_base_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_basic_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_basic_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_basic_realm": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_basic_realm.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_basic_realm_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_basic_realm_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_bearer": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_bearer.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_bearer_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_bearer_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_bearer_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_bearer_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_digest": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_digest.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_digest_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_digest_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_http_digest_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_http_digest_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_authorization_code_bearer": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_authorization_code_bearer.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_authorization_code_bearer_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_authorization_code_bearer_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_authorization_code_bearer_scopes_openapi.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_optional_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_optional_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_password_bearer_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_password_bearer_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_oauth2_password_bearer_optional_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_oauth2_password_bearer_optional_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_openid_connect": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_openid_connect.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_openid_connect_description": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_openid_connect_description.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_openid_connect_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_openid_connect_optional.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_scopes": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_scopes.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_scopes_dont_propagate": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_scopes_dont_propagate.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_security_scopes_sub_dependency": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_security_scopes_sub_dependency.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_serialize_response": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_serialize_response.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_serialize_response_dataclass": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_serialize_response_dataclass.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_serialize_response_model": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_serialize_response_model.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_skip_defaults": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_skip_defaults.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_sse": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_sse.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_starlette_exception": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_starlette_exception.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_starlette_urlconvertors": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_starlette_urlconvertors.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stream_bare_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stream_bare_type.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stream_cancellation": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stream_cancellation.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stream_json_validation_error": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stream_json_validation_error.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_strict_content_type_app_level": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_strict_content_type_app_level.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_strict_content_type_nested": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_strict_content_type_nested.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_strict_content_type_router_level": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_strict_content_type_router_level.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stringified_annotations_simple": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stringified_annotations_simple.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stringified_annotation_dependency": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stringified_annotation_dependency.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_stringified_annotation_dependency_py314": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_stringified_annotation_dependency_py314.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_sub_callbacks": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_sub_callbacks.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_swagger_ui_escape": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_swagger_ui_escape.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_swagger_ui_init_oauth": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_swagger_ui_init_oauth.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_top_level_security_scheme_in_openapi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_top_level_security_scheme_in_openapi.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tuples": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tuples.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_typing_python39": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_typing_python39.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_union_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_union_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_union_body_discriminator": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_union_body_discriminator.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_union_body_discriminator_annotated": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_union_body_discriminator_annotated.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_union_forms": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_union_forms.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_union_inherited_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_union_inherited_body.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validate_response": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validate_response.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validate_response_dataclass": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validate_response_dataclass.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validation_error_context": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validation_error_context.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_webhooks_security": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_webhooks_security.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_wrapped_method_forward_reference": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_wrapped_method_forward_reference.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_ws_dependencies": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_ws_dependencies.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_ws_router": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_ws_router.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.utils": { + "path": "C:\\repos\\v3\\fastapi\\tests\\utils.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests": { + "path": "C:\\repos\\v3\\fastapi\\tests\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.benchmarks.test_general_performance": { + "path": "C:\\repos\\v3\\fastapi\\tests\\benchmarks\\test_general_performance.py", + "parent": "tests.benchmarks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.benchmarks": { + "path": "C:\\repos\\v3\\fastapi\\tests\\benchmarks\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body.test_main": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\test_main.py", + "parent": "tests.test_modules_same_name_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body.app.a": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\app\\a.py", + "parent": "tests.test_modules_same_name_body.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body.app.b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\app\\b.py", + "parent": "tests.test_modules_same_name_body.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body.app.main": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\app\\main.py", + "parent": "tests.test_modules_same_name_body.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_modules_same_name_body.app": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_modules_same_name_body\\app\\__init__.py", + "parent": "tests.test_modules_same_name_body", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\test_list.py", + "parent": "tests.test_request_params.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\test_optional_list.py", + "parent": "tests.test_request_params.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\test_optional_str.py", + "parent": "tests.test_request_params.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\test_required_str.py", + "parent": "tests.test_request_params.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body.utils": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\utils.py", + "parent": "tests.test_request_params.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_body\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_cookie.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_cookie\\test_list.py", + "parent": "tests.test_request_params.test_cookie", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_cookie.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_cookie\\test_optional_list.py", + "parent": "tests.test_request_params.test_cookie", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_cookie.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_cookie\\test_optional_str.py", + "parent": "tests.test_request_params.test_cookie", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_cookie.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_cookie\\test_required_str.py", + "parent": "tests.test_request_params.test_cookie", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_cookie": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_cookie\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\test_list.py", + "parent": "tests.test_request_params.test_file", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file.test_optional": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\test_optional.py", + "parent": "tests.test_request_params.test_file", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\test_optional_list.py", + "parent": "tests.test_request_params.test_file", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file.test_required": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\test_required.py", + "parent": "tests.test_request_params.test_file", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file.utils": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\utils.py", + "parent": "tests.test_request_params.test_file", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_file": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_file\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\test_list.py", + "parent": "tests.test_request_params.test_form", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\test_optional_list.py", + "parent": "tests.test_request_params.test_form", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\test_optional_str.py", + "parent": "tests.test_request_params.test_form", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\test_required_str.py", + "parent": "tests.test_request_params.test_form", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form.utils": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\utils.py", + "parent": "tests.test_request_params.test_form", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_form": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_form\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_header.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_header\\test_list.py", + "parent": "tests.test_request_params.test_header", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_header.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_header\\test_optional_list.py", + "parent": "tests.test_request_params.test_header", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_header.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_header\\test_optional_str.py", + "parent": "tests.test_request_params.test_header", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_header.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_header\\test_required_str.py", + "parent": "tests.test_request_params.test_header", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_header": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_header\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_path.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_path\\test_list.py", + "parent": "tests.test_request_params.test_path", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_path.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_path\\test_optional_list.py", + "parent": "tests.test_request_params.test_path", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_path.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_path\\test_optional_str.py", + "parent": "tests.test_request_params.test_path", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_path.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_path\\test_required_str.py", + "parent": "tests.test_request_params.test_path", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_path": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_path\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_query.test_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_query\\test_list.py", + "parent": "tests.test_request_params.test_query", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_query.test_optional_list": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_query\\test_optional_list.py", + "parent": "tests.test_request_params.test_query", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_query.test_optional_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_query\\test_optional_str.py", + "parent": "tests.test_request_params.test_query", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_query.test_required_str": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_query\\test_required_str.py", + "parent": "tests.test_request_params.test_query", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request_params.test_query": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_request_params\\test_query\\__init__.py", + "parent": "tests.test_request_params", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_responses.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_responses\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_responses.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_responses\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_responses.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_responses\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_responses.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_responses\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_additional_responses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_responses": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_responses\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_status_codes.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_status_codes\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_additional_status_codes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_additional_status_codes": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_additional_status_codes\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_advanced_middleware.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_advanced_middleware\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_advanced_middleware.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_advanced_middleware\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_advanced_middleware.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_advanced_middleware\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_advanced_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_advanced_middleware": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_advanced_middleware\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_async_tests.test_main_a": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_async_tests\\test_main_a.py", + "parent": "tests.test_tutorial.test_async_tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_async_tests": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_async_tests\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_authentication_error_status_code\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_authentication_error_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_authentication_error_status_code": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_authentication_error_status_code\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_background_tasks.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_background_tasks\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_background_tasks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_background_tasks.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_background_tasks\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_background_tasks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_background_tasks": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_background_tasks\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\test_tutorial001_01.py", + "parent": "tests.test_tutorial.test_behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_behind_a_proxy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_behind_a_proxy": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_behind_a_proxy\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_bigger_applications.test_main": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_bigger_applications\\test_main.py", + "parent": "tests.test_tutorial.test_bigger_applications", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_bigger_applications": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_bigger_applications\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_body", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_fields.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_fields\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_body_fields", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_fields": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_fields\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_body_multiple_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_multiple_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_multiple_params\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial001_tutorial002_tutorial003.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial008": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial008.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models.test_tutorial009": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\test_tutorial009.py", + "parent": "tests.test_tutorial.test_body_nested_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_nested_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_nested_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_updates.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_updates\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_body_updates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_updates.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_updates\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_body_updates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_body_updates": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_body_updates\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_conditional_openapi.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_conditional_openapi\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_conditional_openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_conditional_openapi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_conditional_openapi\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_configure_swagger_ui\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_configure_swagger_ui\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_configure_swagger_ui\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_configure_swagger_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_configure_swagger_ui": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_configure_swagger_ui\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cookie_params.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cookie_params\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_cookie_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cookie_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cookie_params\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cookie_param_models.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cookie_param_models\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cookie_param_models.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cookie_param_models\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_cookie_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cookie_param_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cookie_param_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cors.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cors\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_cors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_cors": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_cors\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_docs_ui\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_custom_docs_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_docs_ui\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_custom_docs_ui", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_docs_ui": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_docs_ui\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_request_and_route\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_request_and_route\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_request_and_route\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_custom_request_and_route", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_request_and_route": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_request_and_route\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial001b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial001b.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial002_tutorial003_tutorial004.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial006b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial006b.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial006c": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial006c.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial008": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial008.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial009": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial009.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial009b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial009b.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial009c": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial009c.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response.test_tutorial010": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\test_tutorial010.py", + "parent": "tests.test_tutorial.test_custom_response", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_custom_response": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_custom_response\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dataclasses.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dataclasses\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_dataclasses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dataclasses.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dataclasses\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_dataclasses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dataclasses.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dataclasses\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_dataclasses", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dataclasses": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dataclasses\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_debugging.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_debugging\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_debugging", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_debugging": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_debugging\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial001_tutorial001_02.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial002_tutorial003_tutorial004.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial008": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial008.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial008b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial008b.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial008c": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial008c.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial008d": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial008d.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial008e": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial008e.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial010": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial010.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial011": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial011.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies.test_tutorial012": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\test_tutorial012.py", + "parent": "tests.test_tutorial.test_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_dependencies": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_dependencies\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_encoder.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_encoder\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_encoder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_encoder": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_encoder\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_events.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_events\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_events.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_events\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_events.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_events\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_events": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_events\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extending_openapi.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extending_openapi\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_extending_openapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extending_openapi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extending_openapi\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_data_types.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_data_types\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_extra_data_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_data_types": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_data_types\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_models\\test_tutorial001_tutorial002.py", + "parent": "tests.test_tutorial.test_extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_models.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_models\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_models.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_models\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_models.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_models\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_extra_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_extra_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_extra_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_first_steps\\test_tutorial001_tutorial002_tutorial003.py", + "parent": "tests.test_tutorial.test_first_steps", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_first_steps": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_first_steps\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_generate_clients.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_generate_clients\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_generate_clients.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_generate_clients\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_generate_clients.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_generate_clients\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_generate_clients.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_generate_clients\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_generate_clients", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_generate_clients": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_generate_clients\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_graphql.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_graphql\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_graphql", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_graphql": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_graphql\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_handling_errors", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_handling_errors": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_handling_errors\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_params.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_params\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_params.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_params\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_params.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_params\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_header_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_params\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_param_models.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_param_models\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_param_models.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_param_models\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_param_models.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_param_models\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_header_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_header_param_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_header_param_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_json_base64_bytes\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_json_base64_bytes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_json_base64_bytes": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_json_base64_bytes\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata.test_tutorial001_1": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\test_tutorial001_1.py", + "parent": "tests.test_tutorial.test_metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_metadata", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_metadata": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_metadata\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_middleware.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_middleware\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_middleware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_middleware": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_middleware\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_openapi_callbacks\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_openapi_callbacks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_openapi_callbacks": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_openapi_callbacks\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_openapi_webhooks\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_openapi_webhooks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_openapi_webhooks": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_openapi_webhooks\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_path_operation_advanced_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_advanced_configurations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_advanced_configurations\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial002b.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial003_tutorial004.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_path_operation_configurations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_operation_configurations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_operation_configurations\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial003b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial003b.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_path_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\test_tutorial002_tutorial003.py", + "parent": "tests.test_tutorial.test_path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_path_params_numeric_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_path_params_numeric_validations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_path_params_numeric_validations\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial001_tutorial002.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial008": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial008.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial008b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial008b.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial009_tutorial009b.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial010": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial010.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial011": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial011.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types.test_tutorial013": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\test_tutorial013.py", + "parent": "tests.test_tutorial.test_python_types", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_python_types": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_python_types\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_query_params", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial006c.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial008.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial009.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial010.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial011.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial012.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial013.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial014.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\test_tutorial015.py", + "parent": "tests.test_tutorial.test_query_params_str_validations", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_params_str_validations": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_params_str_validations\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_param_models.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_param_models\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_param_models.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_param_models\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_query_param_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_query_param_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_query_param_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files.test_tutorial001_02": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\test_tutorial001_02.py", + "parent": "tests.test_tutorial.test_request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files.test_tutorial001_03": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\test_tutorial001_03.py", + "parent": "tests.test_tutorial.test_request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_request_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_files": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_files\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_forms.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_forms\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_request_forms", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_forms": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_forms\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_forms_and_files\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_request_forms_and_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_forms_and_files": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_forms_and_files\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_form_models.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_form_models\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_form_models.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_form_models\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_request_form_models", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_request_form_models": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_request_form_models\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_change_status_code.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_change_status_code\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_response_change_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_change_status_code": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_change_status_code\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_cookies.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_cookies\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_response_cookies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_cookies.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_cookies\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_response_cookies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_cookies": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_cookies\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_directly.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_directly\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_response_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_directly.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_directly\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_response_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_directly": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_directly\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_headers.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_headers\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_response_headers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_headers.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_headers\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_response_headers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_headers": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_headers\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial001_tutorial001_01.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003_01": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003_01.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003_02": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003_02.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003_03": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003_03.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003_04": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003_04.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial003_05": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial003_05.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_response_model", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_model": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_model\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_status_code\\test_tutorial001_tutorial002.py", + "parent": "tests.test_tutorial.test_response_status_code", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_response_status_code": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_response_status_code\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_schema_extra_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_schema_extra_example": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_schema_extra_example\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial006": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial006.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security.test_tutorial007": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\test_tutorial007.py", + "parent": "tests.test_tutorial.test_security", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_security": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_security\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_separate_openapi_schemas\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_separate_openapi_schemas\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_separate_openapi_schemas", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_separate_openapi_schemas": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_separate_openapi_schemas\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events.test_tutorial005": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\test_tutorial005.py", + "parent": "tests.test_tutorial.test_server_sent_events", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_server_sent_events": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_server_sent_events\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_settings.test_app01": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_settings\\test_app01.py", + "parent": "tests.test_tutorial.test_settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_settings.test_app02": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_settings\\test_app02.py", + "parent": "tests.test_tutorial.test_settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_settings.test_app03": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_settings\\test_app03.py", + "parent": "tests.test_tutorial.test_settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_settings.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_settings\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_settings": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_settings\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_sql_databases.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_sql_databases\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_sql_databases.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_sql_databases\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_sql_databases", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_sql_databases": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_sql_databases\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_static_files.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_static_files\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_static_files", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_static_files": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_static_files\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_stream_data.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_stream_data\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_stream_data", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_stream_data.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_stream_data\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_stream_data", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_stream_data": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_stream_data\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_stream_json_lines.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_stream_json_lines\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_stream_json_lines", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_stream_json_lines": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_stream_json_lines\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_strict_content_type.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_strict_content_type\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_strict_content_type", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_strict_content_type": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_strict_content_type\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_sub_applications.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_sub_applications\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_sub_applications", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_sub_applications": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_sub_applications\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_templates.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_templates\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_templates", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_templates": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_templates\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_main_a": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_main_a.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_main_b": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_main_b.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing.test_tutorial004": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\test_tutorial004.py", + "parent": "tests.test_tutorial.test_testing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing_dependencies.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing_dependencies\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_testing_dependencies", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_testing_dependencies": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_testing_dependencies\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_using_request_directly.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_using_request_directly\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_using_request_directly", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_using_request_directly": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_using_request_directly\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_websockets.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_websockets\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_websockets", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_websockets.test_tutorial002": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_websockets\\test_tutorial002.py", + "parent": "tests.test_tutorial.test_websockets", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_websockets.test_tutorial003": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_websockets\\test_tutorial003.py", + "parent": "tests.test_tutorial.test_websockets", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_websockets": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_websockets\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_wsgi.test_tutorial001": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_wsgi\\test_tutorial001.py", + "parent": "tests.test_tutorial.test_wsgi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_tutorial.test_wsgi": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_tutorial\\test_wsgi\\__init__.py", + "parent": "tests.test_tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validate_response_recursive.app": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validate_response_recursive\\app.py", + "parent": "tests.test_validate_response_recursive", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validate_response_recursive.test_validate_response_recursive": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validate_response_recursive\\test_validate_response_recursive.py", + "parent": "tests.test_validate_response_recursive", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_validate_response_recursive": { + "path": "C:\\repos\\v3\\fastapi\\tests\\test_validate_response_recursive\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "docs_src.additional_responses.tutorial001_py310": [ + { + "from_module": "docs_src.additional_responses.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_responses.tutorial001_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.additional_responses.tutorial002_py310": [ + { + "from_module": "docs_src.additional_responses.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_responses.tutorial002_py310", + "imports": "fastapi.responses.FileResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "FileResponse", + "lineno": 2 + } + ], + "docs_src.additional_responses.tutorial003_py310": [ + { + "from_module": "docs_src.additional_responses.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_responses.tutorial003_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.additional_responses.tutorial004_py310": [ + { + "from_module": "docs_src.additional_responses.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_responses.tutorial004_py310", + "imports": "fastapi.responses.FileResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "FileResponse", + "lineno": 2 + } + ], + "docs_src.additional_responses": [], + "docs_src.additional_status_codes.tutorial001_an_py310": [ + { + "from_module": "docs_src.additional_status_codes.tutorial001_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 3 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_an_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 4 + } + ], + "docs_src.additional_status_codes.tutorial001_py310": [ + { + "from_module": "docs_src.additional_status_codes.tutorial001_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + }, + { + "from_module": "docs_src.additional_status_codes.tutorial001_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.additional_status_codes": [], + "docs_src.advanced_middleware.tutorial001_py310": [ + { + "from_module": "docs_src.advanced_middleware.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.advanced_middleware.tutorial001_py310", + "imports": "fastapi.middleware.httpsredirect.HTTPSRedirectMiddleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware.httpsredirect", + "symbol_part": "HTTPSRedirectMiddleware", + "lineno": 2 + } + ], + "docs_src.advanced_middleware.tutorial002_py310": [ + { + "from_module": "docs_src.advanced_middleware.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.advanced_middleware.tutorial002_py310", + "imports": "fastapi.middleware.trustedhost.TrustedHostMiddleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware.trustedhost", + "symbol_part": "TrustedHostMiddleware", + "lineno": 2 + } + ], + "docs_src.advanced_middleware.tutorial003_py310": [ + { + "from_module": "docs_src.advanced_middleware.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.advanced_middleware.tutorial003_py310", + "imports": "fastapi.middleware.gzip.GZipMiddleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware.gzip", + "symbol_part": "GZipMiddleware", + "lineno": 2 + } + ], + "docs_src.advanced_middleware": [], + "docs_src.app_testing.tutorial001_py310": [ + { + "from_module": "docs_src.app_testing.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.tutorial001_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "docs_src.app_testing.tutorial002_py310": [ + { + "from_module": "docs_src.app_testing.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.tutorial002_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "docs_src.app_testing.tutorial002_py310", + "imports": "fastapi.websockets.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.websockets", + "symbol_part": "WebSocket", + "lineno": 3 + } + ], + "docs_src.app_testing.tutorial003_py310": [ + { + "from_module": "docs_src.app_testing.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.tutorial003_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "docs_src.app_testing.tutorial004_py310": [ + { + "from_module": "docs_src.app_testing.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.app_testing.tutorial004_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "docs_src.app_testing": [], + "docs_src.app_testing.app_a_py310.main": [ + { + "from_module": "docs_src.app_testing.app_a_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.app_testing.app_a_py310.test_main": [ + { + "from_module": "docs_src.app_testing.app_a_py310.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.app_a_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 3 + } + ], + "docs_src.app_testing.app_a_py310": [], + "docs_src.app_testing.app_b_an_py310.main": [ + { + "from_module": "docs_src.app_testing.app_b_an_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.app_testing.app_b_an_py310.main", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + }, + { + "from_module": "docs_src.app_testing.app_b_an_py310.main", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.app_testing.app_b_an_py310.test_main": [ + { + "from_module": "docs_src.app_testing.app_b_an_py310.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.app_b_an_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 3 + } + ], + "docs_src.app_testing.app_b_an_py310": [], + "docs_src.app_testing.app_b_py310.main": [ + { + "from_module": "docs_src.app_testing.app_b_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.app_b_py310.main", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.app_b_py310.main", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.app_testing.app_b_py310.test_main": [ + { + "from_module": "docs_src.app_testing.app_b_py310.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "docs_src.app_testing.app_b_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 3 + } + ], + "docs_src.app_testing.app_b_py310": [], + "docs_src.async_tests": [], + "docs_src.async_tests.app_a_py310.main": [ + { + "from_module": "docs_src.async_tests.app_a_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.async_tests.app_a_py310.test_main": [ + { + "from_module": "docs_src.async_tests.app_a_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 4 + } + ], + "docs_src.async_tests.app_a_py310": [], + "docs_src.authentication_error_status_code.tutorial001_an_py310": [ + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 3 + }, + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 4 + }, + { + "from_module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 4 + } + ], + "docs_src.authentication_error_status_code": [], + "docs_src.background_tasks.tutorial001_py310": [ + { + "from_module": "docs_src.background_tasks.tutorial001_py310", + "imports": "fastapi.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "BackgroundTasks", + "lineno": 1 + }, + { + "from_module": "docs_src.background_tasks.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.background_tasks.tutorial002_an_py310": [ + { + "from_module": "docs_src.background_tasks.tutorial002_an_py310", + "imports": "fastapi.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "BackgroundTasks", + "lineno": 3 + }, + { + "from_module": "docs_src.background_tasks.tutorial002_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.background_tasks.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.background_tasks.tutorial002_py310": [ + { + "from_module": "docs_src.background_tasks.tutorial002_py310", + "imports": "fastapi.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "BackgroundTasks", + "lineno": 1 + }, + { + "from_module": "docs_src.background_tasks.tutorial002_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.background_tasks.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.background_tasks": [], + "docs_src.behind_a_proxy.tutorial001_01_py310": [ + { + "from_module": "docs_src.behind_a_proxy.tutorial001_01_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.behind_a_proxy.tutorial001_py310": [ + { + "from_module": "docs_src.behind_a_proxy.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.behind_a_proxy.tutorial001_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.behind_a_proxy.tutorial002_py310": [ + { + "from_module": "docs_src.behind_a_proxy.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.behind_a_proxy.tutorial002_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.behind_a_proxy.tutorial003_py310": [ + { + "from_module": "docs_src.behind_a_proxy.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.behind_a_proxy.tutorial003_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.behind_a_proxy.tutorial004_py310": [ + { + "from_module": "docs_src.behind_a_proxy.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.behind_a_proxy.tutorial004_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.behind_a_proxy": [], + "docs_src.bigger_applications": [], + "docs_src.bigger_applications.app_an_py310.dependencies": [ + { + "from_module": "docs_src.bigger_applications.app_an_py310.dependencies", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.dependencies", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.bigger_applications.app_an_py310.main": [ + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "dependencies.get_query_token", + "type": "from_import", + "relative_level": 1, + "module_part": "dependencies", + "symbol_part": "get_query_token", + "lineno": 3 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "dependencies.get_token_header", + "type": "from_import", + "relative_level": 1, + "module_part": "dependencies", + "symbol_part": "get_token_header", + "lineno": 3 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "internal.admin", + "type": "from_import", + "relative_level": 1, + "module_part": "internal", + "symbol_part": "admin", + "lineno": 4 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "routers.items", + "type": "from_import", + "relative_level": 1, + "module_part": "routers", + "symbol_part": "items", + "lineno": 5 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.main", + "imports": "routers.users", + "type": "from_import", + "relative_level": 1, + "module_part": "routers", + "symbol_part": "users", + "lineno": 5 + } + ], + "docs_src.bigger_applications.app_an_py310": [], + "docs_src.bigger_applications.app_an_py310.internal.admin": [ + { + "from_module": "docs_src.bigger_applications.app_an_py310.internal.admin", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + } + ], + "docs_src.bigger_applications.app_an_py310.internal": [], + "docs_src.bigger_applications.app_an_py310.routers.items": [ + { + "from_module": "docs_src.bigger_applications.app_an_py310.routers.items", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.routers.items", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.routers.items", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.bigger_applications.app_an_py310.routers.items", + "imports": "dependencies.get_token_header", + "type": "from_import", + "relative_level": 2, + "module_part": "dependencies", + "symbol_part": "get_token_header", + "lineno": 3 + } + ], + "docs_src.bigger_applications.app_an_py310.routers.users": [ + { + "from_module": "docs_src.bigger_applications.app_an_py310.routers.users", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + } + ], + "docs_src.bigger_applications.app_an_py310.routers": [], + "docs_src.body.tutorial001_py310": [ + { + "from_module": "docs_src.body.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body.tutorial002_py310": [ + { + "from_module": "docs_src.body.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body.tutorial003_py310": [ + { + "from_module": "docs_src.body.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body.tutorial004_py310": [ + { + "from_module": "docs_src.body.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body": [], + "docs_src.body_fields.tutorial001_an_py310": [ + { + "from_module": "docs_src.body_fields.tutorial001_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.body_fields.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.body_fields.tutorial001_py310": [ + { + "from_module": "docs_src.body_fields.tutorial001_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.body_fields.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_fields": [], + "docs_src.body_multiple_params.tutorial001_an_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial001_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + } + ], + "docs_src.body_multiple_params.tutorial001_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial001_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + } + ], + "docs_src.body_multiple_params.tutorial002_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_multiple_params.tutorial003_an_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial003_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.body_multiple_params.tutorial003_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial003_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_multiple_params.tutorial004_an_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial004_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.body_multiple_params.tutorial004_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial004_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_multiple_params.tutorial005_an_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial005_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.body_multiple_params.tutorial005_py310": [ + { + "from_module": "docs_src.body_multiple_params.tutorial005_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.body_multiple_params.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_multiple_params": [], + "docs_src.body_nested_models.tutorial001_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial002_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial003_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial004_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial005_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial006_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial007_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial007_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial008_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial008_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models.tutorial009_py310": [ + { + "from_module": "docs_src.body_nested_models.tutorial009_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.body_nested_models": [], + "docs_src.body_updates.tutorial001_py310": [ + { + "from_module": "docs_src.body_updates.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.body_updates.tutorial001_py310", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 2 + } + ], + "docs_src.body_updates.tutorial002_py310": [ + { + "from_module": "docs_src.body_updates.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.body_updates.tutorial002_py310", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 2 + } + ], + "docs_src.body_updates": [], + "docs_src.conditional_openapi.tutorial001_py310": [ + { + "from_module": "docs_src.conditional_openapi.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.conditional_openapi": [], + "docs_src.configure_swagger_ui.tutorial001_py310": [ + { + "from_module": "docs_src.configure_swagger_ui.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.configure_swagger_ui.tutorial002_py310": [ + { + "from_module": "docs_src.configure_swagger_ui.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.configure_swagger_ui.tutorial003_py310": [ + { + "from_module": "docs_src.configure_swagger_ui.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.configure_swagger_ui": [], + "docs_src.cookie_params.tutorial001_an_py310": [ + { + "from_module": "docs_src.cookie_params.tutorial001_an_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "docs_src.cookie_params.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.cookie_params.tutorial001_py310": [ + { + "from_module": "docs_src.cookie_params.tutorial001_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "docs_src.cookie_params.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.cookie_params": [], + "docs_src.cookie_param_models.tutorial001_an_py310": [ + { + "from_module": "docs_src.cookie_param_models.tutorial001_an_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "docs_src.cookie_param_models.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.cookie_param_models.tutorial001_py310": [ + { + "from_module": "docs_src.cookie_param_models.tutorial001_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "docs_src.cookie_param_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.cookie_param_models.tutorial002_an_py310": [ + { + "from_module": "docs_src.cookie_param_models.tutorial002_an_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "docs_src.cookie_param_models.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.cookie_param_models.tutorial002_py310": [ + { + "from_module": "docs_src.cookie_param_models.tutorial002_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "docs_src.cookie_param_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.cookie_param_models": [], + "docs_src.cors.tutorial001_py310": [ + { + "from_module": "docs_src.cors.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.cors.tutorial001_py310", + "imports": "fastapi.middleware.cors.CORSMiddleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware.cors", + "symbol_part": "CORSMiddleware", + "lineno": 2 + } + ], + "docs_src.cors": [], + "docs_src.custom_docs_ui.tutorial001_py310": [ + { + "from_module": "docs_src.custom_docs_ui.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial001_py310", + "imports": "fastapi.openapi.docs.get_redoc_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_redoc_html", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial001_py310", + "imports": "fastapi.openapi.docs.get_swagger_ui_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_html", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial001_py310", + "imports": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_oauth2_redirect_html", + "lineno": 2 + } + ], + "docs_src.custom_docs_ui.tutorial002_py310": [ + { + "from_module": "docs_src.custom_docs_ui.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial002_py310", + "imports": "fastapi.openapi.docs.get_redoc_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_redoc_html", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial002_py310", + "imports": "fastapi.openapi.docs.get_swagger_ui_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_html", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial002_py310", + "imports": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_oauth2_redirect_html", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_docs_ui.tutorial002_py310", + "imports": "fastapi.staticfiles.StaticFiles", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.staticfiles", + "symbol_part": "StaticFiles", + "lineno": 7 + } + ], + "docs_src.custom_docs_ui": [], + "docs_src.custom_request_and_route.tutorial001_an_py310": [ + { + "from_module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 5 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 5 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 5 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 6 + } + ], + "docs_src.custom_request_and_route.tutorial001_py310": [ + { + "from_module": "docs_src.custom_request_and_route.tutorial001_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial001_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 5 + } + ], + "docs_src.custom_request_and_route.tutorial002_an_py310": [ + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 5 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 6 + } + ], + "docs_src.custom_request_and_route.tutorial002_py310": [ + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 3 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 3 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial002_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 5 + } + ], + "docs_src.custom_request_and_route.tutorial003_py310": [ + { + "from_module": "docs_src.custom_request_and_route.tutorial003_py310", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial003_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial003_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_request_and_route.tutorial003_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 5 + } + ], + "docs_src.custom_request_and_route": [], + "docs_src.custom_response.tutorial001b_py310": [ + { + "from_module": "docs_src.custom_response.tutorial001b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial001b_py310", + "imports": "fastapi.responses.ORJSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "ORJSONResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial001_py310": [ + { + "from_module": "docs_src.custom_response.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial001_py310", + "imports": "fastapi.responses.UJSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "UJSONResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial002_py310": [ + { + "from_module": "docs_src.custom_response.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial002_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial003_py310": [ + { + "from_module": "docs_src.custom_response.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial003_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial004_py310": [ + { + "from_module": "docs_src.custom_response.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial004_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial005_py310": [ + { + "from_module": "docs_src.custom_response.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial005_py310", + "imports": "fastapi.responses.PlainTextResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "PlainTextResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial006b_py310": [ + { + "from_module": "docs_src.custom_response.tutorial006b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial006b_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial006c_py310": [ + { + "from_module": "docs_src.custom_response.tutorial006c_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial006c_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial006_py310": [ + { + "from_module": "docs_src.custom_response.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial006_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial007_py310": [ + { + "from_module": "docs_src.custom_response.tutorial007_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "docs_src.custom_response.tutorial007_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 3 + } + ], + "docs_src.custom_response.tutorial008_py310": [ + { + "from_module": "docs_src.custom_response.tutorial008_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial008_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial009b_py310": [ + { + "from_module": "docs_src.custom_response.tutorial009b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial009b_py310", + "imports": "fastapi.responses.FileResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "FileResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial009c_py310": [ + { + "from_module": "docs_src.custom_response.tutorial009c_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.custom_response.tutorial009c_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 4 + } + ], + "docs_src.custom_response.tutorial009_py310": [ + { + "from_module": "docs_src.custom_response.tutorial009_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial009_py310", + "imports": "fastapi.responses.FileResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "FileResponse", + "lineno": 2 + } + ], + "docs_src.custom_response.tutorial010_py310": [ + { + "from_module": "docs_src.custom_response.tutorial010_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.custom_response.tutorial010_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.custom_response": [], + "docs_src.dataclasses_.tutorial001_py310": [ + { + "from_module": "docs_src.dataclasses_.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dataclasses_.tutorial002_py310": [ + { + "from_module": "docs_src.dataclasses_.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dataclasses_.tutorial003_py310": [ + { + "from_module": "docs_src.dataclasses_.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dataclasses_": [], + "docs_src.debugging.tutorial001_py310": [ + { + "from_module": "docs_src.debugging.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + } + ], + "docs_src.debugging": [], + "docs_src.dependencies.tutorial001_02_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial001_02_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial001_02_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial001_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial001_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial001_py310": [ + { + "from_module": "docs_src.dependencies.tutorial001_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial002_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial002_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial002_py310": [ + { + "from_module": "docs_src.dependencies.tutorial002_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial003_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial003_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial003_py310": [ + { + "from_module": "docs_src.dependencies.tutorial003_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial004_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial004_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial004_py310": [ + { + "from_module": "docs_src.dependencies.tutorial004_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial005_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial005_an_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial005_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial005_py310": [ + { + "from_module": "docs_src.dependencies.tutorial005_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial005_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial006_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial006_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial006_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial006_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial006_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial006_py310": [ + { + "from_module": "docs_src.dependencies.tutorial006_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial006_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial006_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial007_py310": [], + "docs_src.dependencies.tutorial008b_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008b_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008b_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008b_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial008b_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008b_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008b_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial008c_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008c_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008c_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008c_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial008c_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008c_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008c_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008c_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial008d_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008d_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008d_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008d_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial008d_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008d_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008d_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008d_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial008e_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008e_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial008e_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial008e_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008e_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial008e_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial008_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial008_py310": [ + { + "from_module": "docs_src.dependencies.tutorial008_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial010_py310": [], + "docs_src.dependencies.tutorial011_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial011_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial011_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial011_py310": [ + { + "from_module": "docs_src.dependencies.tutorial011_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial011_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial012_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial012_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial012_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial012_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + }, + { + "from_module": "docs_src.dependencies.tutorial012_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + } + ], + "docs_src.dependencies.tutorial012_py310": [ + { + "from_module": "docs_src.dependencies.tutorial012_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial012_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial012_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "docs_src.dependencies.tutorial012_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.dependencies.tutorial013_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial013_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial013_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial013_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial013_an_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 5 + } + ], + "docs_src.dependencies.tutorial014_an_py310": [ + { + "from_module": "docs_src.dependencies.tutorial014_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial014_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial014_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.dependencies.tutorial014_an_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 5 + } + ], + "docs_src.dependencies": [], + "docs_src.dependency_testing.tutorial001_an_py310": [ + { + "from_module": "docs_src.dependency_testing.tutorial001_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.dependency_testing.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.dependency_testing.tutorial001_an_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "docs_src.dependency_testing.tutorial001_py310": [ + { + "from_module": "docs_src.dependency_testing.tutorial001_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.dependency_testing.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.dependency_testing.tutorial001_py310", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "docs_src.dependency_testing": [], + "docs_src.encoder.tutorial001_py310": [ + { + "from_module": "docs_src.encoder.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.encoder.tutorial001_py310", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 4 + } + ], + "docs_src.encoder": [], + "docs_src.events.tutorial001_py310": [ + { + "from_module": "docs_src.events.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.events.tutorial002_py310": [ + { + "from_module": "docs_src.events.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.events.tutorial003_py310": [ + { + "from_module": "docs_src.events.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.events": [], + "docs_src.extending_openapi.tutorial001_py310": [ + { + "from_module": "docs_src.extending_openapi.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.extending_openapi.tutorial001_py310", + "imports": "fastapi.openapi.utils.get_openapi", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.utils", + "symbol_part": "get_openapi", + "lineno": 2 + } + ], + "docs_src.extending_openapi": [], + "docs_src.extra_data_types.tutorial001_an_py310": [ + { + "from_module": "docs_src.extra_data_types.tutorial001_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 5 + }, + { + "from_module": "docs_src.extra_data_types.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + } + ], + "docs_src.extra_data_types.tutorial001_py310": [ + { + "from_module": "docs_src.extra_data_types.tutorial001_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "docs_src.extra_data_types.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + } + ], + "docs_src.extra_data_types": [], + "docs_src.extra_models.tutorial001_py310": [ + { + "from_module": "docs_src.extra_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.extra_models.tutorial002_py310": [ + { + "from_module": "docs_src.extra_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.extra_models.tutorial003_py310": [ + { + "from_module": "docs_src.extra_models.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.extra_models.tutorial004_py310": [ + { + "from_module": "docs_src.extra_models.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.extra_models.tutorial005_py310": [ + { + "from_module": "docs_src.extra_models.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.extra_models": [], + "docs_src.first_steps.tutorial001_py310": [ + { + "from_module": "docs_src.first_steps.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.first_steps.tutorial003_py310": [ + { + "from_module": "docs_src.first_steps.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.first_steps": [], + "docs_src.generate_clients.tutorial001_py310": [ + { + "from_module": "docs_src.generate_clients.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.generate_clients.tutorial002_py310": [ + { + "from_module": "docs_src.generate_clients.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.generate_clients.tutorial003_py310": [ + { + "from_module": "docs_src.generate_clients.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.generate_clients.tutorial003_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 2 + } + ], + "docs_src.generate_clients.tutorial004_py310": [], + "docs_src.generate_clients": [], + "docs_src.graphql_.tutorial001_py310": [ + { + "from_module": "docs_src.graphql_.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + } + ], + "docs_src.graphql_": [], + "docs_src.handling_errors.tutorial001_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial001_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.handling_errors.tutorial002_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial002_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + } + ], + "docs_src.handling_errors.tutorial003_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial003_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial003_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.handling_errors.tutorial004_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial004_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial004_py310", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 2 + }, + { + "from_module": "docs_src.handling_errors.tutorial004_py310", + "imports": "fastapi.responses.PlainTextResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "PlainTextResponse", + "lineno": 3 + } + ], + "docs_src.handling_errors.tutorial005_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial005_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial005_py310", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 2 + }, + { + "from_module": "docs_src.handling_errors.tutorial005_py310", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 3 + }, + { + "from_module": "docs_src.handling_errors.tutorial005_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 4 + } + ], + "docs_src.handling_errors.tutorial006_py310": [ + { + "from_module": "docs_src.handling_errors.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial006_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.handling_errors.tutorial006_py310", + "imports": "fastapi.exception_handlers.http_exception_handler", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exception_handlers", + "symbol_part": "http_exception_handler", + "lineno": 2 + }, + { + "from_module": "docs_src.handling_errors.tutorial006_py310", + "imports": "fastapi.exception_handlers.request_validation_exception_handler", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exception_handlers", + "symbol_part": "request_validation_exception_handler", + "lineno": 2 + }, + { + "from_module": "docs_src.handling_errors.tutorial006_py310", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 6 + } + ], + "docs_src.handling_errors": [], + "docs_src.header_params.tutorial001_an_py310": [ + { + "from_module": "docs_src.header_params.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_params.tutorial001_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_params.tutorial001_py310": [ + { + "from_module": "docs_src.header_params.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_params.tutorial001_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_params.tutorial002_an_py310": [ + { + "from_module": "docs_src.header_params.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_params.tutorial002_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_params.tutorial002_py310": [ + { + "from_module": "docs_src.header_params.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_params.tutorial002_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_params.tutorial003_an_py310": [ + { + "from_module": "docs_src.header_params.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_params.tutorial003_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_params.tutorial003_py310": [ + { + "from_module": "docs_src.header_params.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_params.tutorial003_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_params": [], + "docs_src.header_param_models.tutorial001_an_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_param_models.tutorial001_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_param_models.tutorial001_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_param_models.tutorial001_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_param_models.tutorial002_an_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_param_models.tutorial002_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_param_models.tutorial002_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_param_models.tutorial002_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_param_models.tutorial003_an_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.header_param_models.tutorial003_an_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 3 + } + ], + "docs_src.header_param_models.tutorial003_py310": [ + { + "from_module": "docs_src.header_param_models.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.header_param_models.tutorial003_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + } + ], + "docs_src.header_param_models": [], + "docs_src.json_base64_bytes.tutorial001_py310": [ + { + "from_module": "docs_src.json_base64_bytes.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.json_base64_bytes": [], + "docs_src.metadata.tutorial001_1_py310": [ + { + "from_module": "docs_src.metadata.tutorial001_1_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.metadata.tutorial001_py310": [ + { + "from_module": "docs_src.metadata.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.metadata.tutorial002_py310": [ + { + "from_module": "docs_src.metadata.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.metadata.tutorial003_py310": [ + { + "from_module": "docs_src.metadata.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.metadata.tutorial004_py310": [ + { + "from_module": "docs_src.metadata.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.metadata": [], + "docs_src.middleware.tutorial001_py310": [ + { + "from_module": "docs_src.middleware.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.middleware.tutorial001_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 3 + } + ], + "docs_src.middleware": [], + "docs_src.openapi_callbacks.tutorial001_py310": [ + { + "from_module": "docs_src.openapi_callbacks.tutorial001_py310", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "docs_src.openapi_callbacks.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.openapi_callbacks": [], + "docs_src.openapi_webhooks.tutorial001_py310": [ + { + "from_module": "docs_src.openapi_webhooks.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.openapi_webhooks": [], + "docs_src.path_operation_advanced_configuration.tutorial001_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial002_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial002_py310", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 2 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial003_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial004_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial005_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial006_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.path_operation_advanced_configuration.tutorial007_py310": [ + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 2 + }, + { + "from_module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 2 + } + ], + "docs_src.path_operation_advanced_configuration": [], + "docs_src.path_operation_configuration.tutorial001_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_operation_configuration.tutorial001_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration.tutorial002b_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial002b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.path_operation_configuration.tutorial002_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration.tutorial003_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration.tutorial004_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration.tutorial005_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration.tutorial006_py310": [ + { + "from_module": "docs_src.path_operation_configuration.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_operation_configuration": [], + "docs_src.path_params.tutorial001_py310": [ + { + "from_module": "docs_src.path_params.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_params.tutorial002_py310": [ + { + "from_module": "docs_src.path_params.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_params.tutorial003b_py310": [ + { + "from_module": "docs_src.path_params.tutorial003b_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_params.tutorial003_py310": [ + { + "from_module": "docs_src.path_params.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_params.tutorial004_py310": [ + { + "from_module": "docs_src.path_params.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.path_params.tutorial005_py310": [ + { + "from_module": "docs_src.path_params.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.path_params": [], + "docs_src.path_params_numeric_validations.tutorial001_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial001_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations.tutorial002_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial002_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial002_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations.tutorial003_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial003_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial003_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations.tutorial004_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial004_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial004_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations.tutorial005_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial005_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial005_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations.tutorial006_an_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.path_params_numeric_validations.tutorial006_py310": [ + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + }, + { + "from_module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.path_params_numeric_validations": [], + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310": [], + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310": [ + { + "from_module": "docs_src.pydantic_v1_in_v2.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310": [ + { + "from_module": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310": [ + { + "from_module": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "imports": "fastapi.temp_pydantic_v1_params.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.temp_pydantic_v1_params", + "symbol_part": "Body", + "lineno": 4 + } + ], + "docs_src.pydantic_v1_in_v2": [], + "docs_src.python_types.tutorial001_py310": [], + "docs_src.python_types.tutorial002_py310": [], + "docs_src.python_types.tutorial003_py310": [], + "docs_src.python_types.tutorial004_py310": [], + "docs_src.python_types.tutorial005_py310": [], + "docs_src.python_types.tutorial006_py310": [], + "docs_src.python_types.tutorial007_py310": [], + "docs_src.python_types.tutorial008b_py310": [], + "docs_src.python_types.tutorial008_py310": [], + "docs_src.python_types.tutorial009_py310": [], + "docs_src.python_types.tutorial010_py310": [], + "docs_src.python_types.tutorial011_py310": [], + "docs_src.python_types.tutorial013_py310": [], + "docs_src.python_types": [], + "docs_src.query_params.tutorial001_py310": [ + { + "from_module": "docs_src.query_params.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params.tutorial002_py310": [ + { + "from_module": "docs_src.query_params.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params.tutorial003_py310": [ + { + "from_module": "docs_src.query_params.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params.tutorial004_py310": [ + { + "from_module": "docs_src.query_params.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params.tutorial005_py310": [ + { + "from_module": "docs_src.query_params.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params.tutorial006_py310": [ + { + "from_module": "docs_src.query_params.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params": [], + "docs_src.query_params_str_validations.tutorial001_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial002_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial002_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial002_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial002_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial003_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial003_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial003_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial003_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial004_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial004_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial004_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial004_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial005_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial005_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial005_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial005_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial006c_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial006c_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial006c_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial006c_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial006c_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial006c_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial006_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial006_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial006_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial006_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial006_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial007_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial007_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial007_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial007_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial007_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial007_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial008_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial008_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial008_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial008_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial008_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial008_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial009_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial009_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial009_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial009_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial009_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial009_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial010_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial010_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial010_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial010_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial010_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial010_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial011_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial011_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial011_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial011_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial011_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial011_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial012_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial012_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial012_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial012_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial012_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial012_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial013_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial013_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial013_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial013_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial013_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial013_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial014_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial014_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial014_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_params_str_validations.tutorial014_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial014_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.query_params_str_validations.tutorial014_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.query_params_str_validations.tutorial015_an_py310": [ + { + "from_module": "docs_src.query_params_str_validations.tutorial015_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + } + ], + "docs_src.query_params_str_validations": [], + "docs_src.query_param_models.tutorial001_an_py310": [ + { + "from_module": "docs_src.query_param_models.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_param_models.tutorial001_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_param_models.tutorial001_py310": [ + { + "from_module": "docs_src.query_param_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_param_models.tutorial001_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_param_models.tutorial002_an_py310": [ + { + "from_module": "docs_src.query_param_models.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_param_models.tutorial002_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_param_models.tutorial002_py310": [ + { + "from_module": "docs_src.query_param_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.query_param_models.tutorial002_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.query_param_models": [], + "docs_src.request_files.tutorial001_02_an_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_02_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_02_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_02_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + } + ], + "docs_src.request_files.tutorial001_02_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_02_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_02_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_02_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + } + ], + "docs_src.request_files.tutorial001_03_an_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_03_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_03_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_03_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + } + ], + "docs_src.request_files.tutorial001_03_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_03_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_03_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_03_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + } + ], + "docs_src.request_files.tutorial001_an_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial001_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + } + ], + "docs_src.request_files.tutorial001_py310": [ + { + "from_module": "docs_src.request_files.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial001_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + } + ], + "docs_src.request_files.tutorial002_an_py310": [ + { + "from_module": "docs_src.request_files.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial002_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial002_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial002_an_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 4 + } + ], + "docs_src.request_files.tutorial002_py310": [ + { + "from_module": "docs_src.request_files.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial002_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial002_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial002_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.request_files.tutorial003_an_py310": [ + { + "from_module": "docs_src.request_files.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial003_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial003_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + }, + { + "from_module": "docs_src.request_files.tutorial003_an_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 4 + } + ], + "docs_src.request_files.tutorial003_py310": [ + { + "from_module": "docs_src.request_files.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial003_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial003_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + }, + { + "from_module": "docs_src.request_files.tutorial003_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.request_files": [], + "docs_src.request_forms.tutorial001_an_py310": [ + { + "from_module": "docs_src.request_forms.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_forms.tutorial001_an_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + } + ], + "docs_src.request_forms.tutorial001_py310": [ + { + "from_module": "docs_src.request_forms.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_forms.tutorial001_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + } + ], + "docs_src.request_forms": [], + "docs_src.request_forms_and_files.tutorial001_an_py310": [ + { + "from_module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + } + ], + "docs_src.request_forms_and_files.tutorial001_py310": [ + { + "from_module": "docs_src.request_forms_and_files.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_py310", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + }, + { + "from_module": "docs_src.request_forms_and_files.tutorial001_py310", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + } + ], + "docs_src.request_forms_and_files": [], + "docs_src.request_form_models.tutorial001_an_py310": [ + { + "from_module": "docs_src.request_form_models.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_form_models.tutorial001_an_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + } + ], + "docs_src.request_form_models.tutorial001_py310": [ + { + "from_module": "docs_src.request_form_models.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_form_models.tutorial001_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + } + ], + "docs_src.request_form_models.tutorial002_an_py310": [ + { + "from_module": "docs_src.request_form_models.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.request_form_models.tutorial002_an_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + } + ], + "docs_src.request_form_models.tutorial002_py310": [ + { + "from_module": "docs_src.request_form_models.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.request_form_models.tutorial002_py310", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + } + ], + "docs_src.request_form_models": [], + "docs_src.response_change_status_code.tutorial001_py310": [ + { + "from_module": "docs_src.response_change_status_code.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_change_status_code.tutorial001_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "docs_src.response_change_status_code.tutorial001_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + } + ], + "docs_src.response_change_status_code": [], + "docs_src.response_cookies.tutorial001_py310": [ + { + "from_module": "docs_src.response_cookies.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_cookies.tutorial001_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.response_cookies.tutorial002_py310": [ + { + "from_module": "docs_src.response_cookies.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_cookies.tutorial002_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + } + ], + "docs_src.response_cookies": [], + "docs_src.response_directly.tutorial001_py310": [ + { + "from_module": "docs_src.response_directly.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.response_directly.tutorial001_py310", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 4 + }, + { + "from_module": "docs_src.response_directly.tutorial001_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 5 + } + ], + "docs_src.response_directly.tutorial002_py310": [ + { + "from_module": "docs_src.response_directly.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_directly.tutorial002_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + } + ], + "docs_src.response_directly": [], + "docs_src.response_headers.tutorial001_py310": [ + { + "from_module": "docs_src.response_headers.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_headers.tutorial001_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + } + ], + "docs_src.response_headers.tutorial002_py310": [ + { + "from_module": "docs_src.response_headers.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_headers.tutorial002_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + } + ], + "docs_src.response_headers": [], + "docs_src.response_model.tutorial001_01_py310": [ + { + "from_module": "docs_src.response_model.tutorial001_01_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model.tutorial001_py310": [ + { + "from_module": "docs_src.response_model.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.response_model.tutorial002_py310": [ + { + "from_module": "docs_src.response_model.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model.tutorial003_01_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_01_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model.tutorial003_02_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_02_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_02_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_02_py310", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "docs_src.response_model.tutorial003_02_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.response_model.tutorial003_03_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_03_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_03_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.response_model.tutorial003_04_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_04_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_04_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_04_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.response_model.tutorial003_05_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_05_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_05_py310", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "docs_src.response_model.tutorial003_05_py310", + "imports": "fastapi.responses.RedirectResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "RedirectResponse", + "lineno": 2 + } + ], + "docs_src.response_model.tutorial003_py310": [ + { + "from_module": "docs_src.response_model.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.response_model.tutorial004_py310": [ + { + "from_module": "docs_src.response_model.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model.tutorial005_py310": [ + { + "from_module": "docs_src.response_model.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model.tutorial006_py310": [ + { + "from_module": "docs_src.response_model.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_model": [], + "docs_src.response_status_code.tutorial001_py310": [ + { + "from_module": "docs_src.response_status_code.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.response_status_code.tutorial002_py310": [ + { + "from_module": "docs_src.response_status_code.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.response_status_code.tutorial002_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + } + ], + "docs_src.response_status_code": [], + "docs_src.schema_extra_example.tutorial001_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.schema_extra_example.tutorial002_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.schema_extra_example.tutorial003_an_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial003_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.schema_extra_example.tutorial003_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial003_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.schema_extra_example.tutorial004_an_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial004_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.schema_extra_example.tutorial004_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial004_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.schema_extra_example.tutorial005_an_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial005_an_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.schema_extra_example.tutorial005_py310": [ + { + "from_module": "docs_src.schema_extra_example.tutorial005_py310", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "docs_src.schema_extra_example.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.schema_extra_example": [], + "docs_src.security.tutorial001_an_py310": [ + { + "from_module": "docs_src.security.tutorial001_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial001_an_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 4 + } + ], + "docs_src.security.tutorial001_py310": [ + { + "from_module": "docs_src.security.tutorial001_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial001_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 2 + } + ], + "docs_src.security.tutorial002_an_py310": [ + { + "from_module": "docs_src.security.tutorial002_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial002_an_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 4 + } + ], + "docs_src.security.tutorial002_py310": [ + { + "from_module": "docs_src.security.tutorial002_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial002_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 2 + } + ], + "docs_src.security.tutorial003_an_py310": [ + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial003_an_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 4 + } + ], + "docs_src.security.tutorial003_py310": [ + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 2 + }, + { + "from_module": "docs_src.security.tutorial003_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 2 + } + ], + "docs_src.security.tutorial004_an_py310": [ + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 6 + }, + { + "from_module": "docs_src.security.tutorial004_an_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 6 + } + ], + "docs_src.security.tutorial004_py310": [ + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial004_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 5 + } + ], + "docs_src.security.tutorial005_an_py310": [ + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 6 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 6 + }, + { + "from_module": "docs_src.security.tutorial005_an_py310", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 6 + } + ], + "docs_src.security.tutorial005_py310": [ + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.security.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial005_py310", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 5 + } + ], + "docs_src.security.tutorial006_an_py310": [ + { + "from_module": "docs_src.security.tutorial006_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial006_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial006_an_py310", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial006_an_py310", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 4 + } + ], + "docs_src.security.tutorial006_py310": [ + { + "from_module": "docs_src.security.tutorial006_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial006_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.security.tutorial006_py310", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 2 + }, + { + "from_module": "docs_src.security.tutorial006_py310", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 2 + } + ], + "docs_src.security.tutorial007_an_py310": [ + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 5 + }, + { + "from_module": "docs_src.security.tutorial007_an_py310", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 5 + } + ], + "docs_src.security.tutorial007_py310": [ + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 3 + }, + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 4 + }, + { + "from_module": "docs_src.security.tutorial007_py310", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 4 + } + ], + "docs_src.security": [], + "docs_src.separate_openapi_schemas.tutorial001_py310": [ + { + "from_module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.separate_openapi_schemas.tutorial002_py310": [ + { + "from_module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.separate_openapi_schemas": [], + "docs_src.server_sent_events.tutorial001_py310": [ + { + "from_module": "docs_src.server_sent_events.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.server_sent_events.tutorial001_py310", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 4 + } + ], + "docs_src.server_sent_events.tutorial002_py310": [ + { + "from_module": "docs_src.server_sent_events.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.server_sent_events.tutorial002_py310", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 4 + }, + { + "from_module": "docs_src.server_sent_events.tutorial002_py310", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 4 + } + ], + "docs_src.server_sent_events.tutorial003_py310": [ + { + "from_module": "docs_src.server_sent_events.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.server_sent_events.tutorial003_py310", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 4 + }, + { + "from_module": "docs_src.server_sent_events.tutorial003_py310", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 4 + } + ], + "docs_src.server_sent_events.tutorial004_py310": [ + { + "from_module": "docs_src.server_sent_events.tutorial004_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.server_sent_events.tutorial004_py310", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 4 + }, + { + "from_module": "docs_src.server_sent_events.tutorial004_py310", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 5 + }, + { + "from_module": "docs_src.server_sent_events.tutorial004_py310", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 5 + } + ], + "docs_src.server_sent_events.tutorial005_py310": [ + { + "from_module": "docs_src.server_sent_events.tutorial005_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.server_sent_events.tutorial005_py310", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 4 + }, + { + "from_module": "docs_src.server_sent_events.tutorial005_py310", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 4 + } + ], + "docs_src.server_sent_events": [], + "docs_src.settings.tutorial001_py310": [ + { + "from_module": "docs_src.settings.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.settings": [], + "docs_src.settings.app01_py310.config": [], + "docs_src.settings.app01_py310.main": [ + { + "from_module": "docs_src.settings.app01_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.settings.app01_py310.main", + "imports": "config.settings", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "settings", + "lineno": 3 + } + ], + "docs_src.settings.app01_py310": [], + "docs_src.settings.app02_an_py310.config": [], + "docs_src.settings.app02_an_py310.main": [ + { + "from_module": "docs_src.settings.app02_an_py310.main", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app02_an_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app02_an_py310.main", + "imports": "config.Settings", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "Settings", + "lineno": 6 + } + ], + "docs_src.settings.app02_an_py310.test_main": [ + { + "from_module": "docs_src.settings.app02_an_py310.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "docs_src.settings.app02_an_py310.test_main", + "imports": "config.Settings", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "Settings", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app02_an_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app02_an_py310.test_main", + "imports": "main.get_settings", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "get_settings", + "lineno": 4 + } + ], + "docs_src.settings.app02_an_py310": [], + "docs_src.settings.app02_py310.config": [], + "docs_src.settings.app02_py310.main": [ + { + "from_module": "docs_src.settings.app02_py310.main", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app02_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app02_py310.main", + "imports": "config.Settings", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "Settings", + "lineno": 5 + } + ], + "docs_src.settings.app02_py310.test_main": [ + { + "from_module": "docs_src.settings.app02_py310.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "docs_src.settings.app02_py310.test_main", + "imports": "config.Settings", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "Settings", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app02_py310.test_main", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app02_py310.test_main", + "imports": "main.get_settings", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "get_settings", + "lineno": 4 + } + ], + "docs_src.settings.app02_py310": [], + "docs_src.settings.app03_an_py310.config": [], + "docs_src.settings.app03_an_py310.main": [ + { + "from_module": "docs_src.settings.app03_an_py310.main", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app03_an_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "docs_src.settings.app03_an_py310.main", + "imports": "config", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "config", + "lineno": 6 + } + ], + "docs_src.settings.app03_an_py310": [], + "docs_src.settings.app03_py310.config": [], + "docs_src.settings.app03_py310.main": [ + { + "from_module": "docs_src.settings.app03_py310.main", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app03_py310.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.settings.app03_py310.main", + "imports": "config", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "config", + "lineno": 5 + } + ], + "docs_src.settings.app03_py310": [], + "docs_src.sql_databases.tutorial001_an_py310": [ + { + "from_module": "docs_src.sql_databases.tutorial001_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.sql_databases.tutorial001_py310": [ + { + "from_module": "docs_src.sql_databases.tutorial001_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial001_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.sql_databases.tutorial002_an_py310": [ + { + "from_module": "docs_src.sql_databases.tutorial002_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_an_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "docs_src.sql_databases.tutorial002_py310": [ + { + "from_module": "docs_src.sql_databases.tutorial002_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_py310", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "docs_src.sql_databases.tutorial002_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + } + ], + "docs_src.sql_databases": [], + "docs_src.static_files.tutorial001_py310": [ + { + "from_module": "docs_src.static_files.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.static_files.tutorial001_py310", + "imports": "fastapi.staticfiles.StaticFiles", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.staticfiles", + "symbol_part": "StaticFiles", + "lineno": 2 + } + ], + "docs_src.static_files": [], + "docs_src.stream_data.tutorial001_py310": [ + { + "from_module": "docs_src.stream_data.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.stream_data.tutorial001_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 4 + } + ], + "docs_src.stream_data.tutorial002_py310": [ + { + "from_module": "docs_src.stream_data.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "docs_src.stream_data.tutorial002_py310", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 6 + } + ], + "docs_src.stream_data": [], + "docs_src.stream_json_lines.tutorial001_py310": [ + { + "from_module": "docs_src.stream_json_lines.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "docs_src.stream_json_lines": [], + "docs_src.strict_content_type.tutorial001_py310": [ + { + "from_module": "docs_src.strict_content_type.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.strict_content_type": [], + "docs_src.sub_applications.tutorial001_py310": [ + { + "from_module": "docs_src.sub_applications.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "docs_src.sub_applications": [], + "docs_src.templates.tutorial001_py310": [ + { + "from_module": "docs_src.templates.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.templates.tutorial001_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "docs_src.templates.tutorial001_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + }, + { + "from_module": "docs_src.templates.tutorial001_py310", + "imports": "fastapi.staticfiles.StaticFiles", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.staticfiles", + "symbol_part": "StaticFiles", + "lineno": 3 + }, + { + "from_module": "docs_src.templates.tutorial001_py310", + "imports": "fastapi.templating.Jinja2Templates", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.templating", + "symbol_part": "Jinja2Templates", + "lineno": 4 + } + ], + "docs_src.templates": [], + "docs_src.templates.static": [], + "docs_src.templates.templates": [], + "docs_src.using_request_directly.tutorial001_py310": [ + { + "from_module": "docs_src.using_request_directly.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.using_request_directly.tutorial001_py310", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + } + ], + "docs_src.using_request_directly": [], + "docs_src.websockets_.tutorial001_py310": [ + { + "from_module": "docs_src.websockets_.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial001_py310", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial001_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.websockets_.tutorial002_an_py310": [ + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.WebSocketException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocketException", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 3 + }, + { + "from_module": "docs_src.websockets_.tutorial002_an_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 12 + } + ], + "docs_src.websockets_.tutorial002_py310": [ + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.WebSocketException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocketException", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial002_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 10 + } + ], + "docs_src.websockets_.tutorial003_py310": [ + { + "from_module": "docs_src.websockets_.tutorial003_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial003_py310", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial003_py310", + "imports": "fastapi.WebSocketDisconnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocketDisconnect", + "lineno": 1 + }, + { + "from_module": "docs_src.websockets_.tutorial003_py310", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + } + ], + "docs_src.websockets_": [], + "docs_src.wsgi.tutorial001_py310": [ + { + "from_module": "docs_src.wsgi.tutorial001_py310", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + } + ], + "docs_src.wsgi": [], + "fastapi.applications": [ + { + "from_module": "fastapi.applications", + "imports": "fastapi.routing", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "routing", + "lineno": 6 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.datastructures.Default", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "Default", + "lineno": 7 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.datastructures.DefaultPlaceholder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "DefaultPlaceholder", + "lineno": 7 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.exception_handlers.http_exception_handler", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exception_handlers", + "symbol_part": "http_exception_handler", + "lineno": 8 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.exception_handlers.request_validation_exception_handler", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exception_handlers", + "symbol_part": "request_validation_exception_handler", + "lineno": 8 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.exception_handlers.websocket_request_validation_exception_handler", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exception_handlers", + "symbol_part": "websocket_request_validation_exception_handler", + "lineno": 8 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 13 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.exceptions.WebSocketRequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "WebSocketRequestValidationError", + "lineno": 13 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.logger.logger", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.logger", + "symbol_part": "logger", + "lineno": 14 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.middleware.asyncexitstack.AsyncExitStackMiddleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware.asyncexitstack", + "symbol_part": "AsyncExitStackMiddleware", + "lineno": 15 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.openapi.docs.get_redoc_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_redoc_html", + "lineno": 16 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.openapi.docs.get_swagger_ui_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_html", + "lineno": 16 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_oauth2_redirect_html", + "lineno": 16 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.openapi.utils.get_openapi", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.utils", + "symbol_part": "get_openapi", + "lineno": 21 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.params.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Depends", + "lineno": 22 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.types.DecoratedCallable", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "DecoratedCallable", + "lineno": 23 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.types.IncEx", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "IncEx", + "lineno": 23 + }, + { + "from_module": "fastapi.applications", + "imports": "fastapi.utils.generate_unique_id", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "generate_unique_id", + "lineno": 24 + } + ], + "fastapi.background": [], + "fastapi.cli": [], + "fastapi.concurrency": [], + "fastapi.datastructures": [ + { + "from_module": "fastapi.datastructures", + "imports": "_compat.v2.with_info_plain_validator_function", + "type": "from_import", + "relative_level": 1, + "module_part": "_compat.v2", + "symbol_part": "with_info_plain_validator_function", + "lineno": 148 + } + ], + "fastapi.encoders": [ + { + "from_module": "fastapi.encoders", + "imports": "fastapi.exceptions.PydanticV1NotSupportedError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "PydanticV1NotSupportedError", + "lineno": 22 + }, + { + "from_module": "fastapi.encoders", + "imports": "fastapi.types.IncEx", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "IncEx", + "lineno": 23 + }, + { + "from_module": "fastapi.encoders", + "imports": "_compat.Url", + "type": "from_import", + "relative_level": 1, + "module_part": "_compat", + "symbol_part": "Url", + "lineno": 29 + }, + { + "from_module": "fastapi.encoders", + "imports": "_compat.is_pydantic_v1_model_instance", + "type": "from_import", + "relative_level": 1, + "module_part": "_compat", + "symbol_part": "is_pydantic_v1_model_instance", + "lineno": 29 + } + ], + "fastapi.exceptions": [], + "fastapi.exception_handlers": [ + { + "from_module": "fastapi.exception_handlers", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 1 + }, + { + "from_module": "fastapi.exception_handlers", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 2 + }, + { + "from_module": "fastapi.exception_handlers", + "imports": "fastapi.exceptions.WebSocketRequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "WebSocketRequestValidationError", + "lineno": 2 + }, + { + "from_module": "fastapi.exception_handlers", + "imports": "fastapi.utils.is_body_allowed_for_status_code", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "is_body_allowed_for_status_code", + "lineno": 3 + }, + { + "from_module": "fastapi.exception_handlers", + "imports": "fastapi.websockets.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.websockets", + "symbol_part": "WebSocket", + "lineno": 4 + } + ], + "fastapi.logger": [], + "fastapi.params": [ + { + "from_module": "fastapi.params", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 7 + }, + { + "from_module": "fastapi.params", + "imports": "fastapi.openapi.models.Example", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "Example", + "lineno": 8 + }, + { + "from_module": "fastapi.params", + "imports": "_compat.Undefined", + "type": "from_import", + "relative_level": 1, + "module_part": "_compat", + "symbol_part": "Undefined", + "lineno": 13 + }, + { + "from_module": "fastapi.params", + "imports": "datastructures._Unset", + "type": "from_import", + "relative_level": 1, + "module_part": "datastructures", + "symbol_part": "_Unset", + "lineno": 16 + } + ], + "fastapi.param_functions": [ + { + "from_module": "fastapi.param_functions", + "imports": "fastapi.params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "params", + "lineno": 5 + }, + { + "from_module": "fastapi.param_functions", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 6 + }, + { + "from_module": "fastapi.param_functions", + "imports": "fastapi.datastructures._Unset", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "_Unset", + "lineno": 7 + }, + { + "from_module": "fastapi.param_functions", + "imports": "fastapi.openapi.models.Example", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "Example", + "lineno": 8 + } + ], + "fastapi.requests": [], + "fastapi.responses": [ + { + "from_module": "fastapi.responses", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 4 + }, + { + "from_module": "fastapi.responses", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 5 + } + ], + "fastapi.routing": [ + { + "from_module": "fastapi.routing", + "imports": "fastapi.params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "params", + "lineno": 35 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi._compat.ModelField", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "ModelField", + "lineno": 36 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 36 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi._compat.lenient_issubclass", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "lenient_issubclass", + "lineno": 36 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.datastructures.Default", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "Default", + "lineno": 41 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.datastructures.DefaultPlaceholder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "DefaultPlaceholder", + "lineno": 41 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.models.Dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.models", + "symbol_part": "Dependant", + "lineno": 42 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils._should_embed_body_fields", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "_should_embed_body_fields", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_body_field", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_body_field", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_dependant", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_flat_dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_flat_dependant", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_parameterless_sub_dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_parameterless_sub_dependant", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_stream_item_type", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_stream_item_type", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.get_typed_return_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_typed_return_annotation", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.dependencies.utils.solve_dependencies", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "solve_dependencies", + "lineno": 43 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 53 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.exceptions.EndpointContext", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "EndpointContext", + "lineno": 54 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 54 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 54 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 54 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.exceptions.WebSocketRequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "WebSocketRequestValidationError", + "lineno": 54 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.sse._PING_INTERVAL", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "_PING_INTERVAL", + "lineno": 61 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.sse.KEEPALIVE_COMMENT", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "KEEPALIVE_COMMENT", + "lineno": 61 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.sse.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "EventSourceResponse", + "lineno": 61 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 61 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.sse.format_sse_event", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "format_sse_event", + "lineno": 61 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.types.DecoratedCallable", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "DecoratedCallable", + "lineno": 68 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.types.IncEx", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "IncEx", + "lineno": 68 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.utils.create_model_field", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "create_model_field", + "lineno": 69 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.utils.generate_unique_id", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "generate_unique_id", + "lineno": 69 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.utils.get_value_or_default", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "get_value_or_default", + "lineno": 69 + }, + { + "from_module": "fastapi.routing", + "imports": "fastapi.utils.is_body_allowed_for_status_code", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "is_body_allowed_for_status_code", + "lineno": 69 + } + ], + "fastapi.sse": [], + "fastapi.staticfiles": [], + "fastapi.templating": [], + "fastapi.testclient": [], + "fastapi.types": [], + "fastapi.utils": [ + { + "from_module": "fastapi.utils", + "imports": "fastapi", + "type": "import", + "lineno": 9 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi._compat.ModelField", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "ModelField", + "lineno": 10 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi._compat.PydanticSchemaGenerationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "PydanticSchemaGenerationError", + "lineno": 10 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 10 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi._compat.annotation_is_pydantic_v1", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "annotation_is_pydantic_v1", + "lineno": 10 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi.datastructures.DefaultPlaceholder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "DefaultPlaceholder", + "lineno": 16 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi.datastructures.DefaultType", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "DefaultType", + "lineno": 16 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 17 + }, + { + "from_module": "fastapi.utils", + "imports": "fastapi.exceptions.PydanticV1NotSupportedError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "PydanticV1NotSupportedError", + "lineno": 17 + }, + { + "from_module": "fastapi.utils", + "imports": "_compat.v2", + "type": "from_import", + "relative_level": 1, + "module_part": "_compat", + "symbol_part": "v2", + "lineno": 20 + }, + { + "from_module": "fastapi.utils", + "imports": "routing.APIRoute", + "type": "from_import", + "relative_level": 1, + "module_part": "routing", + "symbol_part": "APIRoute", + "lineno": 23 + } + ], + "fastapi.websockets": [], + "fastapi": [ + { + "from_module": "fastapi", + "imports": "applications.FastAPI", + "type": "from_import", + "relative_level": 1, + "module_part": "applications", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "fastapi", + "imports": "background.BackgroundTasks", + "type": "from_import", + "relative_level": 1, + "module_part": "background", + "symbol_part": "BackgroundTasks", + "lineno": 8 + }, + { + "from_module": "fastapi", + "imports": "datastructures.UploadFile", + "type": "from_import", + "relative_level": 1, + "module_part": "datastructures", + "symbol_part": "UploadFile", + "lineno": 9 + }, + { + "from_module": "fastapi", + "imports": "exceptions.HTTPException", + "type": "from_import", + "relative_level": 1, + "module_part": "exceptions", + "symbol_part": "HTTPException", + "lineno": 10 + }, + { + "from_module": "fastapi", + "imports": "exceptions.WebSocketException", + "type": "from_import", + "relative_level": 1, + "module_part": "exceptions", + "symbol_part": "WebSocketException", + "lineno": 11 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Body", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Body", + "lineno": 12 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Cookie", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Cookie", + "lineno": 13 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Depends", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Depends", + "lineno": 14 + }, + { + "from_module": "fastapi", + "imports": "param_functions.File", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "File", + "lineno": 15 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Form", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Form", + "lineno": 16 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Header", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Header", + "lineno": 17 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Path", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Path", + "lineno": 18 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Query", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Query", + "lineno": 19 + }, + { + "from_module": "fastapi", + "imports": "param_functions.Security", + "type": "from_import", + "relative_level": 1, + "module_part": "param_functions", + "symbol_part": "Security", + "lineno": 20 + }, + { + "from_module": "fastapi", + "imports": "requests.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "requests", + "symbol_part": "Request", + "lineno": 21 + }, + { + "from_module": "fastapi", + "imports": "responses.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "responses", + "symbol_part": "Response", + "lineno": 22 + }, + { + "from_module": "fastapi", + "imports": "routing.APIRouter", + "type": "from_import", + "relative_level": 1, + "module_part": "routing", + "symbol_part": "APIRouter", + "lineno": 23 + }, + { + "from_module": "fastapi", + "imports": "websockets.WebSocket", + "type": "from_import", + "relative_level": 1, + "module_part": "websockets", + "symbol_part": "WebSocket", + "lineno": 24 + }, + { + "from_module": "fastapi", + "imports": "websockets.WebSocketDisconnect", + "type": "from_import", + "relative_level": 1, + "module_part": "websockets", + "symbol_part": "WebSocketDisconnect", + "lineno": 25 + } + ], + "fastapi.__main__": [ + { + "from_module": "fastapi.__main__", + "imports": "fastapi.cli.main", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.cli", + "symbol_part": "main", + "lineno": 1 + } + ], + "fastapi.dependencies.models": [ + { + "from_module": "fastapi.dependencies.models", + "imports": "fastapi._compat.ModelField", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "ModelField", + "lineno": 8 + }, + { + "from_module": "fastapi.dependencies.models", + "imports": "fastapi.security.base.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.base", + "symbol_part": "SecurityBase", + "lineno": 9 + }, + { + "from_module": "fastapi.dependencies.models", + "imports": "fastapi.types.DependencyCacheKey", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "DependencyCacheKey", + "lineno": 10 + } + ], + "fastapi.dependencies.utils": [ + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "params", + "lineno": 29 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.ModelField", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "ModelField", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.RequiredParam", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "RequiredParam", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.copy_field_info", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "copy_field_info", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.create_body_model", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "create_body_model", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.evaluate_forwardref", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "evaluate_forwardref", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.field_annotation_is_scalar", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "field_annotation_is_scalar", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.field_annotation_is_scalar_sequence", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "field_annotation_is_scalar_sequence", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.field_annotation_is_sequence", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "field_annotation_is_sequence", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.get_cached_model_fields", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_cached_model_fields", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.get_missing_field_error", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_missing_field_error", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.is_bytes_or_nonable_bytes_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_bytes_or_nonable_bytes_annotation", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.is_bytes_sequence_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_bytes_sequence_annotation", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.is_scalar_field", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_scalar_field", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.is_uploadfile_or_nonable_uploadfile_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_uploadfile_or_nonable_uploadfile_annotation", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.is_uploadfile_sequence_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_uploadfile_sequence_annotation", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.lenient_issubclass", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "lenient_issubclass", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.sequence_types", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "sequence_types", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.serialize_sequence_value", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "serialize_sequence_value", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi._compat.value_is_sequence", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "value_is_sequence", + "lineno": 30 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.background.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.background", + "symbol_part": "BackgroundTasks", + "lineno": 52 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.concurrency.asynccontextmanager", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.concurrency", + "symbol_part": "asynccontextmanager", + "lineno": 53 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.concurrency.contextmanager_in_threadpool", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.concurrency", + "symbol_part": "contextmanager_in_threadpool", + "lineno": 53 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.dependencies.models.Dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.models", + "symbol_part": "Dependant", + "lineno": 57 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.exceptions.DependencyScopeError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "DependencyScopeError", + "lineno": 58 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.logger.logger", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.logger", + "symbol_part": "logger", + "lineno": 59 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.security.oauth2.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.oauth2", + "symbol_part": "SecurityScopes", + "lineno": 60 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.types.DependencyCacheKey", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "DependencyCacheKey", + "lineno": 61 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.utils.create_model_field", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "create_model_field", + "lineno": 62 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.utils.get_path_param_names", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "get_path_param_names", + "lineno": 62 + }, + { + "from_module": "fastapi.dependencies.utils", + "imports": "fastapi.types.UnionType", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "UnionType", + "lineno": 875 + } + ], + "fastapi.dependencies": [], + "fastapi.middleware.asyncexitstack": [], + "fastapi.middleware.cors": [], + "fastapi.middleware.gzip": [], + "fastapi.middleware.httpsredirect": [], + "fastapi.middleware.trustedhost": [], + "fastapi.middleware.wsgi": [], + "fastapi.middleware": [], + "fastapi.openapi.constants": [], + "fastapi.openapi.docs": [ + { + "from_module": "fastapi.openapi.docs", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 5 + } + ], + "fastapi.openapi.models": [ + { + "from_module": "fastapi.openapi.models", + "imports": "fastapi._compat.with_info_plain_validator_function", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "with_info_plain_validator_function", + "lineno": 5 + }, + { + "from_module": "fastapi.openapi.models", + "imports": "fastapi.logger.logger", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.logger", + "symbol_part": "logger", + "lineno": 6 + } + ], + "fastapi.openapi.utils": [ + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.routing", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "routing", + "lineno": 8 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.ModelField", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "ModelField", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.get_definitions", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_definitions", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.get_flat_models_from_fields", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_flat_models_from_fields", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.get_model_name_map", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_model_name_map", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.get_schema_from_model_field", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "get_schema_from_model_field", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi._compat.lenient_issubclass", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "lenient_issubclass", + "lineno": 9 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.datastructures.DefaultPlaceholder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "DefaultPlaceholder", + "lineno": 17 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.datastructures._Unset", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "_Unset", + "lineno": 17 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.dependencies.models.Dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.models", + "symbol_part": "Dependant", + "lineno": 18 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.dependencies.utils._get_flat_fields_from_params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "_get_flat_fields_from_params", + "lineno": 19 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.dependencies.utils.get_flat_dependant", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_flat_dependant", + "lineno": 19 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.dependencies.utils.get_flat_params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_flat_params", + "lineno": 19 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.dependencies.utils.get_validation_alias", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_validation_alias", + "lineno": 19 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 25 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 26 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.openapi.constants.METHODS_WITH_BODY", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.constants", + "symbol_part": "METHODS_WITH_BODY", + "lineno": 27 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.openapi.constants.REF_PREFIX", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.constants", + "symbol_part": "REF_PREFIX", + "lineno": 27 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.openapi.models.OpenAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "OpenAPI", + "lineno": 28 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.params.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Body", + "lineno": 29 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.params.ParamTypes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "ParamTypes", + "lineno": 29 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.responses.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "Response", + "lineno": 30 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.sse._SSE_EVENT_SCHEMA", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "_SSE_EVENT_SCHEMA", + "lineno": 31 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.types.ModelNameMap", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "ModelNameMap", + "lineno": 32 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.utils.deep_dict_update", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "deep_dict_update", + "lineno": 33 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.utils.generate_operation_id_for_path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "generate_operation_id_for_path", + "lineno": 33 + }, + { + "from_module": "fastapi.openapi.utils", + "imports": "fastapi.utils.is_body_allowed_for_status_code", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.utils", + "symbol_part": "is_body_allowed_for_status_code", + "lineno": 33 + } + ], + "fastapi.openapi": [], + "fastapi.security.api_key": [ + { + "from_module": "fastapi.security.api_key", + "imports": "fastapi.openapi.models.APIKey", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "APIKey", + "lineno": 4 + }, + { + "from_module": "fastapi.security.api_key", + "imports": "fastapi.openapi.models.APIKeyIn", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "APIKeyIn", + "lineno": 4 + }, + { + "from_module": "fastapi.security.api_key", + "imports": "fastapi.security.base.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.base", + "symbol_part": "SecurityBase", + "lineno": 5 + } + ], + "fastapi.security.base": [ + { + "from_module": "fastapi.security.base", + "imports": "fastapi.openapi.models.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "SecurityBase", + "lineno": 1 + } + ], + "fastapi.security.http": [ + { + "from_module": "fastapi.security.http", + "imports": "fastapi.exceptions.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "HTTPException", + "lineno": 6 + }, + { + "from_module": "fastapi.security.http", + "imports": "fastapi.openapi.models.HTTPBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "HTTPBase", + "lineno": 7 + }, + { + "from_module": "fastapi.security.http", + "imports": "fastapi.openapi.models.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "HTTPBearer", + "lineno": 8 + }, + { + "from_module": "fastapi.security.http", + "imports": "fastapi.security.base.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.base", + "symbol_part": "SecurityBase", + "lineno": 9 + }, + { + "from_module": "fastapi.security.http", + "imports": "fastapi.security.utils.get_authorization_scheme_param", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.utils", + "symbol_part": "get_authorization_scheme_param", + "lineno": 10 + } + ], + "fastapi.security.oauth2": [ + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.exceptions.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.openapi.models.OAuth2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "OAuth2", + "lineno": 5 + }, + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.openapi.models.OAuthFlows", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "OAuthFlows", + "lineno": 6 + }, + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.param_functions.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.param_functions", + "symbol_part": "Form", + "lineno": 7 + }, + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.security.base.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.base", + "symbol_part": "SecurityBase", + "lineno": 8 + }, + { + "from_module": "fastapi.security.oauth2", + "imports": "fastapi.security.utils.get_authorization_scheme_param", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.utils", + "symbol_part": "get_authorization_scheme_param", + "lineno": 9 + } + ], + "fastapi.security.open_id_connect_url": [ + { + "from_module": "fastapi.security.open_id_connect_url", + "imports": "fastapi.openapi.models.OpenIdConnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "OpenIdConnect", + "lineno": 4 + }, + { + "from_module": "fastapi.security.open_id_connect_url", + "imports": "fastapi.security.base.SecurityBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.base", + "symbol_part": "SecurityBase", + "lineno": 5 + } + ], + "fastapi.security.utils": [], + "fastapi.security": [ + { + "from_module": "fastapi.security", + "imports": "api_key.APIKeyCookie", + "type": "from_import", + "relative_level": 1, + "module_part": "api_key", + "symbol_part": "APIKeyCookie", + "lineno": 1 + }, + { + "from_module": "fastapi.security", + "imports": "api_key.APIKeyHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "api_key", + "symbol_part": "APIKeyHeader", + "lineno": 2 + }, + { + "from_module": "fastapi.security", + "imports": "api_key.APIKeyQuery", + "type": "from_import", + "relative_level": 1, + "module_part": "api_key", + "symbol_part": "APIKeyQuery", + "lineno": 3 + }, + { + "from_module": "fastapi.security", + "imports": "http.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 1, + "module_part": "http", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 4 + }, + { + "from_module": "fastapi.security", + "imports": "http.HTTPBasic", + "type": "from_import", + "relative_level": 1, + "module_part": "http", + "symbol_part": "HTTPBasic", + "lineno": 5 + }, + { + "from_module": "fastapi.security", + "imports": "http.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 1, + "module_part": "http", + "symbol_part": "HTTPBasicCredentials", + "lineno": 6 + }, + { + "from_module": "fastapi.security", + "imports": "http.HTTPBearer", + "type": "from_import", + "relative_level": 1, + "module_part": "http", + "symbol_part": "HTTPBearer", + "lineno": 7 + }, + { + "from_module": "fastapi.security", + "imports": "http.HTTPDigest", + "type": "from_import", + "relative_level": 1, + "module_part": "http", + "symbol_part": "HTTPDigest", + "lineno": 8 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.OAuth2", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "OAuth2", + "lineno": 9 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.OAuth2AuthorizationCodeBearer", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "OAuth2AuthorizationCodeBearer", + "lineno": 10 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 11 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.OAuth2PasswordRequestForm", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "OAuth2PasswordRequestForm", + "lineno": 12 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.OAuth2PasswordRequestFormStrict", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "OAuth2PasswordRequestFormStrict", + "lineno": 13 + }, + { + "from_module": "fastapi.security", + "imports": "oauth2.SecurityScopes", + "type": "from_import", + "relative_level": 1, + "module_part": "oauth2", + "symbol_part": "SecurityScopes", + "lineno": 14 + }, + { + "from_module": "fastapi.security", + "imports": "open_id_connect_url.OpenIdConnect", + "type": "from_import", + "relative_level": 1, + "module_part": "open_id_connect_url", + "symbol_part": "OpenIdConnect", + "lineno": 15 + } + ], + "fastapi._compat.shared": [ + { + "from_module": "fastapi._compat.shared", + "imports": "fastapi.types.UnionType", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "UnionType", + "lineno": 17 + } + ], + "fastapi._compat.v2": [ + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi._compat.lenient_issubclass", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "lenient_issubclass", + "lineno": 18 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi._compat.shared", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "shared", + "lineno": 18 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi.openapi.constants.REF_TEMPLATE", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.constants", + "symbol_part": "REF_TEMPLATE", + "lineno": 19 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi.types.IncEx", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "IncEx", + "lineno": 20 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi.types.ModelNameMap", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "ModelNameMap", + "lineno": 20 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi.types.UnionType", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.types", + "symbol_part": "UnionType", + "lineno": 20 + }, + { + "from_module": "fastapi._compat.v2", + "imports": "fastapi.params", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "params", + "lineno": 350 + } + ], + "fastapi._compat": [ + { + "from_module": "fastapi._compat", + "imports": "shared.PYDANTIC_VERSION_MINOR_TUPLE", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "PYDANTIC_VERSION_MINOR_TUPLE", + "lineno": 1 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.annotation_is_pydantic_v1", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "annotation_is_pydantic_v1", + "lineno": 2 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.field_annotation_is_scalar", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "field_annotation_is_scalar", + "lineno": 3 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.field_annotation_is_scalar_sequence", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "field_annotation_is_scalar_sequence", + "lineno": 4 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.field_annotation_is_sequence", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "field_annotation_is_sequence", + "lineno": 7 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.is_bytes_or_nonable_bytes_annotation", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "is_bytes_or_nonable_bytes_annotation", + "lineno": 8 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.is_bytes_sequence_annotation", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "is_bytes_sequence_annotation", + "lineno": 11 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.is_pydantic_v1_model_instance", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "is_pydantic_v1_model_instance", + "lineno": 12 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.is_uploadfile_or_nonable_uploadfile_annotation", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "is_uploadfile_or_nonable_uploadfile_annotation", + "lineno": 13 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.is_uploadfile_sequence_annotation", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "is_uploadfile_sequence_annotation", + "lineno": 16 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.lenient_issubclass", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "lenient_issubclass", + "lineno": 19 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.sequence_types", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "sequence_types", + "lineno": 20 + }, + { + "from_module": "fastapi._compat", + "imports": "shared.value_is_sequence", + "type": "from_import", + "relative_level": 1, + "module_part": "shared", + "symbol_part": "value_is_sequence", + "lineno": 21 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.ModelField", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "ModelField", + "lineno": 22 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.PydanticSchemaGenerationError", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "PydanticSchemaGenerationError", + "lineno": 23 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.RequiredParam", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "RequiredParam", + "lineno": 24 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.Undefined", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "Undefined", + "lineno": 25 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.Url", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "Url", + "lineno": 26 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.copy_field_info", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "copy_field_info", + "lineno": 27 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.create_body_model", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "create_body_model", + "lineno": 28 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.evaluate_forwardref", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "evaluate_forwardref", + "lineno": 29 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_cached_model_fields", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_cached_model_fields", + "lineno": 30 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_definitions", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_definitions", + "lineno": 31 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_flat_models_from_fields", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_flat_models_from_fields", + "lineno": 32 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_missing_field_error", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_missing_field_error", + "lineno": 33 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_model_name_map", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_model_name_map", + "lineno": 34 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.get_schema_from_model_field", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "get_schema_from_model_field", + "lineno": 35 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.is_scalar_field", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "is_scalar_field", + "lineno": 36 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.serialize_sequence_value", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "serialize_sequence_value", + "lineno": 37 + }, + { + "from_module": "fastapi._compat", + "imports": "v2.with_info_plain_validator_function", + "type": "from_import", + "relative_level": 1, + "module_part": "v2", + "symbol_part": "with_info_plain_validator_function", + "lineno": 38 + } + ], + "scripts.add_latest_release_date": [], + "scripts.contributors": [], + "scripts.deploy_docs_status": [], + "scripts.docs": [], + "scripts.doc_parsing_utils": [], + "scripts.label_approved": [], + "scripts.notify_translations": [], + "scripts.people": [], + "scripts.prepare_release": [], + "scripts.sponsors": [], + "scripts.topic_repos": [], + "scripts.translate": [], + "scripts.translation_fixer": [ + { + "from_module": "scripts.translation_fixer", + "imports": "scripts.doc_parsing_utils.check_translation", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.doc_parsing_utils", + "symbol_part": "check_translation", + "lineno": 8 + } + ], + "scripts.playwright.cookie_param_models.image01": [], + "scripts.playwright.header_param_models.image01": [], + "scripts.playwright.json_base64_bytes.image01": [], + "scripts.playwright.query_param_models.image01": [], + "scripts.playwright.request_form_models.image01": [], + "scripts.playwright.separate_openapi_schemas.image01": [], + "scripts.playwright.separate_openapi_schemas.image02": [], + "scripts.playwright.separate_openapi_schemas.image03": [], + "scripts.playwright.separate_openapi_schemas.image04": [], + "scripts.playwright.separate_openapi_schemas.image05": [], + "scripts.playwright.sql_databases.image01": [], + "scripts.playwright.sql_databases.image02": [], + "scripts.tests.test_translation_fixer.conftest": [], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch": [ + { + "from_module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "imports": "scripts.translation_fixer.cli", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.translation_fixer", + "symbol_part": "cli", + "lineno": 6 + } + ], + "tests.forward_reference_type": [], + "tests.main": [ + { + "from_module": "tests.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.main", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 3 + }, + { + "from_module": "tests.main", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 3 + } + ], + "tests.test_additional_properties": [ + { + "from_module": "tests.test_additional_properties", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_properties", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_additional_properties_bool": [ + { + "from_module": "tests.test_additional_properties_bool", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_properties_bool", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_additional_responses_bad": [ + { + "from_module": "tests.test_additional_responses_bad", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_additional_responses_bad", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_additional_responses_custom_model_in_callback": [ + { + "from_module": "tests.test_additional_responses_custom_model_in_callback", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_custom_model_in_callback", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_custom_model_in_callback", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_additional_responses_custom_validationerror": [ + { + "from_module": "tests.test_additional_responses_custom_validationerror", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_custom_validationerror", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_additional_responses_custom_validationerror", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_additional_responses_default_validationerror": [ + { + "from_module": "tests.test_additional_responses_default_validationerror", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_default_validationerror", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_additional_responses_response_class": [ + { + "from_module": "tests.test_additional_responses_response_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_response_class", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_additional_responses_response_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_additional_responses_router": [ + { + "from_module": "tests.test_additional_responses_router", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_router", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_responses_router", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_additional_responses_union_duplicate_anyof": [ + { + "from_module": "tests.test_additional_responses_union_duplicate_anyof", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_additional_responses_union_duplicate_anyof", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_additional_response_extra": [ + { + "from_module": "tests.test_additional_response_extra", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_response_extra", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_additional_response_extra", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_allow_inf_nan_in_enforcing": [ + { + "from_module": "tests.test_allow_inf_nan_in_enforcing", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "tests.test_allow_inf_nan_in_enforcing", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_allow_inf_nan_in_enforcing", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_allow_inf_nan_in_enforcing", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_ambiguous_params": [ + { + "from_module": "tests.test_ambiguous_params", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_ambiguous_params", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_ambiguous_params", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 4 + }, + { + "from_module": "tests.test_ambiguous_params", + "imports": "fastapi.param_functions.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.param_functions", + "symbol_part": "Query", + "lineno": 5 + }, + { + "from_module": "tests.test_ambiguous_params", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_annotated": [ + { + "from_module": "tests.test_annotated", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 4 + }, + { + "from_module": "tests.test_annotated", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_annotated", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_annotated", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_application": [ + { + "from_module": "tests.test_application", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_application", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_arbitrary_types": [ + { + "from_module": "tests.test_arbitrary_types", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_arbitrary_types", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_callable_endpoint": [ + { + "from_module": "tests.test_callable_endpoint", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_callable_endpoint", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_compat": [ + { + "from_module": "tests.test_compat", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 1 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 2 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.is_uploadfile_sequence_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "is_uploadfile_sequence_annotation", + "lineno": 2 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.shared.is_bytes_sequence_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat.shared", + "symbol_part": "is_bytes_sequence_annotation", + "lineno": 6 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.v2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "v2", + "lineno": 13 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.v2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "v2", + "lineno": 101 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.v2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "v2", + "lineno": 112 + }, + { + "from_module": "tests.test_compat", + "imports": "fastapi._compat.v2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "v2", + "lineno": 125 + } + ], + "tests.test_computed_fields": [ + { + "from_module": "tests.test_computed_fields", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_computed_fields", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_custom_middleware_exception": [ + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.exceptions.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "tests.test_custom_middleware_exception", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_custom_route_class": [ + { + "from_module": "tests.test_custom_route_class", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 2 + }, + { + "from_module": "tests.test_custom_route_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_custom_route_class", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_route_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_custom_schema_fields": [ + { + "from_module": "tests.test_custom_schema_fields", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_custom_schema_fields", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_custom_swagger_ui_redirect": [ + { + "from_module": "tests.test_custom_swagger_ui_redirect", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_custom_swagger_ui_redirect", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_datastructures": [ + { + "from_module": "tests.test_datastructures", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_datastructures", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 5 + }, + { + "from_module": "tests.test_datastructures", + "imports": "fastapi.datastructures.Default", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.datastructures", + "symbol_part": "Default", + "lineno": 6 + }, + { + "from_module": "tests.test_datastructures", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_datetime_custom_encoder": [ + { + "from_module": "tests.test_datetime_custom_encoder", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_datetime_custom_encoder", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_default_response_class": [ + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 3 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 4 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 4 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.responses.PlainTextResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "PlainTextResponse", + "lineno": 4 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_default_response_class", + "imports": "tests.utils.needs_orjson", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_orjson", + "lineno": 7 + } + ], + "tests.test_default_response_class_router": [ + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.responses.HTMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "HTMLResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.responses.PlainTextResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "PlainTextResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_default_response_class_router", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_dependencies_utils": [ + { + "from_module": "tests.test_dependencies_utils", + "imports": "fastapi.dependencies.utils.get_typed_annotation", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "get_typed_annotation", + "lineno": 1 + } + ], + "tests.test_dependency_after_yield_raise": [ + { + "from_module": "tests.test_dependency_after_yield_raise", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_after_yield_raise", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_after_yield_raise", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_after_yield_raise", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_dependency_after_yield_streaming": [ + { + "from_module": "tests.test_dependency_after_yield_streaming", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_after_yield_streaming", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_after_yield_streaming", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 7 + }, + { + "from_module": "tests.test_dependency_after_yield_streaming", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_dependency_after_yield_websockets": [ + { + "from_module": "tests.test_dependency_after_yield_websockets", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_after_yield_websockets", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_after_yield_websockets", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_after_yield_websockets", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_dependency_cache": [ + { + "from_module": "tests.test_dependency_cache", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_cache", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_cache", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_cache", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_dependency_class": [ + { + "from_module": "tests.test_dependency_class", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_dependency_contextmanager": [ + { + "from_module": "tests.test_dependency_contextmanager", + "imports": "fastapi.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "BackgroundTasks", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_contextmanager", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_contextmanager", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_contextmanager", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_contextmanager", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_dependency_contextvars": [ + { + "from_module": "tests.test_dependency_contextvars", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_contextvars", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_contextvars", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_contextvars", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_contextvars", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_dependency_duplicates": [ + { + "from_module": "tests.test_dependency_duplicates", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_duplicates", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_duplicates", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_dependency_overrides": [ + { + "from_module": "tests.test_dependency_overrides", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_overrides", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_overrides", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_overrides", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_dependency_paramless": [ + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 3 + }, + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 3 + }, + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 4 + }, + { + "from_module": "tests.test_dependency_paramless", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_dependency_partial": [ + { + "from_module": "tests.test_dependency_partial", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_partial", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_partial", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_dependency_pep695": [ + { + "from_module": "tests.test_dependency_pep695", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "tests.test_dependency_pep695", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_dependency_pep695", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_dependency_security_overrides": [ + { + "from_module": "tests.test_dependency_security_overrides", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_security_overrides", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_security_overrides", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_dependency_security_overrides", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_security_overrides", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_dependency_wrapped": [ + { + "from_module": "tests.test_dependency_wrapped", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 7 + }, + { + "from_module": "tests.test_dependency_wrapped", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_dependency_wrapped", + "imports": "fastapi.concurrency.iterate_in_threadpool", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.concurrency", + "symbol_part": "iterate_in_threadpool", + "lineno": 8 + }, + { + "from_module": "tests.test_dependency_wrapped", + "imports": "fastapi.concurrency.run_in_threadpool", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.concurrency", + "symbol_part": "run_in_threadpool", + "lineno": 8 + }, + { + "from_module": "tests.test_dependency_wrapped", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 9 + } + ], + "tests.test_dependency_yield_except_httpexception": [ + { + "from_module": "tests.test_dependency_yield_except_httpexception", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_yield_except_httpexception", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_yield_except_httpexception", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_yield_except_httpexception", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 2 + }, + { + "from_module": "tests.test_dependency_yield_except_httpexception", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_dependency_yield_scope": [ + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 7 + }, + { + "from_module": "tests.test_dependency_yield_scope", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_dependency_yield_scope_websockets": [ + { + "from_module": "tests.test_dependency_yield_scope_websockets", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope_websockets", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope_websockets", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 5 + }, + { + "from_module": "tests.test_dependency_yield_scope_websockets", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 6 + }, + { + "from_module": "tests.test_dependency_yield_scope_websockets", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_depends_hashable": [ + { + "from_module": "tests.test_depends_hashable", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_depends_hashable", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 5 + } + ], + "tests.test_deprecated_openapi_prefix": [ + { + "from_module": "tests.test_deprecated_openapi_prefix", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_deprecated_openapi_prefix", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "tests.test_deprecated_openapi_prefix", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_deprecated_responses": [ + { + "from_module": "tests.test_deprecated_responses", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 5 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "fastapi.responses.ORJSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "ORJSONResponse", + "lineno": 6 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "fastapi.responses.UJSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "UJSONResponse", + "lineno": 6 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "tests.utils.needs_orjson", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_orjson", + "lineno": 10 + }, + { + "from_module": "tests.test_deprecated_responses", + "imports": "tests.utils.needs_ujson", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_ujson", + "lineno": 10 + } + ], + "tests.test_dump_json_fast_path": [ + { + "from_module": "tests.test_dump_json_fast_path", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_dump_json_fast_path", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 4 + }, + { + "from_module": "tests.test_dump_json_fast_path", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_duplicate_models_openapi": [ + { + "from_module": "tests.test_duplicate_models_openapi", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_duplicate_models_openapi", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_empty_router": [ + { + "from_module": "tests.test_empty_router", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 2 + }, + { + "from_module": "tests.test_empty_router", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_empty_router", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 3 + }, + { + "from_module": "tests.test_empty_router", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_enforce_once_required_parameter": [ + { + "from_module": "tests.test_enforce_once_required_parameter", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_enforce_once_required_parameter", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_enforce_once_required_parameter", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_enforce_once_required_parameter", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_exception_handlers": [ + { + "from_module": "tests.test_exception_handlers", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_exception_handlers", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_exception_handlers", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 2 + }, + { + "from_module": "tests.test_exception_handlers", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 3 + }, + { + "from_module": "tests.test_exception_handlers", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_extra_routes": [ + { + "from_module": "tests.test_extra_routes", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_extra_routes", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_extra_routes", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_fastapi_cli": [ + { + "from_module": "tests.test_fastapi_cli", + "imports": "fastapi.cli", + "type": "import", + "lineno": 6 + } + ], + "tests.test_file_and_form_order_issue_9116": [ + { + "from_module": "tests.test_file_and_form_order_issue_9116", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 10 + }, + { + "from_module": "tests.test_file_and_form_order_issue_9116", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 10 + }, + { + "from_module": "tests.test_file_and_form_order_issue_9116", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 10 + }, + { + "from_module": "tests.test_file_and_form_order_issue_9116", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 11 + } + ], + "tests.test_filter_pydantic_sub_model_pv2": [ + { + "from_module": "tests.test_filter_pydantic_sub_model_pv2", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "tests.test_filter_pydantic_sub_model_pv2", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_filter_pydantic_sub_model_pv2", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 4 + }, + { + "from_module": "tests.test_filter_pydantic_sub_model_pv2", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_forms_from_non_typing_sequences": [ + { + "from_module": "tests.test_forms_from_non_typing_sequences", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_forms_from_non_typing_sequences", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + }, + { + "from_module": "tests.test_forms_from_non_typing_sequences", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_forms_single_model": [ + { + "from_module": "tests.test_forms_single_model", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_forms_single_model", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + }, + { + "from_module": "tests.test_forms_single_model", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_forms_single_param": [ + { + "from_module": "tests.test_forms_single_param", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_forms_single_param", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + }, + { + "from_module": "tests.test_forms_single_param", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_form_default": [ + { + "from_module": "tests.test_form_default", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_form_default", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 3 + }, + { + "from_module": "tests.test_form_default", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + } + ], + "tests.test_generate_unique_id_function": [ + { + "from_module": "tests.test_generate_unique_id_function", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 3 + }, + { + "from_module": "tests.test_generate_unique_id_function", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_generate_unique_id_function", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 4 + }, + { + "from_module": "tests.test_generate_unique_id_function", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_generic_parameterless_depends": [ + { + "from_module": "tests.test_generic_parameterless_depends", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "tests.test_generic_parameterless_depends", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_generic_parameterless_depends", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_get_model_definitions_formfeed_escape": [ + { + "from_module": "tests.test_get_model_definitions_formfeed_escape", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_get_model_definitions_formfeed_escape", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_get_request_body": [ + { + "from_module": "tests.test_get_request_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_get_request_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_http_connection_injection": [ + { + "from_module": "tests.test_http_connection_injection", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_http_connection_injection", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_http_connection_injection", + "imports": "fastapi.requests.HTTPConnection", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.requests", + "symbol_part": "HTTPConnection", + "lineno": 2 + }, + { + "from_module": "tests.test_http_connection_injection", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_include_route": [ + { + "from_module": "tests.test_include_route", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_include_route", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_include_route", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "tests.test_include_route", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_include_route", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_include_router_defaults_overrides": [ + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 4 + }, + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 4 + }, + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 5 + }, + { + "from_module": "tests.test_include_router_defaults_overrides", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_infer_param_optionality": [ + { + "from_module": "tests.test_infer_param_optionality", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_infer_param_optionality", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_infer_param_optionality", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_inherited_custom_class": [ + { + "from_module": "tests.test_inherited_custom_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_inherited_custom_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_invalid_path_param": [ + { + "from_module": "tests.test_invalid_path_param", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + } + ], + "tests.test_invalid_sequence_param": [ + { + "from_module": "tests.test_invalid_sequence_param", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_invalid_sequence_param", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 2 + } + ], + "tests.test_jsonable_encoder": [ + { + "from_module": "tests.test_jsonable_encoder", + "imports": "fastapi._compat.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "Undefined", + "lineno": 12 + }, + { + "from_module": "tests.test_jsonable_encoder", + "imports": "fastapi.encoders.jsonable_encoder", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.encoders", + "symbol_part": "jsonable_encoder", + "lineno": 13 + }, + { + "from_module": "tests.test_jsonable_encoder", + "imports": "fastapi.exceptions.PydanticV1NotSupportedError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "PydanticV1NotSupportedError", + "lineno": 14 + } + ], + "tests.test_json_type": [ + { + "from_module": "tests.test_json_type", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 4 + }, + { + "from_module": "tests.test_json_type", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_json_type", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 4 + }, + { + "from_module": "tests.test_json_type", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 4 + }, + { + "from_module": "tests.test_json_type", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_json_type", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_list_bytes_file_order_preserved_issue_14811": [ + { + "from_module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 11 + }, + { + "from_module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 11 + }, + { + "from_module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 12 + } + ], + "tests.test_local_docs": [ + { + "from_module": "tests.test_local_docs", + "imports": "fastapi.openapi.docs.get_redoc_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_redoc_html", + "lineno": 3 + }, + { + "from_module": "tests.test_local_docs", + "imports": "fastapi.openapi.docs.get_swagger_ui_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_html", + "lineno": 3 + } + ], + "tests.test_multipart_installation": [ + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 4 + }, + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 4 + }, + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 4 + }, + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.dependencies.utils.multipart_incorrect_install_error", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "multipart_incorrect_install_error", + "lineno": 5 + }, + { + "from_module": "tests.test_multipart_installation", + "imports": "fastapi.dependencies.utils.multipart_not_installed_error", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.dependencies.utils", + "symbol_part": "multipart_not_installed_error", + "lineno": 5 + } + ], + "tests.test_multi_body_errors": [ + { + "from_module": "tests.test_multi_body_errors", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_multi_body_errors", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_multi_query_errors": [ + { + "from_module": "tests.test_multi_query_errors", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_multi_query_errors", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_multi_query_errors", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_no_schema_split": [ + { + "from_module": "tests.test_no_schema_split", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_no_schema_split", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_no_swagger_ui_redirect": [ + { + "from_module": "tests.test_no_swagger_ui_redirect", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_no_swagger_ui_redirect", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_cache_root_path": [ + { + "from_module": "tests.test_openapi_cache_root_path", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_cache_root_path", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_examples": [ + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_examples", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_model_description_trim_on_formfeed": [ + { + "from_module": "tests.test_openapi_model_description_trim_on_formfeed", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_model_description_trim_on_formfeed", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_query_parameter_extension": [ + { + "from_module": "tests.test_openapi_query_parameter_extension", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_query_parameter_extension", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_route_extensions": [ + { + "from_module": "tests.test_openapi_route_extensions", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_route_extensions", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_schema_type": [ + { + "from_module": "tests.test_openapi_schema_type", + "imports": "fastapi.openapi.models.Schema", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "Schema", + "lineno": 2 + }, + { + "from_module": "tests.test_openapi_schema_type", + "imports": "fastapi.openapi.models.SchemaType", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.models", + "symbol_part": "SchemaType", + "lineno": 2 + } + ], + "tests.test_openapi_separate_input_output_schemas": [ + { + "from_module": "tests.test_openapi_separate_input_output_schemas", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_separate_input_output_schemas", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_openapi_servers": [ + { + "from_module": "tests.test_openapi_servers", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_openapi_servers", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_operations_signatures": [ + { + "from_module": "tests.test_operations_signatures", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 3 + }, + { + "from_module": "tests.test_operations_signatures", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + } + ], + "tests.test_optional_file_list": [ + { + "from_module": "tests.test_optional_file_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_optional_file_list", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 1 + }, + { + "from_module": "tests.test_optional_file_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_orjson_response_class": [ + { + "from_module": "tests.test_orjson_response_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_orjson_response_class", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 8 + }, + { + "from_module": "tests.test_orjson_response_class", + "imports": "fastapi.responses.ORJSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "ORJSONResponse", + "lineno": 9 + }, + { + "from_module": "tests.test_orjson_response_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 10 + } + ], + "tests.test_params_repr": [ + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Body", + "lineno": 3 + }, + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Cookie", + "lineno": 3 + }, + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Header", + "lineno": 3 + }, + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Param", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Param", + "lineno": 3 + }, + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Path", + "lineno": 3 + }, + { + "from_module": "tests.test_params_repr", + "imports": "fastapi.params.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Query", + "lineno": 3 + } + ], + "tests.test_param_class": [ + { + "from_module": "tests.test_param_class", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_param_class", + "imports": "fastapi.params.Param", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.params", + "symbol_part": "Param", + "lineno": 2 + }, + { + "from_module": "tests.test_param_class", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_param_include_in_schema": [ + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 2 + }, + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 2 + }, + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 2 + }, + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 2 + }, + { + "from_module": "tests.test_param_include_in_schema", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_param_in_path_and_dependency": [ + { + "from_module": "tests.test_param_in_path_and_dependency", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_param_in_path_and_dependency", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_param_in_path_and_dependency", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_path": [ + { + "from_module": "tests.test_path", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_path", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_prepare_release": [ + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.RELEASE_NOTES_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "RELEASE_NOTES_HEADER", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.BumpType", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "BumpType", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.app", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "app", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.bump_version", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "bump_version", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.get_release_notes_body", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "get_release_notes_body", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.update_release_notes", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "update_release_notes", + "lineno": 7 + }, + { + "from_module": "tests.test_prepare_release", + "imports": "scripts.prepare_release.update_version_file", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.prepare_release", + "symbol_part": "update_version_file", + "lineno": 7 + } + ], + "tests.test_put_no_body": [ + { + "from_module": "tests.test_put_no_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_put_no_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations": [ + { + "from_module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.test_pydantic_v1_error": [ + { + "from_module": "tests.test_pydantic_v1_error", + "imports": "tests.utils.skip_module_if_py_gte_314", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "skip_module_if_py_gte_314", + "lineno": 6 + }, + { + "from_module": "tests.test_pydantic_v1_error", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 11 + }, + { + "from_module": "tests.test_pydantic_v1_error", + "imports": "fastapi.exceptions.PydanticV1NotSupportedError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "PydanticV1NotSupportedError", + "lineno": 12 + } + ], + "tests.test_query": [ + { + "from_module": "tests.test_query", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_query", + "imports": "main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_query_cookie_header_model_extra_params": [ + { + "from_module": "tests.test_query_cookie_header_model_extra_params", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 1 + }, + { + "from_module": "tests.test_query_cookie_header_model_extra_params", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_query_cookie_header_model_extra_params", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "tests.test_query_cookie_header_model_extra_params", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_query_cookie_header_model_extra_params", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_read_with_orm_mode": [ + { + "from_module": "tests.test_read_with_orm_mode", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_read_with_orm_mode", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_regex_deprecated_body": [ + { + "from_module": "tests.test_regex_deprecated_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_regex_deprecated_body", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 4 + }, + { + "from_module": "tests.test_regex_deprecated_body", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 5 + }, + { + "from_module": "tests.test_regex_deprecated_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_regex_deprecated_body", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_regex_deprecated_params": [ + { + "from_module": "tests.test_regex_deprecated_params", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_regex_deprecated_params", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_regex_deprecated_params", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 5 + }, + { + "from_module": "tests.test_regex_deprecated_params", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_regex_deprecated_params", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_repeated_cookie_headers": [ + { + "from_module": "tests.test_repeated_cookie_headers", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_cookie_headers", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_cookie_headers", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_cookie_headers", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_repeated_dependency_schema": [ + { + "from_module": "tests.test_repeated_dependency_schema", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_dependency_schema", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_dependency_schema", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_dependency_schema", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_dependency_schema", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_repeated_parameter_alias": [ + { + "from_module": "tests.test_repeated_parameter_alias", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_parameter_alias", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_parameter_alias", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_parameter_alias", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 1 + }, + { + "from_module": "tests.test_repeated_parameter_alias", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_request_body_parameters_media_type": [ + { + "from_module": "tests.test_request_body_parameters_media_type", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "tests.test_request_body_parameters_media_type", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_request_body_parameters_media_type", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_request_param_model_by_alias": [ + { + "from_module": "tests.test_request_param_model_by_alias", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 2 + }, + { + "from_module": "tests.test_request_param_model_by_alias", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_request_param_model_by_alias", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 2 + }, + { + "from_module": "tests.test_request_param_model_by_alias", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 2 + }, + { + "from_module": "tests.test_request_param_model_by_alias", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_required_noneable": [ + { + "from_module": "tests.test_required_noneable", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + }, + { + "from_module": "tests.test_required_noneable", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_required_noneable", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_required_noneable", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_by_alias": [ + { + "from_module": "tests.test_response_by_alias", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_by_alias", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_change_status_code": [ + { + "from_module": "tests.test_response_change_status_code", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_response_change_status_code", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_change_status_code", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "tests.test_response_change_status_code", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_class_no_mediatype": [ + { + "from_module": "tests.test_response_class_no_mediatype", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_class_no_mediatype", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 1 + }, + { + "from_module": "tests.test_response_class_no_mediatype", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_response_class_no_mediatype", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_response_code_no_body": [ + { + "from_module": "tests.test_response_code_no_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_code_no_body", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 2 + }, + { + "from_module": "tests.test_response_code_no_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_response_dependency": [ + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.BackgroundTasks", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "BackgroundTasks", + "lineno": 9 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 9 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 9 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 9 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 9 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 10 + }, + { + "from_module": "tests.test_response_dependency", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 11 + } + ], + "tests.test_response_model_as_return_annotation": [ + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 3 + }, + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 3 + }, + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.responses.JSONResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "JSONResponse", + "lineno": 4 + }, + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.responses.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "Response", + "lineno": 4 + }, + { + "from_module": "tests.test_response_model_as_return_annotation", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_response_model_data_filter": [ + { + "from_module": "tests.test_response_model_data_filter", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_model_data_filter", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_model_data_filter_no_inheritance": [ + { + "from_module": "tests.test_response_model_data_filter_no_inheritance", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_model_data_filter_no_inheritance", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_model_default_factory": [ + { + "from_module": "tests.test_response_model_default_factory", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_model_default_factory", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_model_include_exclude": [ + { + "from_module": "tests.test_response_model_include_exclude", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_model_include_exclude", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_model_invalid": [ + { + "from_module": "tests.test_response_model_invalid", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_response_model_invalid", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 3 + } + ], + "tests.test_response_model_sub_types": [ + { + "from_module": "tests.test_response_model_sub_types", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_response_model_sub_types", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_response_set_response_code_empty": [ + { + "from_module": "tests.test_response_set_response_code_empty", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_response_set_response_code_empty", + "imports": "fastapi.Response", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Response", + "lineno": 3 + }, + { + "from_module": "tests.test_response_set_response_code_empty", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_return_none_stringified_annotations": [ + { + "from_module": "tests.test_return_none_stringified_annotations", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_return_none_stringified_annotations", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_router_circular_import": [ + { + "from_module": "tests.test_router_circular_import", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 2 + } + ], + "tests.test_router_events": [ + { + "from_module": "tests.test_router_events", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 5 + }, + { + "from_module": "tests.test_router_events", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_router_events", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 5 + }, + { + "from_module": "tests.test_router_events", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_router_prefix_with_template": [ + { + "from_module": "tests.test_router_prefix_with_template", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_router_prefix_with_template", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_router_prefix_with_template", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_router_redirect_slashes": [ + { + "from_module": "tests.test_router_redirect_slashes", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_router_redirect_slashes", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_router_redirect_slashes", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_route_scope": [ + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 2 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 2 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.WebSocketDisconnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocketDisconnect", + "lineno": 2 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.routing.APIRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIRoute", + "lineno": 3 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.routing.APIWebSocketRoute", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.routing", + "symbol_part": "APIWebSocketRoute", + "lineno": 3 + }, + { + "from_module": "tests.test_route_scope", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_schema_compat_pydantic_v2": [ + { + "from_module": "tests.test_schema_compat_pydantic_v2", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_schema_compat_pydantic_v2", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_schema_compat_pydantic_v2", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_schema_extra_examples": [ + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 2 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 3 + }, + { + "from_module": "tests.test_schema_extra_examples", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_schema_ref_pydantic_v2": [ + { + "from_module": "tests.test_schema_ref_pydantic_v2", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_schema_ref_pydantic_v2", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_security_api_key_cookie": [ + { + "from_module": "tests.test_security_api_key_cookie", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie", + "imports": "fastapi.security.APIKeyCookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyCookie", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_cookie", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_cookie_description": [ + { + "from_module": "tests.test_security_api_key_cookie_description", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_description", + "imports": "fastapi.security.APIKeyCookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyCookie", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_cookie_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_cookie_optional": [ + { + "from_module": "tests.test_security_api_key_cookie_optional", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_cookie_optional", + "imports": "fastapi.security.APIKeyCookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyCookie", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_cookie_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_header": [ + { + "from_module": "tests.test_security_api_key_header", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header", + "imports": "fastapi.security.APIKeyHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyHeader", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_header", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_header_description": [ + { + "from_module": "tests.test_security_api_key_header_description", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_description", + "imports": "fastapi.security.APIKeyHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyHeader", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_header_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_header_optional": [ + { + "from_module": "tests.test_security_api_key_header_optional", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_header_optional", + "imports": "fastapi.security.APIKeyHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyHeader", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_header_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_query": [ + { + "from_module": "tests.test_security_api_key_query", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query", + "imports": "fastapi.security.APIKeyQuery", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyQuery", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_query", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_query_description": [ + { + "from_module": "tests.test_security_api_key_query_description", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_description", + "imports": "fastapi.security.APIKeyQuery", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyQuery", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_query_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_api_key_query_optional": [ + { + "from_module": "tests.test_security_api_key_query_optional", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_api_key_query_optional", + "imports": "fastapi.security.APIKeyQuery", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "APIKeyQuery", + "lineno": 2 + }, + { + "from_module": "tests.test_security_api_key_query_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_base": [ + { + "from_module": "tests.test_security_http_base", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base", + "imports": "fastapi.security.http.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base", + "imports": "fastapi.security.http.HTTPBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPBase", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_base_description": [ + { + "from_module": "tests.test_security_http_base_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base_description", + "imports": "fastapi.security.http.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base_description", + "imports": "fastapi.security.http.HTTPBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPBase", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_base_optional": [ + { + "from_module": "tests.test_security_http_base_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_base_optional", + "imports": "fastapi.security.http.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base_optional", + "imports": "fastapi.security.http.HTTPBase", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.http", + "symbol_part": "HTTPBase", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_base_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_basic_optional": [ + { + "from_module": "tests.test_security_http_basic_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_optional", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_optional", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_security_http_basic_realm": [ + { + "from_module": "tests.test_security_http_basic_realm", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_realm", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_realm", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_realm", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_realm", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_security_http_basic_realm_description": [ + { + "from_module": "tests.test_security_http_basic_realm_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_realm_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 3 + }, + { + "from_module": "tests.test_security_http_basic_realm_description", + "imports": "fastapi.security.HTTPBasic", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasic", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_realm_description", + "imports": "fastapi.security.HTTPBasicCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBasicCredentials", + "lineno": 4 + }, + { + "from_module": "tests.test_security_http_basic_realm_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_security_http_bearer": [ + { + "from_module": "tests.test_security_http_bearer", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_bearer_description": [ + { + "from_module": "tests.test_security_http_bearer_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer_description", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer_description", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_bearer_optional": [ + { + "from_module": "tests.test_security_http_bearer_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_bearer_optional", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer_optional", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_bearer_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_digest": [ + { + "from_module": "tests.test_security_http_digest", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest", + "imports": "fastapi.security.HTTPDigest", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPDigest", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_digest_description": [ + { + "from_module": "tests.test_security_http_digest_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest_description", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest_description", + "imports": "fastapi.security.HTTPDigest", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPDigest", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_http_digest_optional": [ + { + "from_module": "tests.test_security_http_digest_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_http_digest_optional", + "imports": "fastapi.security.HTTPAuthorizationCredentials", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPAuthorizationCredentials", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest_optional", + "imports": "fastapi.security.HTTPDigest", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPDigest", + "lineno": 2 + }, + { + "from_module": "tests.test_security_http_digest_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_oauth2": [ + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.security.OAuth2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.security.OAuth2PasswordRequestFormStrict", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestFormStrict", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_security_oauth2_authorization_code_bearer": [ + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer", + "imports": "fastapi.security.OAuth2AuthorizationCodeBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2AuthorizationCodeBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_oauth2_authorization_code_bearer_description": [ + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_description", + "imports": "fastapi.security.OAuth2AuthorizationCodeBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2AuthorizationCodeBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi": [ + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.security.OAuth2AuthorizationCodeBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2AuthorizationCodeBearer", + "lineno": 6 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple": [ + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 5 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "imports": "fastapi.security.OAuth2AuthorizationCodeBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2AuthorizationCodeBearer", + "lineno": 6 + }, + { + "from_module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_security_oauth2_optional": [ + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.security.OAuth2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.security.OAuth2PasswordRequestFormStrict", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestFormStrict", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_security_oauth2_optional_description": [ + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.security.OAuth2", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.security.OAuth2PasswordRequestFormStrict", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordRequestFormStrict", + "lineno": 3 + }, + { + "from_module": "tests.test_security_oauth2_optional_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_security_oauth2_password_bearer_optional": [ + { + "from_module": "tests.test_security_oauth2_password_bearer_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_oauth2_password_bearer_optional_description": [ + { + "from_module": "tests.test_security_oauth2_password_bearer_optional_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional_description", + "imports": "fastapi.security.OAuth2PasswordBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "OAuth2PasswordBearer", + "lineno": 2 + }, + { + "from_module": "tests.test_security_oauth2_password_bearer_optional_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_openid_connect": [ + { + "from_module": "tests.test_security_openid_connect", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect", + "imports": "fastapi.security.open_id_connect_url.OpenIdConnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.open_id_connect_url", + "symbol_part": "OpenIdConnect", + "lineno": 2 + }, + { + "from_module": "tests.test_security_openid_connect", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_openid_connect_description": [ + { + "from_module": "tests.test_security_openid_connect_description", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_description", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_description", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_description", + "imports": "fastapi.security.open_id_connect_url.OpenIdConnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.open_id_connect_url", + "symbol_part": "OpenIdConnect", + "lineno": 2 + }, + { + "from_module": "tests.test_security_openid_connect_description", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_openid_connect_optional": [ + { + "from_module": "tests.test_security_openid_connect_optional", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_optional", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 1 + }, + { + "from_module": "tests.test_security_openid_connect_optional", + "imports": "fastapi.security.open_id_connect_url.OpenIdConnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security.open_id_connect_url", + "symbol_part": "OpenIdConnect", + "lineno": 2 + }, + { + "from_module": "tests.test_security_openid_connect_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + } + ], + "tests.test_security_scopes": [ + { + "from_module": "tests.test_security_scopes", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_security_scopes", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_security_scopes", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 4 + }, + { + "from_module": "tests.test_security_scopes", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_security_scopes_dont_propagate": [ + { + "from_module": "tests.test_security_scopes_dont_propagate", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_security_scopes_dont_propagate", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 5 + }, + { + "from_module": "tests.test_security_scopes_dont_propagate", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 6 + }, + { + "from_module": "tests.test_security_scopes_dont_propagate", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_security_scopes_sub_dependency": [ + { + "from_module": "tests.test_security_scopes_sub_dependency", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 7 + }, + { + "from_module": "tests.test_security_scopes_sub_dependency", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_security_scopes_sub_dependency", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 7 + }, + { + "from_module": "tests.test_security_scopes_sub_dependency", + "imports": "fastapi.security.SecurityScopes", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "SecurityScopes", + "lineno": 8 + }, + { + "from_module": "tests.test_security_scopes_sub_dependency", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 9 + } + ], + "tests.test_serialize_response": [ + { + "from_module": "tests.test_serialize_response", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_serialize_response", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_serialize_response_dataclass": [ + { + "from_module": "tests.test_serialize_response_dataclass", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_serialize_response_dataclass", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_serialize_response_model": [ + { + "from_module": "tests.test_serialize_response_model", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "tests.test_skip_defaults": [ + { + "from_module": "tests.test_skip_defaults", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_skip_defaults", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_sse": [ + { + "from_module": "tests.test_sse", + "imports": "fastapi.routing", + "type": "import", + "lineno": 5 + }, + { + "from_module": "tests.test_sse", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 7 + }, + { + "from_module": "tests.test_sse", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.test_sse", + "imports": "fastapi.responses.EventSourceResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "EventSourceResponse", + "lineno": 8 + }, + { + "from_module": "tests.test_sse", + "imports": "fastapi.sse.ServerSentEvent", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.sse", + "symbol_part": "ServerSentEvent", + "lineno": 9 + }, + { + "from_module": "tests.test_sse", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 10 + } + ], + "tests.test_starlette_exception": [ + { + "from_module": "tests.test_starlette_exception", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_starlette_exception", + "imports": "fastapi.HTTPException", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "HTTPException", + "lineno": 1 + }, + { + "from_module": "tests.test_starlette_exception", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_starlette_urlconvertors": [ + { + "from_module": "tests.test_starlette_urlconvertors", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_starlette_urlconvertors", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 1 + }, + { + "from_module": "tests.test_starlette_urlconvertors", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 1 + }, + { + "from_module": "tests.test_starlette_urlconvertors", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_stream_bare_type": [ + { + "from_module": "tests.test_stream_bare_type", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_stream_bare_type", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_stream_cancellation": [ + { + "from_module": "tests.test_stream_cancellation", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 11 + }, + { + "from_module": "tests.test_stream_cancellation", + "imports": "fastapi.responses.StreamingResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "StreamingResponse", + "lineno": 12 + } + ], + "tests.test_stream_json_validation_error": [ + { + "from_module": "tests.test_stream_json_validation_error", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_stream_json_validation_error", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 5 + }, + { + "from_module": "tests.test_stream_json_validation_error", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_strict_content_type_app_level": [ + { + "from_module": "tests.test_strict_content_type_app_level", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_strict_content_type_app_level", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_strict_content_type_nested": [ + { + "from_module": "tests.test_strict_content_type_nested", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_strict_content_type_nested", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_strict_content_type_nested", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_strict_content_type_router_level": [ + { + "from_module": "tests.test_strict_content_type_router_level", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_strict_content_type_router_level", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_strict_content_type_router_level", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_stringified_annotations_simple": [ + { + "from_module": "tests.test_stringified_annotations_simple", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 5 + }, + { + "from_module": "tests.test_stringified_annotations_simple", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_stringified_annotations_simple", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 5 + }, + { + "from_module": "tests.test_stringified_annotations_simple", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_stringified_annotations_simple", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_stringified_annotation_dependency": [ + { + "from_module": "tests.test_stringified_annotation_dependency", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 6 + }, + { + "from_module": "tests.test_stringified_annotation_dependency", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 6 + }, + { + "from_module": "tests.test_stringified_annotation_dependency", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_stringified_annotation_dependency_py314": [ + { + "from_module": "tests.test_stringified_annotation_dependency_py314", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 3 + }, + { + "from_module": "tests.test_stringified_annotation_dependency_py314", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_stringified_annotation_dependency_py314", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_stringified_annotation_dependency_py314", + "imports": "utils.needs_py314", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "needs_py314", + "lineno": 6 + } + ], + "tests.test_sub_callbacks": [ + { + "from_module": "tests.test_sub_callbacks", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_sub_callbacks", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_sub_callbacks", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_swagger_ui_escape": [ + { + "from_module": "tests.test_swagger_ui_escape", + "imports": "fastapi.openapi.docs.get_swagger_ui_html", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.openapi.docs", + "symbol_part": "get_swagger_ui_html", + "lineno": 1 + } + ], + "tests.test_swagger_ui_init_oauth": [ + { + "from_module": "tests.test_swagger_ui_init_oauth", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_swagger_ui_init_oauth", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_top_level_security_scheme_in_openapi": [ + { + "from_module": "tests.test_top_level_security_scheme_in_openapi", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_top_level_security_scheme_in_openapi", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_top_level_security_scheme_in_openapi", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 5 + }, + { + "from_module": "tests.test_top_level_security_scheme_in_openapi", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_tuples": [ + { + "from_module": "tests.test_tuples", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_tuples", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 1 + }, + { + "from_module": "tests.test_tuples", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_typing_python39": [ + { + "from_module": "tests.test_typing_python39", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_typing_python39", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_typing_python39", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 4 + } + ], + "tests.test_union_body": [ + { + "from_module": "tests.test_union_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_union_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_union_body_discriminator": [ + { + "from_module": "tests.test_union_body_discriminator", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_union_body_discriminator", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_union_body_discriminator_annotated": [ + { + "from_module": "tests.test_union_body_discriminator_annotated", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 6 + }, + { + "from_module": "tests.test_union_body_discriminator_annotated", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + }, + { + "from_module": "tests.test_union_body_discriminator_annotated", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 14 + } + ], + "tests.test_union_forms": [ + { + "from_module": "tests.test_union_forms", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_union_forms", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 3 + }, + { + "from_module": "tests.test_union_forms", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_union_inherited_body": [ + { + "from_module": "tests.test_union_inherited_body", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_union_inherited_body", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + } + ], + "tests.test_validate_response": [ + { + "from_module": "tests.test_validate_response", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_validate_response", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 3 + }, + { + "from_module": "tests.test_validate_response", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_validate_response_dataclass": [ + { + "from_module": "tests.test_validate_response_dataclass", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_validate_response_dataclass", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 3 + }, + { + "from_module": "tests.test_validate_response_dataclass", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_validation_error_context": [ + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 1 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 1 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.exceptions.RequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "RequestValidationError", + "lineno": 2 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.exceptions.ResponseValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "ResponseValidationError", + "lineno": 2 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.exceptions.WebSocketRequestValidationError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "WebSocketRequestValidationError", + "lineno": 2 + }, + { + "from_module": "tests.test_validation_error_context", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_webhooks_security": [ + { + "from_module": "tests.test_webhooks_security", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_webhooks_security", + "imports": "fastapi.Security", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Security", + "lineno": 4 + }, + { + "from_module": "tests.test_webhooks_security", + "imports": "fastapi.security.HTTPBearer", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.security", + "symbol_part": "HTTPBearer", + "lineno": 5 + }, + { + "from_module": "tests.test_webhooks_security", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_wrapped_method_forward_reference": [ + { + "from_module": "tests.test_wrapped_method_forward_reference", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 3 + }, + { + "from_module": "tests.test_wrapped_method_forward_reference", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_wrapped_method_forward_reference", + "imports": "forward_reference_type.forwardref_method", + "type": "from_import", + "relative_level": 1, + "module_part": "forward_reference_type", + "symbol_part": "forwardref_method", + "lineno": 6 + } + ], + "tests.test_ws_dependencies": [ + { + "from_module": "tests.test_ws_dependencies", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_dependencies", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_dependencies", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_dependencies", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_dependencies", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_ws_router": [ + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.WebSocket", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocket", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.WebSocketDisconnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "WebSocketDisconnect", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.status", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "status", + "lineno": 4 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.middleware.Middleware", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.middleware", + "symbol_part": "Middleware", + "lineno": 13 + }, + { + "from_module": "tests.test_ws_router", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 14 + } + ], + "tests.utils": [], + "tests": [], + "tests.benchmarks.test_general_performance": [ + { + "from_module": "tests.benchmarks.test_general_performance", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 7 + }, + { + "from_module": "tests.benchmarks.test_general_performance", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 7 + }, + { + "from_module": "tests.benchmarks.test_general_performance", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 8 + } + ], + "tests.benchmarks": [], + "tests.test_modules_same_name_body.test_main": [ + { + "from_module": "tests.test_modules_same_name_body.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_modules_same_name_body.test_main", + "imports": "app.main.app", + "type": "from_import", + "relative_level": 1, + "module_part": "app.main", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_modules_same_name_body": [], + "tests.test_modules_same_name_body.app.a": [ + { + "from_module": "tests.test_modules_same_name_body.app.a", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_modules_same_name_body.app.a", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + } + ], + "tests.test_modules_same_name_body.app.b": [ + { + "from_module": "tests.test_modules_same_name_body.app.b", + "imports": "fastapi.APIRouter", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "APIRouter", + "lineno": 1 + }, + { + "from_module": "tests.test_modules_same_name_body.app.b", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 1 + } + ], + "tests.test_modules_same_name_body.app.main": [ + { + "from_module": "tests.test_modules_same_name_body.app.main", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + }, + { + "from_module": "tests.test_modules_same_name_body.app.main", + "imports": "a", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "a", + "lineno": 3 + }, + { + "from_module": "tests.test_modules_same_name_body.app.main", + "imports": "b", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "b", + "lineno": 3 + } + ], + "tests.test_modules_same_name_body.app": [], + "tests.test_request_params": [], + "tests.test_request_params.test_body.test_list": [ + { + "from_module": "tests.test_request_params.test_body.test_list", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_request_params.test_body.test_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 9 + } + ], + "tests.test_request_params.test_body.test_optional_list": [ + { + "from_module": "tests.test_request_params.test_body.test_optional_list", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 8 + } + ], + "tests.test_request_params.test_body.test_optional_str": [ + { + "from_module": "tests.test_request_params.test_body.test_optional_str", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_optional_str", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 8 + } + ], + "tests.test_request_params.test_body.test_required_str": [ + { + "from_module": "tests.test_request_params.test_body.test_required_str", + "imports": "fastapi.Body", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Body", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_body.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_request_params.test_body.test_required_str", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 9 + } + ], + "tests.test_request_params.test_body.utils": [], + "tests.test_request_params.test_body": [], + "tests.test_request_params.test_cookie.test_list": [], + "tests.test_request_params.test_cookie.test_optional_list": [], + "tests.test_request_params.test_cookie.test_optional_str": [ + { + "from_module": "tests.test_request_params.test_cookie.test_optional_str", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_cookie.test_optional_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_cookie.test_optional_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_cookie.test_required_str": [ + { + "from_module": "tests.test_request_params.test_cookie.test_required_str", + "imports": "fastapi.Cookie", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Cookie", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_cookie.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_cookie.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_request_params.test_cookie": [], + "tests.test_request_params.test_file.test_list": [ + { + "from_module": "tests.test_request_params.test_file.test_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_list", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_list", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_file.test_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 7 + } + ], + "tests.test_request_params.test_file.test_optional": [ + { + "from_module": "tests.test_request_params.test_file.test_optional", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 7 + } + ], + "tests.test_request_params.test_file.test_optional_list": [ + { + "from_module": "tests.test_request_params.test_file.test_optional_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional_list", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional_list", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_file.test_optional_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 7 + } + ], + "tests.test_request_params.test_file.test_required": [ + { + "from_module": "tests.test_request_params.test_file.test_required", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_required", + "imports": "fastapi.File", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "File", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_required", + "imports": "fastapi.UploadFile", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "UploadFile", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_file.test_required", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_file.test_required", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 7 + } + ], + "tests.test_request_params.test_file.utils": [], + "tests.test_request_params.test_file": [], + "tests.test_request_params.test_form.test_list": [ + { + "from_module": "tests.test_request_params.test_form.test_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_list", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_request_params.test_form.test_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 9 + } + ], + "tests.test_request_params.test_form.test_optional_list": [ + { + "from_module": "tests.test_request_params.test_form.test_optional_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_list", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_list", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 8 + } + ], + "tests.test_request_params.test_form.test_optional_str": [ + { + "from_module": "tests.test_request_params.test_form.test_optional_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_str", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_optional_str", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 8 + } + ], + "tests.test_request_params.test_form.test_required_str": [ + { + "from_module": "tests.test_request_params.test_form.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_required_str", + "imports": "fastapi.Form", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Form", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_form.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_request_params.test_form.test_required_str", + "imports": "utils.get_body_model_name", + "type": "from_import", + "relative_level": 1, + "module_part": "utils", + "symbol_part": "get_body_model_name", + "lineno": 9 + } + ], + "tests.test_request_params.test_form.utils": [], + "tests.test_request_params.test_form": [], + "tests.test_request_params.test_header.test_list": [ + { + "from_module": "tests.test_request_params.test_header.test_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_header.test_list", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_header.test_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_request_params.test_header.test_optional_list": [ + { + "from_module": "tests.test_request_params.test_header.test_optional_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_header.test_optional_list", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_header.test_optional_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_header.test_optional_str": [ + { + "from_module": "tests.test_request_params.test_header.test_optional_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_header.test_optional_str", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_header.test_optional_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_header.test_required_str": [ + { + "from_module": "tests.test_request_params.test_header.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_header.test_required_str", + "imports": "fastapi.Header", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Header", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_header.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_request_params.test_header": [], + "tests.test_request_params.test_path.test_list": [], + "tests.test_request_params.test_path.test_optional_list": [], + "tests.test_request_params.test_path.test_optional_str": [], + "tests.test_request_params.test_path.test_required_str": [ + { + "from_module": "tests.test_request_params.test_path.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_path.test_required_str", + "imports": "fastapi.Path", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Path", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_path.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_path": [], + "tests.test_request_params.test_query.test_list": [ + { + "from_module": "tests.test_request_params.test_query.test_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_query.test_list", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_query.test_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_request_params.test_query.test_optional_list": [ + { + "from_module": "tests.test_request_params.test_query.test_optional_list", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_query.test_optional_list", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_query.test_optional_list", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_query.test_optional_str": [ + { + "from_module": "tests.test_request_params.test_query.test_optional_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_query.test_optional_str", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 4 + }, + { + "from_module": "tests.test_request_params.test_query.test_optional_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_request_params.test_query.test_required_str": [ + { + "from_module": "tests.test_request_params.test_query.test_required_str", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_query.test_required_str", + "imports": "fastapi.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Query", + "lineno": 5 + }, + { + "from_module": "tests.test_request_params.test_query.test_required_str", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_request_params.test_query": [], + "tests.test_tutorial": [], + "tests.test_tutorial.test_additional_responses.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "imports": "docs_src.additional_responses.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.additional_responses.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 9 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 9 + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "imports": "docs_src.additional_responses.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.additional_responses.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 9 + }, + { + "from_module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 9 + } + ], + "tests.test_tutorial.test_additional_responses": [], + "tests.test_tutorial.test_additional_status_codes.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_additional_status_codes": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "imports": "docs_src.advanced_middleware.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.advanced_middleware.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_advanced_middleware.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "imports": "docs_src.advanced_middleware.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.advanced_middleware.tutorial002_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_advanced_middleware.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "imports": "fastapi.responses.PlainTextResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.responses", + "symbol_part": "PlainTextResponse", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "imports": "docs_src.advanced_middleware.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.advanced_middleware.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_advanced_middleware": [], + "tests.test_tutorial.test_async_tests.test_main_a": [ + { + "from_module": "tests.test_tutorial.test_async_tests.test_main_a", + "imports": "docs_src.async_tests.app_a_py310.test_main.test_root", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.async_tests.app_a_py310.test_main", + "symbol_part": "test_root", + "lineno": 3 + } + ], + "tests.test_tutorial.test_async_tests": [], + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_authentication_error_status_code": [], + "tests.test_tutorial.test_background_tasks.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "imports": "docs_src.background_tasks.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.background_tasks.tutorial001_py310", + "symbol_part": "app", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 7 + } + ], + "tests.test_tutorial.test_background_tasks.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 8 + }, + { + "from_module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 8 + } + ], + "tests.test_tutorial.test_background_tasks": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "imports": "docs_src.behind_a_proxy.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.behind_a_proxy.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01": [ + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "imports": "docs_src.behind_a_proxy.tutorial001_01_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.behind_a_proxy.tutorial001_01_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "imports": "docs_src.behind_a_proxy.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.behind_a_proxy.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "imports": "docs_src.behind_a_proxy.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.behind_a_proxy.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "imports": "docs_src.behind_a_proxy.tutorial004_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.behind_a_proxy.tutorial004_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_behind_a_proxy": [], + "tests.test_tutorial.test_bigger_applications.test_main": [ + { + "from_module": "tests.test_tutorial.test_bigger_applications.test_main", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_bigger_applications": [], + "tests.test_tutorial.test_body.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_body.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_body.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_body.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_body.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_body.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_body.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body": [], + "tests.test_tutorial.test_body_fields.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_fields": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_multiple_params": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial008": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial009": [ + { + "from_module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_body_nested_models": [], + "tests.test_tutorial.test_body_updates.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_updates.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_body_updates": [], + "tests.test_tutorial.test_conditional_openapi.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "imports": "docs_src.conditional_openapi.tutorial001_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.conditional_openapi", + "symbol_part": "tutorial001_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_conditional_openapi": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "imports": "docs_src.configure_swagger_ui.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.configure_swagger_ui.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "imports": "docs_src.configure_swagger_ui.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.configure_swagger_ui.tutorial002_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "imports": "docs_src.configure_swagger_ui.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.configure_swagger_ui.tutorial003_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_configure_swagger_ui": [], + "tests.test_tutorial.test_cookie_params.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_cookie_params": [], + "tests.test_tutorial.test_cookie_param_models.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_cookie_param_models.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_cookie_param_models": [], + "tests.test_tutorial.test_cors.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_cors.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_cors.test_tutorial001", + "imports": "docs_src.cors.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.cors.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_cors": [], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 7 + }, + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "imports": "docs_src.custom_docs_ui.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_docs_ui.tutorial001_py310", + "symbol_part": "app", + "lineno": 15 + } + ], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 7 + }, + { + "from_module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "imports": "docs_src.custom_docs_ui.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_docs_ui.tutorial002_py310", + "symbol_part": "app", + "lineno": 15 + } + ], + "tests.test_tutorial.test_custom_docs_ui": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "imports": "fastapi.Request", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Request", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + }, + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_custom_request_and_route": [], + "tests.test_tutorial.test_custom_response.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial001b": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "imports": "fastapi.exceptions.FastAPIDeprecationWarning", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIDeprecationWarning", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "imports": "docs_src.custom_response.tutorial001b_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial001b_py310", + "symbol_part": "app", + "lineno": 10 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "imports": "docs_src.custom_response.tutorial005_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial005_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "imports": "docs_src.custom_response.tutorial006_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial006_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006b": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "imports": "docs_src.custom_response.tutorial006b_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial006b_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006c": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "imports": "docs_src.custom_response.tutorial006c_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial006c_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial007", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial007", + "imports": "docs_src.custom_response.tutorial007_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial007_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial008": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "imports": "docs_src.custom_response.tutorial008_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response", + "symbol_part": "tutorial008_py310", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "imports": "docs_src.custom_response.tutorial008_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial008_py310", + "symbol_part": "app", + "lineno": 6 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "imports": "docs_src.custom_response.tutorial009_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response", + "symbol_part": "tutorial009_py310", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "imports": "docs_src.custom_response.tutorial009_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial009_py310", + "symbol_part": "app", + "lineno": 6 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009b": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "imports": "docs_src.custom_response.tutorial009b_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response", + "symbol_part": "tutorial009b_py310", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "imports": "docs_src.custom_response.tutorial009b_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial009b_py310", + "symbol_part": "app", + "lineno": 6 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial009c": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009c", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial009c", + "imports": "docs_src.custom_response.tutorial009c_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.custom_response.tutorial009c_py310", + "symbol_part": "app", + "lineno": 6 + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial010": [ + { + "from_module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_custom_response": [], + "tests.test_tutorial.test_dataclasses.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dataclasses": [], + "tests.test_tutorial.test_debugging.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_debugging.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 7 + } + ], + "tests.test_tutorial.test_debugging": [], + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial007", + "imports": "docs_src.dependencies.tutorial007_py310.get_db", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.dependencies.tutorial007_py310", + "symbol_part": "get_db", + "lineno": 5 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 8 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 8 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 9 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008b": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008c": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008d": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008e": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial010": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "imports": "fastapi.Depends", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "Depends", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "imports": "docs_src.dependencies.tutorial010_py310.get_db", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.dependencies.tutorial010_py310", + "symbol_part": "get_db", + "lineno": 7 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial011": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial012": [ + { + "from_module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_dependencies": [], + "tests.test_tutorial.test_encoder.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_encoder.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_encoder.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_encoder": [], + "tests.test_tutorial.test_events.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_events.test_tutorial001", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial001", + "imports": "docs_src.events.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.events.tutorial001_py310", + "symbol_part": "app", + "lineno": 10 + } + ], + "tests.test_tutorial.test_events.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_events.test_tutorial002", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial002", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial002", + "imports": "docs_src.events.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.events.tutorial002_py310", + "symbol_part": "app", + "lineno": 12 + } + ], + "tests.test_tutorial.test_events.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_events.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial003", + "imports": "docs_src.events.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.events.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial003", + "imports": "docs_src.events.tutorial003_py310.fake_answer_to_everything_ml_model", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.events.tutorial003_py310", + "symbol_part": "fake_answer_to_everything_ml_model", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_events.test_tutorial003", + "imports": "docs_src.events.tutorial003_py310.ml_models", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.events.tutorial003_py310", + "symbol_part": "ml_models", + "lineno": 4 + } + ], + "tests.test_tutorial.test_events": [], + "tests.test_tutorial.test_extending_openapi.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "imports": "docs_src.extending_openapi.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.extending_openapi.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_extending_openapi": [], + "tests.test_tutorial.test_extra_data_types.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_extra_data_types": [], + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_extra_models": [], + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_first_steps": [], + "tests.test_tutorial.test_generate_clients.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "imports": "docs_src.generate_clients.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.generate_clients.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "imports": "docs_src.generate_clients.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.generate_clients.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "imports": "docs_src.generate_clients.tutorial003_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.generate_clients", + "symbol_part": "tutorial003_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_generate_clients": [], + "tests.test_tutorial.test_graphql.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_graphql.test_tutorial001", + "imports": "docs_src.graphql_.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.graphql_.tutorial001_py310", + "symbol_part": "app", + "lineno": 13 + } + ], + "tests.test_tutorial.test_graphql": [], + "tests.test_tutorial.test_handling_errors.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "imports": "docs_src.handling_errors.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "imports": "docs_src.handling_errors.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "imports": "docs_src.handling_errors.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "imports": "docs_src.handling_errors.tutorial004_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial004_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "imports": "docs_src.handling_errors.tutorial005_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial005_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "imports": "docs_src.handling_errors.tutorial006_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.handling_errors.tutorial006_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_handling_errors": [], + "tests.test_tutorial.test_header_params.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_header_params.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_header_params.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_header_params.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_header_params": [], + "tests.test_tutorial.test_header_param_models.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_header_param_models": [], + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_json_base64_bytes": [], + "tests.test_tutorial.test_metadata.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial001", + "imports": "docs_src.metadata.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.metadata.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_metadata.test_tutorial001_1": [ + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "imports": "docs_src.metadata.tutorial001_1_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.metadata.tutorial001_1_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_metadata.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial002", + "imports": "docs_src.metadata.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.metadata.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_metadata.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial003", + "imports": "docs_src.metadata.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.metadata.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_metadata.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_metadata.test_tutorial004", + "imports": "docs_src.metadata.tutorial004_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.metadata.tutorial004_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_metadata": [], + "tests.test_tutorial.test_middleware.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_middleware.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_middleware.test_tutorial001", + "imports": "docs_src.middleware.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.middleware.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_middleware": [], + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_openapi_callbacks": [], + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "imports": "docs_src.openapi_webhooks.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.openapi_webhooks.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_openapi_webhooks": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "imports": "docs_src.path_operation_advanced_configuration.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_advanced_configuration.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "imports": "docs_src.path_operation_advanced_configuration.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_advanced_configuration.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "imports": "docs_src.path_operation_advanced_configuration.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_advanced_configuration.tutorial003_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "imports": "docs_src.path_operation_advanced_configuration.tutorial005_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_advanced_configuration.tutorial005_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "imports": "docs_src.path_operation_advanced_configuration.tutorial006_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "imports": "docs_src.path_operation_configuration.tutorial002b_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_configuration.tutorial002b_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "imports": "docs_src.path_operation_configuration.tutorial006_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_operation_configuration.tutorial006_py310", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_tutorial.test_path_operation_configurations": [], + "tests.test_tutorial.test_path_params.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial001", + "imports": "docs_src.path_params.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial001_py310", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_tutorial.test_path_params.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial002", + "imports": "docs_src.path_params.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial002_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial003", + "imports": "docs_src.path_params.tutorial003_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial003_py310", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003b": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "imports": "docs_src.path_params.tutorial003b_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial003b_py310", + "symbol_part": "app", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "imports": "docs_src.path_params.tutorial003b_py310.read_users2", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial003b_py310", + "symbol_part": "read_users2", + "lineno": 6 + } + ], + "tests.test_tutorial.test_path_params.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial004", + "imports": "docs_src.path_params.tutorial004_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial004_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_path_params.test_tutorial005", + "imports": "docs_src.path_params.tutorial005_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.path_params.tutorial005_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_path_params_numeric_validations": [], + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002": [], + "tests.test_tutorial.test_python_types.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial003", + "imports": "docs_src.python_types.tutorial003_py310.get_name_with_age", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial003_py310", + "symbol_part": "get_name_with_age", + "lineno": 3 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial004", + "imports": "docs_src.python_types.tutorial004_py310.get_name_with_age", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial004_py310", + "symbol_part": "get_name_with_age", + "lineno": 1 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial005", + "imports": "docs_src.python_types.tutorial005_py310.get_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial005_py310", + "symbol_part": "get_items", + "lineno": 1 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial006", + "imports": "docs_src.python_types.tutorial006_py310.process_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial006_py310", + "symbol_part": "process_items", + "lineno": 3 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial007", + "imports": "docs_src.python_types.tutorial007_py310.process_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial007_py310", + "symbol_part": "process_items", + "lineno": 1 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial008", + "imports": "docs_src.python_types.tutorial008_py310.process_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial008_py310", + "symbol_part": "process_items", + "lineno": 3 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008b": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial010": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial010", + "imports": "docs_src.python_types.tutorial010_py310.Person", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial010_py310", + "symbol_part": "Person", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial010", + "imports": "docs_src.python_types.tutorial010_py310.get_person_name", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial010_py310", + "symbol_part": "get_person_name", + "lineno": 1 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial011": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial011", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_python_types.test_tutorial013": [ + { + "from_module": "tests.test_tutorial.test_python_types.test_tutorial013", + "imports": "docs_src.python_types.tutorial013_py310.say_hello", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.python_types.tutorial013_py310", + "symbol_part": "say_hello", + "lineno": 1 + } + ], + "tests.test_tutorial.test_python_types": [], + "tests.test_tutorial.test_query_params.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial005", + "imports": "docs_src.query_params.tutorial005_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.query_params.tutorial005_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params.test_tutorial006", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "imports": "fastapi._compat.PYDANTIC_VERSION_MINOR_TUPLE", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi._compat", + "symbol_part": "PYDANTIC_VERSION_MINOR_TUPLE", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015": [ + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_query_params_str_validations": [], + "tests.test_tutorial.test_query_param_models.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_param_models.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_query_param_models": [], + "tests.test_tutorial.test_request_files.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_02": [ + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_03": [ + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_request_files.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial002", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_request_files.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial003", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_request_files.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_request_files": [], + "tests.test_tutorial.test_request_forms.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_request_forms": [], + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_request_forms_and_files": [], + "tests.test_tutorial.test_request_form_models.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_request_form_models.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_request_form_models": [], + "tests.test_tutorial.test_response_change_status_code.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "imports": "docs_src.response_change_status_code.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_change_status_code.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_response_change_status_code": [], + "tests.test_tutorial.test_response_cookies.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_response_cookies.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_cookies.test_tutorial001", + "imports": "docs_src.response_cookies.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_cookies.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_response_cookies.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_response_cookies.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_cookies.test_tutorial002", + "imports": "docs_src.response_cookies.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_cookies.tutorial002_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_response_cookies": [], + "tests.test_tutorial.test_response_directly.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_directly.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_response_directly": [], + "tests.test_tutorial.test_response_headers.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_response_headers.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_headers.test_tutorial001", + "imports": "docs_src.response_headers.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_headers.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_response_headers.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_response_headers.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_headers.test_tutorial002", + "imports": "docs_src.response_headers.tutorial002_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_headers.tutorial002_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_response_headers": [], + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_01": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_02": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "imports": "docs_src.response_model.tutorial003_02_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_model.tutorial003_02_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_03": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "imports": "docs_src.response_model.tutorial003_03_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.response_model.tutorial003_03_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_04": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "imports": "fastapi.exceptions.FastAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.exceptions", + "symbol_part": "FastAPIError", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_05": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_response_model.test_tutorial006", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_response_model": [], + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_response_status_code": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_schema_extra_example": [], + "tests.test_tutorial.test_security.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_security.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_security.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_security.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_security.test_tutorial003", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_security.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_security.test_tutorial004", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_tutorial.test_security.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_security.test_tutorial005", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 9 + } + ], + "tests.test_tutorial.test_security.test_tutorial006": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial006", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_security.test_tutorial007": [ + { + "from_module": "tests.test_tutorial.test_security.test_tutorial007", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_security": [], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 7 + } + ], + "tests.test_tutorial.test_separate_openapi_schemas": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial005": [ + { + "from_module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_server_sent_events": [], + "tests.test_tutorial.test_settings.test_app01": [ + { + "from_module": "tests.test_tutorial.test_settings.test_app01", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_tutorial.test_settings.test_app02": [], + "tests.test_tutorial.test_settings.test_app03": [ + { + "from_module": "tests.test_tutorial.test_settings.test_app03", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_settings.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_settings.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_settings": [], + "tests.test_tutorial.test_sql_databases.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 12 + } + ], + "tests.test_tutorial.test_sql_databases.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "imports": "tests.utils.needs_py310", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "needs_py310", + "lineno": 12 + } + ], + "tests.test_tutorial.test_sql_databases": [], + "tests.test_tutorial.test_static_files.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_static_files.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_static_files.test_tutorial001", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 8 + }, + { + "from_module": "tests.test_tutorial.test_static_files.test_tutorial001", + "imports": "docs_src.static_files.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.static_files.tutorial001_py310", + "symbol_part": "app", + "lineno": 17 + } + ], + "tests.test_tutorial.test_static_files": [], + "tests.test_tutorial.test_stream_data.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_stream_data.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_stream_data": [], + "tests.test_tutorial.test_stream_json_lines.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + } + ], + "tests.test_tutorial.test_stream_json_lines": [], + "tests.test_tutorial.test_strict_content_type.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + } + ], + "tests.test_tutorial.test_strict_content_type": [], + "tests.test_tutorial.test_sub_applications.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "imports": "docs_src.sub_applications.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.sub_applications.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_sub_applications": [], + "tests.test_tutorial.test_templates.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_templates.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_templates.test_tutorial001", + "imports": "tests.utils.workdir_lock", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.utils", + "symbol_part": "workdir_lock", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_templates.test_tutorial001", + "imports": "docs_src.templates.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.templates.tutorial001_py310", + "symbol_part": "app", + "lineno": 17 + } + ], + "tests.test_tutorial.test_templates": [], + "tests.test_tutorial.test_testing.test_main_a": [ + { + "from_module": "tests.test_tutorial.test_testing.test_main_a", + "imports": "docs_src.app_testing.app_a_py310.test_main.client", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.app_a_py310.test_main", + "symbol_part": "client", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_testing.test_main_a", + "imports": "docs_src.app_testing.app_a_py310.test_main.test_read_main", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.app_a_py310.test_main", + "symbol_part": "test_read_main", + "lineno": 3 + } + ], + "tests.test_tutorial.test_testing.test_main_b": [ + { + "from_module": "tests.test_tutorial.test_testing.test_main_b", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_testing.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial001", + "imports": "docs_src.app_testing.tutorial001_py310.client", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial001_py310", + "symbol_part": "client", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial001", + "imports": "docs_src.app_testing.tutorial001_py310.test_read_main", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial001_py310", + "symbol_part": "test_read_main", + "lineno": 3 + } + ], + "tests.test_tutorial.test_testing.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial002", + "imports": "docs_src.app_testing.tutorial002_py310.test_read_main", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial002_py310", + "symbol_part": "test_read_main", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial002", + "imports": "docs_src.app_testing.tutorial002_py310.test_websocket", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial002_py310", + "symbol_part": "test_websocket", + "lineno": 1 + } + ], + "tests.test_tutorial.test_testing.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial003", + "imports": "docs_src.app_testing.tutorial003_py310.test_read_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial003_py310", + "symbol_part": "test_read_items", + "lineno": 6 + } + ], + "tests.test_tutorial.test_testing.test_tutorial004": [ + { + "from_module": "tests.test_tutorial.test_testing.test_tutorial004", + "imports": "docs_src.app_testing.tutorial004_py310.test_read_items", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.app_testing.tutorial004_py310", + "symbol_part": "test_read_items", + "lineno": 1 + } + ], + "tests.test_tutorial.test_testing": [], + "tests.test_tutorial.test_testing_dependencies.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 6 + } + ], + "tests.test_tutorial.test_testing_dependencies": [], + "tests.test_tutorial.test_using_request_directly.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "imports": "docs_src.using_request_directly.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.using_request_directly.tutorial001_py310", + "symbol_part": "app", + "lineno": 4 + } + ], + "tests.test_tutorial.test_using_request_directly": [], + "tests.test_tutorial.test_websockets.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 2 + }, + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial001", + "imports": "fastapi.websockets.WebSocketDisconnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.websockets", + "symbol_part": "WebSocketDisconnect", + "lineno": 3 + }, + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial001", + "imports": "docs_src.websockets_.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.websockets_.tutorial001_py310", + "symbol_part": "app", + "lineno": 5 + } + ], + "tests.test_tutorial.test_websockets.test_tutorial002": [ + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial002", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 4 + }, + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial002", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 5 + }, + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial002", + "imports": "fastapi.websockets.WebSocketDisconnect", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.websockets", + "symbol_part": "WebSocketDisconnect", + "lineno": 6 + }, + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial002", + "imports": "utils.needs_py310", + "type": "from_import", + "relative_level": 3, + "module_part": "utils", + "symbol_part": "needs_py310", + "lineno": 8 + } + ], + "tests.test_tutorial.test_websockets.test_tutorial003": [ + { + "from_module": "tests.test_tutorial.test_websockets.test_tutorial003", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 6 + } + ], + "tests.test_tutorial.test_websockets": [], + "tests.test_tutorial.test_wsgi.test_tutorial001": [ + { + "from_module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "imports": "docs_src.wsgi.tutorial001_py310.app", + "type": "from_import", + "relative_level": 0, + "module_part": "docs_src.wsgi.tutorial001_py310", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_tutorial.test_wsgi": [], + "tests.test_validate_response_recursive.app": [ + { + "from_module": "tests.test_validate_response_recursive.app", + "imports": "fastapi.FastAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi", + "symbol_part": "FastAPI", + "lineno": 1 + } + ], + "tests.test_validate_response_recursive.test_validate_response_recursive": [ + { + "from_module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "imports": "fastapi.testclient.TestClient", + "type": "from_import", + "relative_level": 0, + "module_part": "fastapi.testclient", + "symbol_part": "TestClient", + "lineno": 1 + }, + { + "from_module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "imports": "app.app", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "app", + "lineno": 3 + } + ], + "tests.test_validate_response_recursive": [] + }, + "dependency_graph": { + "pydantic": { + "used_by": [ + "docs_src.additional_responses.tutorial001_py310", + "docs_src.additional_responses.tutorial002_py310", + "docs_src.additional_responses.tutorial003_py310", + "docs_src.additional_responses.tutorial004_py310", + "docs_src.app_testing.app_b_an_py310.main", + "docs_src.app_testing.app_b_py310.main", + "docs_src.body.tutorial001_py310", + "docs_src.body.tutorial002_py310", + "docs_src.body.tutorial003_py310", + "docs_src.body.tutorial004_py310", + "docs_src.body_fields.tutorial001_an_py310", + "docs_src.body_fields.tutorial001_py310", + "docs_src.body_multiple_params.tutorial001_an_py310", + "docs_src.body_multiple_params.tutorial001_py310", + "docs_src.body_multiple_params.tutorial002_py310", + "docs_src.body_multiple_params.tutorial003_an_py310", + "docs_src.body_multiple_params.tutorial003_py310", + "docs_src.body_multiple_params.tutorial004_an_py310", + "docs_src.body_multiple_params.tutorial004_py310", + "docs_src.body_multiple_params.tutorial005_an_py310", + "docs_src.body_multiple_params.tutorial005_py310", + "docs_src.body_nested_models.tutorial001_py310", + "docs_src.body_nested_models.tutorial002_py310", + "docs_src.body_nested_models.tutorial003_py310", + "docs_src.body_nested_models.tutorial004_py310", + "docs_src.body_nested_models.tutorial005_py310", + "docs_src.body_nested_models.tutorial006_py310", + "docs_src.body_nested_models.tutorial007_py310", + "docs_src.body_nested_models.tutorial008_py310", + "docs_src.body_updates.tutorial001_py310", + "docs_src.body_updates.tutorial002_py310", + "docs_src.cookie_param_models.tutorial001_an_py310", + "docs_src.cookie_param_models.tutorial001_py310", + "docs_src.cookie_param_models.tutorial002_an_py310", + "docs_src.cookie_param_models.tutorial002_py310", + "docs_src.dataclasses_.tutorial003_py310", + "docs_src.encoder.tutorial001_py310", + "docs_src.extra_models.tutorial001_py310", + "docs_src.extra_models.tutorial002_py310", + "docs_src.extra_models.tutorial003_py310", + "docs_src.extra_models.tutorial004_py310", + "docs_src.generate_clients.tutorial001_py310", + "docs_src.generate_clients.tutorial002_py310", + "docs_src.generate_clients.tutorial003_py310", + "docs_src.handling_errors.tutorial005_py310", + "docs_src.header_param_models.tutorial001_an_py310", + "docs_src.header_param_models.tutorial001_py310", + "docs_src.header_param_models.tutorial002_an_py310", + "docs_src.header_param_models.tutorial002_py310", + "docs_src.header_param_models.tutorial003_an_py310", + "docs_src.header_param_models.tutorial003_py310", + "docs_src.json_base64_bytes.tutorial001_py310", + "docs_src.openapi_callbacks.tutorial001_py310", + "docs_src.openapi_webhooks.tutorial001_py310", + "docs_src.path_operation_advanced_configuration.tutorial004_py310", + "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "docs_src.path_operation_configuration.tutorial001_py310", + "docs_src.path_operation_configuration.tutorial002_py310", + "docs_src.path_operation_configuration.tutorial003_py310", + "docs_src.path_operation_configuration.tutorial004_py310", + "docs_src.path_operation_configuration.tutorial005_py310", + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310", + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310", + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310", + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "docs_src.python_types.tutorial011_py310", + "docs_src.query_params_str_validations.tutorial015_an_py310", + "docs_src.query_param_models.tutorial001_an_py310", + "docs_src.query_param_models.tutorial001_py310", + "docs_src.query_param_models.tutorial002_an_py310", + "docs_src.query_param_models.tutorial002_py310", + "docs_src.request_form_models.tutorial001_an_py310", + "docs_src.request_form_models.tutorial001_py310", + "docs_src.request_form_models.tutorial002_an_py310", + "docs_src.request_form_models.tutorial002_py310", + "docs_src.response_directly.tutorial001_py310", + "docs_src.response_model.tutorial001_01_py310", + "docs_src.response_model.tutorial001_py310", + "docs_src.response_model.tutorial002_py310", + "docs_src.response_model.tutorial003_01_py310", + "docs_src.response_model.tutorial003_py310", + "docs_src.response_model.tutorial004_py310", + "docs_src.response_model.tutorial005_py310", + "docs_src.response_model.tutorial006_py310", + "docs_src.schema_extra_example.tutorial001_py310", + "docs_src.schema_extra_example.tutorial002_py310", + "docs_src.schema_extra_example.tutorial003_an_py310", + "docs_src.schema_extra_example.tutorial003_py310", + "docs_src.schema_extra_example.tutorial004_an_py310", + "docs_src.schema_extra_example.tutorial004_py310", + "docs_src.schema_extra_example.tutorial005_an_py310", + "docs_src.schema_extra_example.tutorial005_py310", + "docs_src.security.tutorial002_an_py310", + "docs_src.security.tutorial002_py310", + "docs_src.security.tutorial003_an_py310", + "docs_src.security.tutorial003_py310", + "docs_src.security.tutorial004_an_py310", + "docs_src.security.tutorial004_py310", + "docs_src.security.tutorial005_an_py310", + "docs_src.security.tutorial005_py310", + "docs_src.separate_openapi_schemas.tutorial001_py310", + "docs_src.separate_openapi_schemas.tutorial002_py310", + "docs_src.server_sent_events.tutorial001_py310", + "docs_src.server_sent_events.tutorial002_py310", + "docs_src.server_sent_events.tutorial004_py310", + "docs_src.server_sent_events.tutorial005_py310", + "docs_src.stream_json_lines.tutorial001_py310", + "docs_src.strict_content_type.tutorial001_py310", + "fastapi.datastructures", + "fastapi.encoders", + "fastapi.exceptions", + "fastapi.params", + "fastapi.param_functions", + "fastapi.sse", + "fastapi.types", + "fastapi.utils", + "fastapi.dependencies.utils", + "fastapi.openapi.models", + "fastapi.openapi.utils", + "fastapi.security.http", + "fastapi._compat.shared", + "fastapi._compat.v2", + "scripts.contributors", + "scripts.deploy_docs_status", + "scripts.label_approved", + "scripts.notify_translations", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos", + "tests.forward_reference_type", + "tests.test_additional_properties", + "tests.test_additional_properties_bool", + "tests.test_additional_responses_custom_model_in_callback", + "tests.test_additional_responses_custom_validationerror", + "tests.test_additional_responses_response_class", + "tests.test_additional_responses_router", + "tests.test_additional_responses_union_duplicate_anyof", + "tests.test_arbitrary_types", + "tests.test_compat", + "tests.test_computed_fields", + "tests.test_custom_schema_fields", + "tests.test_datetime_custom_encoder", + "tests.test_dependency_duplicates", + "tests.test_deprecated_responses", + "tests.test_dump_json_fast_path", + "tests.test_duplicate_models_openapi", + "tests.test_extra_routes", + "tests.test_filter_pydantic_sub_model_pv2", + "tests.test_forms_single_model", + "tests.test_generate_unique_id_function", + "tests.test_get_model_definitions_formfeed_escape", + "tests.test_get_request_body", + "tests.test_inherited_custom_class", + "tests.test_invalid_path_param", + "tests.test_invalid_sequence_param", + "tests.test_jsonable_encoder", + "tests.test_json_type", + "tests.test_multi_body_errors", + "tests.test_no_schema_split", + "tests.test_openapi_examples", + "tests.test_openapi_model_description_trim_on_formfeed", + "tests.test_openapi_separate_input_output_schemas", + "tests.test_pydantic_v1_error", + "tests.test_query_cookie_header_model_extra_params", + "tests.test_read_with_orm_mode", + "tests.test_request_body_parameters_media_type", + "tests.test_request_param_model_by_alias", + "tests.test_response_by_alias", + "tests.test_response_class_no_mediatype", + "tests.test_response_code_no_body", + "tests.test_response_model_as_return_annotation", + "tests.test_response_model_data_filter", + "tests.test_response_model_data_filter_no_inheritance", + "tests.test_response_model_default_factory", + "tests.test_response_model_include_exclude", + "tests.test_response_model_sub_types", + "tests.test_router_events", + "tests.test_schema_compat_pydantic_v2", + "tests.test_schema_extra_examples", + "tests.test_schema_ref_pydantic_v2", + "tests.test_security_api_key_cookie", + "tests.test_security_api_key_cookie_description", + "tests.test_security_api_key_cookie_optional", + "tests.test_security_api_key_header", + "tests.test_security_api_key_header_description", + "tests.test_security_api_key_header_optional", + "tests.test_security_api_key_query", + "tests.test_security_api_key_query_description", + "tests.test_security_api_key_query_optional", + "tests.test_security_oauth2", + "tests.test_security_oauth2_optional", + "tests.test_security_oauth2_optional_description", + "tests.test_security_openid_connect", + "tests.test_security_openid_connect_description", + "tests.test_security_openid_connect_optional", + "tests.test_serialize_response", + "tests.test_serialize_response_model", + "tests.test_skip_defaults", + "tests.test_sse", + "tests.test_stream_bare_type", + "tests.test_stream_json_validation_error", + "tests.test_sub_callbacks", + "tests.test_tuples", + "tests.test_union_body", + "tests.test_union_body_discriminator", + "tests.test_union_body_discriminator_annotated", + "tests.test_union_forms", + "tests.test_union_inherited_body", + "tests.test_validate_response", + "tests.test_validate_response_dataclass", + "tests.test_validation_error_context", + "tests.test_webhooks_security", + "tests.benchmarks.test_general_performance", + "tests.test_request_params.test_body.test_list", + "tests.test_request_params.test_body.test_optional_list", + "tests.test_request_params.test_body.test_optional_str", + "tests.test_request_params.test_body.test_required_str", + "tests.test_request_params.test_cookie.test_optional_str", + "tests.test_request_params.test_cookie.test_required_str", + "tests.test_request_params.test_form.test_list", + "tests.test_request_params.test_form.test_optional_list", + "tests.test_request_params.test_form.test_optional_str", + "tests.test_request_params.test_form.test_required_str", + "tests.test_request_params.test_header.test_list", + "tests.test_request_params.test_header.test_optional_list", + "tests.test_request_params.test_header.test_optional_str", + "tests.test_request_params.test_header.test_required_str", + "tests.test_request_params.test_query.test_list", + "tests.test_request_params.test_query.test_optional_list", + "tests.test_request_params.test_query.test_optional_str", + "tests.test_request_params.test_query.test_required_str", + "tests.test_tutorial.test_settings.test_app01", + "tests.test_validate_response_recursive.app" + ], + "import_count": 356 + }, + "typing": { + "used_by": [ + "docs_src.additional_status_codes.tutorial001_an_py310", + "docs_src.app_testing.app_b_an_py310.main", + "docs_src.authentication_error_status_code.tutorial001_an_py310", + "docs_src.background_tasks.tutorial002_an_py310", + "docs_src.bigger_applications.app_an_py310.dependencies", + "docs_src.body_fields.tutorial001_an_py310", + "docs_src.body_multiple_params.tutorial001_an_py310", + "docs_src.body_multiple_params.tutorial003_an_py310", + "docs_src.body_multiple_params.tutorial004_an_py310", + "docs_src.body_multiple_params.tutorial005_an_py310", + "docs_src.cookie_params.tutorial001_an_py310", + "docs_src.cookie_param_models.tutorial001_an_py310", + "docs_src.cookie_param_models.tutorial002_an_py310", + "docs_src.custom_request_and_route.tutorial001_an_py310", + "docs_src.custom_request_and_route.tutorial002_an_py310", + "docs_src.custom_response.tutorial009c_py310", + "docs_src.dependencies.tutorial001_02_an_py310", + "docs_src.dependencies.tutorial001_an_py310", + "docs_src.dependencies.tutorial002_an_py310", + "docs_src.dependencies.tutorial003_an_py310", + "docs_src.dependencies.tutorial004_an_py310", + "docs_src.dependencies.tutorial005_an_py310", + "docs_src.dependencies.tutorial006_an_py310", + "docs_src.dependencies.tutorial008b_an_py310", + "docs_src.dependencies.tutorial008c_an_py310", + "docs_src.dependencies.tutorial008d_an_py310", + "docs_src.dependencies.tutorial008e_an_py310", + "docs_src.dependencies.tutorial008_an_py310", + "docs_src.dependencies.tutorial011_an_py310", + "docs_src.dependencies.tutorial012_an_py310", + "docs_src.dependencies.tutorial013_an_py310", + "docs_src.dependencies.tutorial014_an_py310", + "docs_src.dependency_testing.tutorial001_an_py310", + "docs_src.extra_data_types.tutorial001_an_py310", + "docs_src.header_params.tutorial001_an_py310", + "docs_src.header_params.tutorial002_an_py310", + "docs_src.header_params.tutorial003_an_py310", + "docs_src.header_param_models.tutorial001_an_py310", + "docs_src.header_param_models.tutorial002_an_py310", + "docs_src.header_param_models.tutorial003_an_py310", + "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "docs_src.python_types.tutorial013_py310", + "docs_src.query_params_str_validations.tutorial002_an_py310", + "docs_src.query_params_str_validations.tutorial003_an_py310", + "docs_src.query_params_str_validations.tutorial004_an_py310", + "docs_src.query_params_str_validations.tutorial005_an_py310", + "docs_src.query_params_str_validations.tutorial006c_an_py310", + "docs_src.query_params_str_validations.tutorial006_an_py310", + "docs_src.query_params_str_validations.tutorial007_an_py310", + "docs_src.query_params_str_validations.tutorial008_an_py310", + "docs_src.query_params_str_validations.tutorial009_an_py310", + "docs_src.query_params_str_validations.tutorial010_an_py310", + "docs_src.query_params_str_validations.tutorial011_an_py310", + "docs_src.query_params_str_validations.tutorial012_an_py310", + "docs_src.query_params_str_validations.tutorial013_an_py310", + "docs_src.query_params_str_validations.tutorial014_an_py310", + "docs_src.query_params_str_validations.tutorial015_an_py310", + "docs_src.query_param_models.tutorial001_an_py310", + "docs_src.query_param_models.tutorial001_py310", + "docs_src.query_param_models.tutorial002_an_py310", + "docs_src.query_param_models.tutorial002_py310", + "docs_src.request_files.tutorial001_02_an_py310", + "docs_src.request_files.tutorial001_03_an_py310", + "docs_src.request_files.tutorial001_an_py310", + "docs_src.request_files.tutorial002_an_py310", + "docs_src.request_files.tutorial003_an_py310", + "docs_src.request_forms.tutorial001_an_py310", + "docs_src.request_forms_and_files.tutorial001_an_py310", + "docs_src.request_form_models.tutorial001_an_py310", + "docs_src.request_form_models.tutorial002_an_py310", + "docs_src.response_model.tutorial001_py310", + "docs_src.response_model.tutorial003_py310", + "docs_src.schema_extra_example.tutorial003_an_py310", + "docs_src.schema_extra_example.tutorial004_an_py310", + "docs_src.schema_extra_example.tutorial005_an_py310", + "docs_src.security.tutorial001_an_py310", + "docs_src.security.tutorial002_an_py310", + "docs_src.security.tutorial003_an_py310", + "docs_src.security.tutorial004_an_py310", + "docs_src.security.tutorial005_an_py310", + "docs_src.security.tutorial006_an_py310", + "docs_src.security.tutorial007_an_py310", + "docs_src.server_sent_events.tutorial004_py310", + "docs_src.settings.app02_an_py310.main", + "docs_src.settings.app03_an_py310.main", + "docs_src.sql_databases.tutorial001_an_py310", + "docs_src.sql_databases.tutorial002_an_py310", + "docs_src.websockets_.tutorial002_an_py310", + "fastapi.applications", + "fastapi.background", + "fastapi.concurrency", + "fastapi.datastructures", + "fastapi.encoders", + "fastapi.exceptions", + "fastapi.params", + "fastapi.param_functions", + "fastapi.responses", + "fastapi.routing", + "fastapi.sse", + "fastapi.types", + "fastapi.utils", + "fastapi.dependencies.models", + "fastapi.dependencies.utils", + "fastapi.openapi.docs", + "fastapi.openapi.models", + "fastapi.openapi.utils", + "fastapi.security.api_key", + "fastapi.security.http", + "fastapi.security.oauth2", + "fastapi.security.open_id_connect_url", + "fastapi._compat.shared", + "fastapi._compat.v2", + "scripts.contributors", + "scripts.deploy_docs_status", + "scripts.docs", + "scripts.doc_parsing_utils", + "scripts.label_approved", + "scripts.notify_translations", + "scripts.people", + "scripts.prepare_release", + "scripts.sponsors", + "scripts.translate", + "scripts.translation_fixer", + "tests.test_allow_inf_nan_in_enforcing", + "tests.test_ambiguous_params", + "tests.test_annotated", + "tests.test_arbitrary_types", + "tests.test_compat", + "tests.test_custom_schema_fields", + "tests.test_default_response_class", + "tests.test_dependency_after_yield_raise", + "tests.test_dependency_after_yield_streaming", + "tests.test_dependency_after_yield_websockets", + "tests.test_dependency_contextvars", + "tests.test_dependency_paramless", + "tests.test_dependency_partial", + "tests.test_dependency_pep695", + "tests.test_dependency_yield_scope", + "tests.test_dependency_yield_scope_websockets", + "tests.test_file_and_form_order_issue_9116", + "tests.test_forms_single_model", + "tests.test_forms_single_param", + "tests.test_form_default", + "tests.test_generic_parameterless_depends", + "tests.test_jsonable_encoder", + "tests.test_json_type", + "tests.test_list_bytes_file_order_preserved_issue_14811", + "tests.test_params_repr", + "tests.test_read_with_orm_mode", + "tests.test_regex_deprecated_body", + "tests.test_regex_deprecated_params", + "tests.test_response_dependency", + "tests.test_response_set_response_code_empty", + "tests.test_schema_ref_pydantic_v2", + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "tests.test_security_scopes", + "tests.test_security_scopes_dont_propagate", + "tests.test_security_scopes_sub_dependency", + "tests.test_stream_bare_type", + "tests.test_stringified_annotations_simple", + "tests.test_stringified_annotation_dependency", + "tests.test_stringified_annotation_dependency_py314", + "tests.test_union_body_discriminator", + "tests.test_union_body_discriminator_annotated", + "tests.test_union_forms", + "tests.test_webhooks_security", + "tests.test_ws_dependencies", + "tests.benchmarks.test_general_performance", + "tests.test_request_params.test_body.test_list", + "tests.test_request_params.test_body.test_optional_list", + "tests.test_request_params.test_body.test_optional_str", + "tests.test_request_params.test_body.test_required_str", + "tests.test_request_params.test_body.utils", + "tests.test_request_params.test_cookie.test_optional_str", + "tests.test_request_params.test_cookie.test_required_str", + "tests.test_request_params.test_file.test_list", + "tests.test_request_params.test_file.test_optional", + "tests.test_request_params.test_file.test_optional_list", + "tests.test_request_params.test_file.test_required", + "tests.test_request_params.test_file.utils", + "tests.test_request_params.test_form.test_list", + "tests.test_request_params.test_form.test_optional_list", + "tests.test_request_params.test_form.test_optional_str", + "tests.test_request_params.test_form.test_required_str", + "tests.test_request_params.test_form.utils", + "tests.test_request_params.test_header.test_list", + "tests.test_request_params.test_header.test_optional_list", + "tests.test_request_params.test_header.test_optional_str", + "tests.test_request_params.test_header.test_required_str", + "tests.test_request_params.test_path.test_required_str", + "tests.test_request_params.test_query.test_list", + "tests.test_request_params.test_query.test_optional_list", + "tests.test_request_params.test_query.test_optional_str", + "tests.test_request_params.test_query.test_required_str", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_dependencies.test_tutorial010" + ], + "import_count": 279 + }, + "contextlib": { + "used_by": [ + "docs_src.app_testing.tutorial004_py310", + "docs_src.events.tutorial003_py310", + "fastapi.concurrency", + "fastapi.routing", + "fastapi.dependencies.utils", + "fastapi.middleware.asyncexitstack", + "scripts.tests.test_translation_fixer.conftest", + "tests.test_dependency_after_yield_streaming", + "tests.test_dependency_after_yield_websockets", + "tests.test_router_events", + "tests.test_tutorial.test_dependencies.test_tutorial007" + ], + "import_count": 17 + }, + "pytest": { + "used_by": [ + "docs_src.async_tests.app_a_py310.test_main", + "scripts.tests.test_translation_fixer.conftest", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "tests.test_additional_responses_bad", + "tests.test_allow_inf_nan_in_enforcing", + "tests.test_ambiguous_params", + "tests.test_annotated", + "tests.test_application", + "tests.test_arbitrary_types", + "tests.test_computed_fields", + "tests.test_custom_route_class", + "tests.test_datastructures", + "tests.test_dependency_after_yield_raise", + "tests.test_dependency_after_yield_streaming", + "tests.test_dependency_after_yield_websockets", + "tests.test_dependency_class", + "tests.test_dependency_contextmanager", + "tests.test_dependency_overrides", + "tests.test_dependency_partial", + "tests.test_dependency_wrapped", + "tests.test_dependency_yield_except_httpexception", + "tests.test_dependency_yield_scope", + "tests.test_dependency_yield_scope_websockets", + "tests.test_deprecated_responses", + "tests.test_empty_router", + "tests.test_exception_handlers", + "tests.test_fastapi_cli", + "tests.test_file_and_form_order_issue_9116", + "tests.test_filter_pydantic_sub_model_pv2", + "tests.test_get_model_definitions_formfeed_escape", + "tests.test_include_router_defaults_overrides", + "tests.test_inherited_custom_class", + "tests.test_invalid_path_param", + "tests.test_invalid_sequence_param", + "tests.test_jsonable_encoder", + "tests.test_list_bytes_file_order_preserved_issue_14811", + "tests.test_multipart_installation", + "tests.test_openapi_schema_type", + "tests.test_orjson_response_class", + "tests.test_param_include_in_schema", + "tests.test_prepare_release", + "tests.test_pydantic_v1_error", + "tests.test_regex_deprecated_body", + "tests.test_regex_deprecated_params", + "tests.test_response_model_as_return_annotation", + "tests.test_response_model_invalid", + "tests.test_router_circular_import", + "tests.test_router_events", + "tests.test_route_scope", + "tests.test_schema_compat_pydantic_v2", + "tests.test_schema_extra_examples", + "tests.test_schema_ref_pydantic_v2", + "tests.test_security_oauth2", + "tests.test_security_oauth2_optional", + "tests.test_security_oauth2_optional_description", + "tests.test_security_scopes", + "tests.test_security_scopes_sub_dependency", + "tests.test_sse", + "tests.test_stream_cancellation", + "tests.test_stream_json_validation_error", + "tests.test_stringified_annotation_dependency", + "tests.test_union_body_discriminator_annotated", + "tests.test_validate_response", + "tests.test_validate_response_dataclass", + "tests.test_ws_router", + "tests.utils", + "tests.benchmarks.test_general_performance", + "tests.test_modules_same_name_body.test_main", + "tests.test_request_params.test_body.test_list", + "tests.test_request_params.test_body.test_optional_list", + "tests.test_request_params.test_body.test_optional_str", + "tests.test_request_params.test_body.test_required_str", + "tests.test_request_params.test_cookie.test_optional_str", + "tests.test_request_params.test_cookie.test_required_str", + "tests.test_request_params.test_file.test_list", + "tests.test_request_params.test_file.test_optional", + "tests.test_request_params.test_file.test_optional_list", + "tests.test_request_params.test_file.test_required", + "tests.test_request_params.test_form.test_list", + "tests.test_request_params.test_form.test_optional_list", + "tests.test_request_params.test_form.test_optional_str", + "tests.test_request_params.test_form.test_required_str", + "tests.test_request_params.test_header.test_list", + "tests.test_request_params.test_header.test_optional_list", + "tests.test_request_params.test_header.test_optional_str", + "tests.test_request_params.test_header.test_required_str", + "tests.test_request_params.test_path.test_required_str", + "tests.test_request_params.test_query.test_list", + "tests.test_request_params.test_query.test_optional_list", + "tests.test_request_params.test_query.test_optional_str", + "tests.test_request_params.test_query.test_required_str", + "tests.test_tutorial.test_additional_responses.test_tutorial002", + "tests.test_tutorial.test_additional_responses.test_tutorial004", + "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "tests.test_tutorial.test_async_tests.test_main_a", + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "tests.test_tutorial.test_background_tasks.test_tutorial002", + "tests.test_tutorial.test_bigger_applications.test_main", + "tests.test_tutorial.test_body.test_tutorial001", + "tests.test_tutorial.test_body.test_tutorial002", + "tests.test_tutorial.test_body.test_tutorial003", + "tests.test_tutorial.test_body.test_tutorial004", + "tests.test_tutorial.test_body_fields.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "tests.test_tutorial.test_body_updates.test_tutorial001", + "tests.test_tutorial.test_body_updates.test_tutorial002", + "tests.test_tutorial.test_cookie_params.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "tests.test_tutorial.test_custom_response.test_tutorial001", + "tests.test_tutorial.test_custom_response.test_tutorial001b", + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_custom_response.test_tutorial009c", + "tests.test_tutorial.test_custom_response.test_tutorial010", + "tests.test_tutorial.test_dataclasses.test_tutorial001", + "tests.test_tutorial.test_dataclasses.test_tutorial002", + "tests.test_tutorial.test_dataclasses.test_tutorial003", + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_dependencies.test_tutorial005", + "tests.test_tutorial.test_dependencies.test_tutorial006", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_dependencies.test_tutorial008b", + "tests.test_tutorial.test_dependencies.test_tutorial008c", + "tests.test_tutorial.test_dependencies.test_tutorial008d", + "tests.test_tutorial.test_dependencies.test_tutorial008e", + "tests.test_tutorial.test_dependencies.test_tutorial011", + "tests.test_tutorial.test_dependencies.test_tutorial012", + "tests.test_tutorial.test_encoder.test_tutorial001", + "tests.test_tutorial.test_events.test_tutorial001", + "tests.test_tutorial.test_events.test_tutorial002", + "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "tests.test_tutorial.test_extra_models.test_tutorial003", + "tests.test_tutorial.test_extra_models.test_tutorial004", + "tests.test_tutorial.test_extra_models.test_tutorial005", + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_generate_clients.test_tutorial001", + "tests.test_tutorial.test_graphql.test_tutorial001", + "tests.test_tutorial.test_header_params.test_tutorial001", + "tests.test_tutorial.test_header_params.test_tutorial002", + "tests.test_tutorial.test_header_params.test_tutorial003", + "tests.test_tutorial.test_header_param_models.test_tutorial001", + "tests.test_tutorial.test_header_param_models.test_tutorial002", + "tests.test_tutorial.test_header_param_models.test_tutorial003", + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "tests.test_tutorial.test_path_params.test_tutorial001", + "tests.test_tutorial.test_path_params.test_tutorial003", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "tests.test_tutorial.test_python_types.test_tutorial003", + "tests.test_tutorial.test_python_types.test_tutorial008b", + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "tests.test_tutorial.test_python_types.test_tutorial011", + "tests.test_tutorial.test_query_params.test_tutorial001", + "tests.test_tutorial.test_query_params.test_tutorial002", + "tests.test_tutorial.test_query_params.test_tutorial003", + "tests.test_tutorial.test_query_params.test_tutorial004", + "tests.test_tutorial.test_query_params.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "tests.test_tutorial.test_query_param_models.test_tutorial001", + "tests.test_tutorial.test_query_param_models.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial001", + "tests.test_tutorial.test_request_files.test_tutorial001_02", + "tests.test_tutorial.test_request_files.test_tutorial001_03", + "tests.test_tutorial.test_request_files.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial003", + "tests.test_tutorial.test_request_forms.test_tutorial001", + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial002", + "tests.test_tutorial.test_response_directly.test_tutorial001", + "tests.test_tutorial.test_response_directly.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "tests.test_tutorial.test_response_model.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial003", + "tests.test_tutorial.test_response_model.test_tutorial003_01", + "tests.test_tutorial.test_response_model.test_tutorial003_04", + "tests.test_tutorial.test_response_model.test_tutorial003_05", + "tests.test_tutorial.test_response_model.test_tutorial004", + "tests.test_tutorial.test_response_model.test_tutorial005", + "tests.test_tutorial.test_response_model.test_tutorial006", + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial001", + "tests.test_tutorial.test_security.test_tutorial002", + "tests.test_tutorial.test_security.test_tutorial003", + "tests.test_tutorial.test_security.test_tutorial004", + "tests.test_tutorial.test_security.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial006", + "tests.test_tutorial.test_security.test_tutorial007", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "tests.test_tutorial.test_settings.test_app01", + "tests.test_tutorial.test_settings.test_app02", + "tests.test_tutorial.test_settings.test_app03", + "tests.test_tutorial.test_settings.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002", + "tests.test_tutorial.test_static_files.test_tutorial001", + "tests.test_tutorial.test_stream_data.test_tutorial001", + "tests.test_tutorial.test_stream_data.test_tutorial002", + "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "tests.test_tutorial.test_testing.test_main_b", + "tests.test_tutorial.test_testing.test_tutorial003", + "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "tests.test_tutorial.test_websockets.test_tutorial001", + "tests.test_tutorial.test_websockets.test_tutorial002", + "tests.test_tutorial.test_websockets.test_tutorial003" + ], + "import_count": 276 + }, + "httpx": { + "used_by": [ + "docs_src.async_tests.app_a_py310.test_main", + "scripts.contributors", + "scripts.notify_translations", + "scripts.people", + "scripts.sponsors", + "scripts.playwright.cookie_param_models.image01", + "scripts.playwright.header_param_models.image01", + "scripts.playwright.json_base64_bytes.image01", + "scripts.playwright.query_param_models.image01", + "scripts.playwright.request_form_models.image01", + "scripts.playwright.sql_databases.image01", + "scripts.playwright.sql_databases.image02" + ], + "import_count": 13 + }, + "pydantic_settings": { + "used_by": [ + "docs_src.conditional_openapi.tutorial001_py310", + "docs_src.settings.tutorial001_py310", + "docs_src.settings.app01_py310.config", + "docs_src.settings.app02_an_py310.config", + "docs_src.settings.app02_py310.config", + "docs_src.settings.app03_an_py310.config", + "docs_src.settings.app03_py310.config", + "scripts.contributors", + "scripts.deploy_docs_status", + "scripts.label_approved", + "scripts.notify_translations", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos" + ], + "import_count": 16 + }, + "gzip": { + "used_by": [ + "docs_src.custom_request_and_route.tutorial001_an_py310", + "docs_src.custom_request_and_route.tutorial001_py310", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001" + ], + "import_count": 3 + }, + "collections": { + "used_by": [ + "docs_src.custom_request_and_route.tutorial001_an_py310", + "docs_src.custom_request_and_route.tutorial001_py310", + "docs_src.custom_request_and_route.tutorial002_an_py310", + "docs_src.custom_request_and_route.tutorial002_py310", + "docs_src.custom_request_and_route.tutorial003_py310", + "docs_src.server_sent_events.tutorial001_py310", + "docs_src.server_sent_events.tutorial002_py310", + "docs_src.server_sent_events.tutorial003_py310", + "docs_src.server_sent_events.tutorial004_py310", + "docs_src.server_sent_events.tutorial005_py310", + "docs_src.stream_data.tutorial001_py310", + "docs_src.stream_data.tutorial002_py310", + "docs_src.stream_json_lines.tutorial001_py310", + "fastapi.applications", + "fastapi.background", + "fastapi.concurrency", + "fastapi.datastructures", + "fastapi.encoders", + "fastapi.exceptions", + "fastapi.params", + "fastapi.param_functions", + "fastapi.routing", + "fastapi.types", + "fastapi.dependencies.models", + "fastapi.dependencies.utils", + "fastapi.openapi.models", + "fastapi.openapi.utils", + "fastapi._compat.shared", + "fastapi._compat.v2", + "scripts.contributors", + "scripts.people", + "scripts.sponsors", + "scripts.translate", + "scripts.translation_fixer", + "scripts.tests.test_translation_fixer.conftest", + "tests.test_dependency_after_yield_streaming", + "tests.test_dependency_after_yield_websockets", + "tests.test_dependency_class", + "tests.test_dependency_contextvars", + "tests.test_dependency_partial", + "tests.test_dependency_wrapped", + "tests.test_jsonable_encoder", + "tests.test_router_events", + "tests.test_sse", + "tests.test_stream_cancellation", + "tests.test_stream_json_validation_error", + "tests.test_stringified_annotation_dependency", + "tests.benchmarks.test_general_performance" + ], + "import_count": 89 + }, + "time": { + "used_by": [ + "docs_src.custom_request_and_route.tutorial003_py310", + "docs_src.dependencies.tutorial013_an_py310", + "docs_src.dependencies.tutorial014_an_py310", + "docs_src.middleware.tutorial001_py310", + "scripts.notify_translations", + "scripts.people", + "scripts.playwright.cookie_param_models.image01", + "scripts.playwright.header_param_models.image01", + "scripts.playwright.json_base64_bytes.image01", + "scripts.playwright.query_param_models.image01", + "scripts.playwright.request_form_models.image01", + "scripts.playwright.sql_databases.image01", + "scripts.playwright.sql_databases.image02", + "tests.test_sse", + "tests.test_tutorial.test_websockets.test_tutorial003" + ], + "import_count": 15 + }, + "anyio": { + "used_by": [ + "docs_src.custom_response.tutorial007_py310", + "fastapi.concurrency", + "fastapi.routing", + "tests.test_list_bytes_file_order_preserved_issue_14811", + "tests.test_stream_cancellation" + ], + "import_count": 7 + }, + "orjson": { + "used_by": [ + "docs_src.custom_response.tutorial009c_py310", + "tests.test_default_response_class" + ], + "import_count": 2 + }, + "dataclasses": { + "used_by": [ + "docs_src.dataclasses_.tutorial001_py310", + "docs_src.dataclasses_.tutorial002_py310", + "docs_src.dataclasses_.tutorial003_py310", + "fastapi.encoders", + "fastapi.params", + "fastapi.dependencies.models", + "fastapi.dependencies.utils", + "fastapi._compat.shared", + "fastapi._compat.v2", + "tests.test_jsonable_encoder", + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "tests.test_serialize_response_dataclass" + ], + "import_count": 17 + }, + "uvicorn": { + "used_by": [ + "docs_src.debugging.tutorial001_py310" + ], + "import_count": 1 + }, + "sqlmodel": { + "used_by": [ + "docs_src.dependencies.tutorial013_an_py310", + "docs_src.dependencies.tutorial014_an_py310", + "docs_src.sql_databases.tutorial001_an_py310", + "docs_src.sql_databases.tutorial001_py310", + "docs_src.sql_databases.tutorial002_an_py310", + "docs_src.sql_databases.tutorial002_py310", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002" + ], + "import_count": 34 + }, + "datetime": { + "used_by": [ + "docs_src.encoder.tutorial001_py310", + "docs_src.extra_data_types.tutorial001_an_py310", + "docs_src.extra_data_types.tutorial001_py310", + "docs_src.openapi_webhooks.tutorial001_py310", + "docs_src.python_types.tutorial011_py310", + "docs_src.response_directly.tutorial001_py310", + "docs_src.security.tutorial004_an_py310", + "docs_src.security.tutorial004_py310", + "docs_src.security.tutorial005_an_py310", + "docs_src.security.tutorial005_py310", + "fastapi.encoders", + "scripts.add_latest_release_date", + "scripts.contributors", + "scripts.people", + "scripts.prepare_release", + "tests.test_datetime_custom_encoder", + "tests.test_jsonable_encoder", + "tests.test_prepare_release", + "tests.test_serialize_response_dataclass", + "tests.test_webhooks_security" + ], + "import_count": 36 + }, + "uuid": { + "used_by": [ + "docs_src.extra_data_types.tutorial001_an_py310", + "docs_src.extra_data_types.tutorial001_py310", + "fastapi.encoders", + "tests.test_inherited_custom_class", + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations" + ], + "import_count": 5 + }, + "json": { + "used_by": [ + "docs_src.generate_clients.tutorial004_py310", + "fastapi.routing", + "fastapi.openapi.docs", + "scripts.docs", + "scripts.translate", + "tests.test_dependency_contextmanager", + "tests.test_dependency_yield_scope", + "tests.test_json_type", + "tests.test_stream_bare_type", + "tests.test_ws_dependencies", + "tests.benchmarks.test_general_performance", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "tests.test_tutorial.test_generate_clients.test_tutorial004", + "tests.test_tutorial.test_stream_json_lines.test_tutorial001" + ], + "import_count": 14 + }, + "pathlib": { + "used_by": [ + "docs_src.generate_clients.tutorial004_py310", + "fastapi.encoders", + "scripts.contributors", + "scripts.docs", + "scripts.notify_translations", + "scripts.people", + "scripts.prepare_release", + "scripts.sponsors", + "scripts.topic_repos", + "scripts.translate", + "scripts.translation_fixer", + "scripts.tests.test_translation_fixer.conftest", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "tests.test_custom_middleware_exception", + "tests.test_datastructures", + "tests.test_file_and_form_order_issue_9116", + "tests.test_jsonable_encoder", + "tests.test_prepare_release", + "tests.test_tutorial.test_background_tasks.test_tutorial001", + "tests.test_tutorial.test_background_tasks.test_tutorial002", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "tests.test_tutorial.test_custom_response.test_tutorial008", + "tests.test_tutorial.test_custom_response.test_tutorial009", + "tests.test_tutorial.test_custom_response.test_tutorial009b", + "tests.test_tutorial.test_generate_clients.test_tutorial004", + "tests.test_tutorial.test_request_files.test_tutorial001_02", + "tests.test_tutorial.test_static_files.test_tutorial001" + ], + "import_count": 40 + }, + "strawberry": { + "used_by": [ + "docs_src.graphql_.tutorial001_py310" + ], + "import_count": 2 + }, + "starlette": { + "used_by": [ + "docs_src.handling_errors.tutorial004_py310", + "docs_src.handling_errors.tutorial006_py310", + "fastapi.applications", + "fastapi.background", + "fastapi.concurrency", + "fastapi.datastructures", + "fastapi.exceptions", + "fastapi.exception_handlers", + "fastapi.requests", + "fastapi.responses", + "fastapi.routing", + "fastapi.sse", + "fastapi.staticfiles", + "fastapi.templating", + "fastapi.testclient", + "fastapi.websockets", + "fastapi", + "fastapi.dependencies.utils", + "fastapi.middleware.asyncexitstack", + "fastapi.middleware.cors", + "fastapi.middleware.gzip", + "fastapi.middleware.httpsredirect", + "fastapi.middleware.trustedhost", + "fastapi.middleware.wsgi", + "fastapi.middleware", + "fastapi.openapi.docs", + "fastapi.openapi.utils", + "fastapi.security.api_key", + "fastapi.security.http", + "fastapi.security.oauth2", + "fastapi.security.open_id_connect_url", + "fastapi._compat.shared", + "tests.test_additional_responses_custom_model_in_callback", + "tests.test_custom_route_class", + "tests.test_exception_handlers", + "tests.test_form_default", + "tests.test_http_connection_injection", + "tests.test_list_bytes_file_order_preserved_issue_14811", + "tests.test_serialize_response_model", + "tests.test_starlette_exception", + "tests.test_tutorial.test_graphql.test_tutorial001" + ], + "import_count": 122 + }, + "yaml": { + "used_by": [ + "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "scripts.contributors", + "scripts.docs", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos", + "scripts.translate" + ], + "import_count": 7 + }, + "enum": { + "used_by": [ + "docs_src.path_operation_configuration.tutorial002b_py310", + "docs_src.path_params.tutorial005_py310", + "fastapi.applications", + "fastapi.encoders", + "fastapi.params", + "fastapi.routing", + "fastapi.types", + "fastapi.openapi.models", + "fastapi._compat.v2", + "tests.test_jsonable_encoder", + "tests.test_no_schema_split", + "tests.test_schema_compat_pydantic_v2" + ], + "import_count": 13 + }, + "random": { + "used_by": [ + "docs_src.query_params_str_validations.tutorial015_an_py310", + "scripts.notify_translations" + ], + "import_count": 2 + }, + "jwt": { + "used_by": [ + "docs_src.security.tutorial004_an_py310", + "docs_src.security.tutorial004_py310", + "docs_src.security.tutorial005_an_py310", + "docs_src.security.tutorial005_py310" + ], + "import_count": 8 + }, + "pwdlib": { + "used_by": [ + "docs_src.security.tutorial004_an_py310", + "docs_src.security.tutorial004_py310", + "docs_src.security.tutorial005_an_py310", + "docs_src.security.tutorial005_py310" + ], + "import_count": 4 + }, + "secrets": { + "used_by": [ + "docs_src.security.tutorial007_an_py310", + "docs_src.security.tutorial007_py310", + "scripts.contributors", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos", + "scripts.translate" + ], + "import_count": 7 + }, + "functools": { + "used_by": [ + "docs_src.settings.app02_an_py310.main", + "docs_src.settings.app02_py310.main", + "docs_src.settings.app03_an_py310.main", + "docs_src.settings.app03_py310.main", + "fastapi.routing", + "fastapi.dependencies.models", + "fastapi._compat.v2", + "scripts.translate", + "tests.test_callable_endpoint", + "tests.test_dependency_partial", + "tests.test_dependency_wrapped", + "tests.test_wrapped_method_forward_reference", + "tests.test_ws_router", + "tests.test_tutorial.test_security.test_tutorial005" + ], + "import_count": 15 + }, + "base64": { + "used_by": [ + "docs_src.stream_data.tutorial002_py310", + "fastapi.security.http", + "tests.test_security_http_basic_optional", + "tests.test_security_http_basic_realm", + "tests.test_security_http_basic_realm_description", + "tests.test_tutorial.test_security.test_tutorial006", + "tests.test_tutorial.test_security.test_tutorial007" + ], + "import_count": 7 + }, + "io": { + "used_by": [ + "docs_src.stream_data.tutorial002_py310", + "tests.test_datastructures" + ], + "import_count": 2 + }, + "a2wsgi": { + "used_by": [ + "docs_src.wsgi.tutorial001_py310" + ], + "import_count": 1 + }, + "flask": { + "used_by": [ + "docs_src.wsgi.tutorial001_py310" + ], + "import_count": 2 + }, + "markupsafe": { + "used_by": [ + "docs_src.wsgi.tutorial001_py310" + ], + "import_count": 1 + }, + "annotated_doc": { + "used_by": [ + "fastapi.applications", + "fastapi.background", + "fastapi.datastructures", + "fastapi.encoders", + "fastapi.exceptions", + "fastapi.param_functions", + "fastapi.routing", + "fastapi.sse", + "fastapi.openapi.docs", + "fastapi.security.api_key", + "fastapi.security.http", + "fastapi.security.oauth2", + "fastapi.security.open_id_connect_url" + ], + "import_count": 13 + }, + "typing_extensions": { + "used_by": [ + "fastapi.applications", + "fastapi.background", + "fastapi.params", + "fastapi.param_functions", + "fastapi.responses", + "fastapi.routing", + "fastapi.openapi.models", + "tests.test_dependency_pep695" + ], + "import_count": 9 + }, + "fastapi_cli": { + "used_by": [ + "fastapi.cli" + ], + "import_count": 1 + }, + "decimal": { + "used_by": [ + "fastapi.encoders", + "tests.test_jsonable_encoder", + "tests.test_multi_body_errors" + ], + "import_count": 3 + }, + "ipaddress": { + "used_by": [ + "fastapi.encoders" + ], + "import_count": 6 + }, + "re": { + "used_by": [ + "fastapi.encoders", + "fastapi.utils", + "fastapi._compat.v2", + "scripts.add_latest_release_date", + "scripts.deploy_docs_status", + "scripts.docs", + "scripts.doc_parsing_utils", + "scripts.prepare_release" + ], + "import_count": 8 + }, + "types": { + "used_by": [ + "fastapi.encoders", + "fastapi.routing", + "fastapi.types", + "fastapi._compat.shared", + "tests.test_tutorial.test_cookie_params.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_dependencies.test_tutorial008c", + "tests.test_tutorial.test_dependencies.test_tutorial008d", + "tests.test_tutorial.test_encoder.test_tutorial001", + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "tests.test_tutorial.test_python_types.test_tutorial008b", + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "tests.test_tutorial.test_security.test_tutorial004", + "tests.test_tutorial.test_security.test_tutorial005", + "tests.test_tutorial.test_settings.test_app02", + "tests.test_tutorial.test_settings.test_app03", + "tests.test_tutorial.test_testing.test_main_b", + "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "tests.test_tutorial.test_websockets.test_tutorial003" + ], + "import_count": 19 + }, + "pydantic_core": { + "used_by": [ + "fastapi.encoders", + "fastapi._compat.v2" + ], + "import_count": 5 + }, + "pydantic_extra_types": { + "used_by": [ + "fastapi.encoders" + ], + "import_count": 1 + }, + "logging": { + "used_by": [ + "fastapi.logger", + "scripts.contributors", + "scripts.deploy_docs_status", + "scripts.docs", + "scripts.label_approved", + "scripts.notify_translations", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos" + ], + "import_count": 9 + }, + "warnings": { + "used_by": [ + "fastapi.params", + "fastapi.utils", + "fastapi.openapi.utils", + "fastapi._compat.shared", + "fastapi._compat.v2", + "tests.test_deprecated_responses", + "tests.test_generate_unique_id_function", + "tests.test_include_router_defaults_overrides", + "tests.test_jsonable_encoder", + "tests.test_multipart_installation", + "tests.test_orjson_response_class", + "tests.test_pydantic_v1_error", + "tests.test_tutorial.test_custom_response.test_tutorial001b", + "tests.test_tutorial.test_graphql.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002" + ], + "import_count": 16 + }, + "importlib": { + "used_by": [ + "fastapi.responses", + "tests.utils", + "tests.test_tutorial.test_additional_responses.test_tutorial002", + "tests.test_tutorial.test_additional_responses.test_tutorial004", + "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "tests.test_tutorial.test_background_tasks.test_tutorial002", + "tests.test_tutorial.test_bigger_applications.test_main", + "tests.test_tutorial.test_body.test_tutorial001", + "tests.test_tutorial.test_body.test_tutorial002", + "tests.test_tutorial.test_body.test_tutorial003", + "tests.test_tutorial.test_body.test_tutorial004", + "tests.test_tutorial.test_body_fields.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "tests.test_tutorial.test_body_updates.test_tutorial001", + "tests.test_tutorial.test_body_updates.test_tutorial002", + "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "tests.test_tutorial.test_cookie_params.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "tests.test_tutorial.test_custom_response.test_tutorial001", + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_custom_response.test_tutorial010", + "tests.test_tutorial.test_dataclasses.test_tutorial001", + "tests.test_tutorial.test_dataclasses.test_tutorial002", + "tests.test_tutorial.test_dataclasses.test_tutorial003", + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_dependencies.test_tutorial005", + "tests.test_tutorial.test_dependencies.test_tutorial006", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_dependencies.test_tutorial008b", + "tests.test_tutorial.test_dependencies.test_tutorial008c", + "tests.test_tutorial.test_dependencies.test_tutorial008d", + "tests.test_tutorial.test_dependencies.test_tutorial008e", + "tests.test_tutorial.test_dependencies.test_tutorial011", + "tests.test_tutorial.test_dependencies.test_tutorial012", + "tests.test_tutorial.test_encoder.test_tutorial001", + "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "tests.test_tutorial.test_extra_models.test_tutorial003", + "tests.test_tutorial.test_extra_models.test_tutorial004", + "tests.test_tutorial.test_extra_models.test_tutorial005", + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_generate_clients.test_tutorial001", + "tests.test_tutorial.test_generate_clients.test_tutorial004", + "tests.test_tutorial.test_header_params.test_tutorial001", + "tests.test_tutorial.test_header_params.test_tutorial002", + "tests.test_tutorial.test_header_params.test_tutorial003", + "tests.test_tutorial.test_header_param_models.test_tutorial001", + "tests.test_tutorial.test_header_param_models.test_tutorial002", + "tests.test_tutorial.test_header_param_models.test_tutorial003", + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "tests.test_tutorial.test_python_types.test_tutorial008b", + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "tests.test_tutorial.test_query_params.test_tutorial001", + "tests.test_tutorial.test_query_params.test_tutorial002", + "tests.test_tutorial.test_query_params.test_tutorial003", + "tests.test_tutorial.test_query_params.test_tutorial004", + "tests.test_tutorial.test_query_params.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "tests.test_tutorial.test_query_param_models.test_tutorial001", + "tests.test_tutorial.test_query_param_models.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial001", + "tests.test_tutorial.test_request_files.test_tutorial001_02", + "tests.test_tutorial.test_request_files.test_tutorial001_03", + "tests.test_tutorial.test_request_files.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial003", + "tests.test_tutorial.test_request_forms.test_tutorial001", + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial002", + "tests.test_tutorial.test_response_directly.test_tutorial001", + "tests.test_tutorial.test_response_directly.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "tests.test_tutorial.test_response_model.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial003", + "tests.test_tutorial.test_response_model.test_tutorial003_01", + "tests.test_tutorial.test_response_model.test_tutorial003_04", + "tests.test_tutorial.test_response_model.test_tutorial003_05", + "tests.test_tutorial.test_response_model.test_tutorial004", + "tests.test_tutorial.test_response_model.test_tutorial005", + "tests.test_tutorial.test_response_model.test_tutorial006", + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial001", + "tests.test_tutorial.test_security.test_tutorial002", + "tests.test_tutorial.test_security.test_tutorial003", + "tests.test_tutorial.test_security.test_tutorial004", + "tests.test_tutorial.test_security.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial006", + "tests.test_tutorial.test_security.test_tutorial007", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "tests.test_tutorial.test_settings.test_app01", + "tests.test_tutorial.test_settings.test_app02", + "tests.test_tutorial.test_settings.test_app03", + "tests.test_tutorial.test_settings.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002", + "tests.test_tutorial.test_stream_data.test_tutorial001", + "tests.test_tutorial.test_stream_data.test_tutorial002", + "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "tests.test_tutorial.test_testing.test_main_b", + "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "tests.test_tutorial.test_websockets.test_tutorial002", + "tests.test_tutorial.test_websockets.test_tutorial003" + ], + "import_count": 159 + }, + "email": { + "used_by": [ + "fastapi.routing" + ], + "import_count": 1 + }, + "inspect": { + "used_by": [ + "fastapi.routing", + "fastapi.dependencies.models", + "fastapi.dependencies.utils", + "fastapi.openapi.utils", + "tests.test_dependency_wrapped", + "tests.test_local_docs", + "tests.test_operations_signatures" + ], + "import_count": 9 + }, + "sys": { + "used_by": [ + "fastapi.dependencies.models", + "fastapi.dependencies.utils", + "scripts.add_latest_release_date", + "scripts.notify_translations", + "scripts.tests.test_translation_fixer.conftest", + "tests.test_dependency_wrapped", + "tests.test_fastapi_cli", + "tests.test_pydantic_v1_error", + "tests.utils", + "tests.benchmarks.test_general_performance", + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_settings.test_app01" + ], + "import_count": 13 + }, + "asyncio": { + "used_by": [ + "fastapi.dependencies.models", + "tests.test_dependency_wrapped", + "tests.test_sse", + "tests.test_tutorial.test_dependencies.test_tutorial007", + "tests.test_tutorial.test_path_params.test_tutorial003b" + ], + "import_count": 5 + }, + "copy": { + "used_by": [ + "fastapi.dependencies.utils", + "fastapi.openapi.utils", + "fastapi._compat.v2" + ], + "import_count": 4 + }, + "typing_inspection": { + "used_by": [ + "fastapi.dependencies.utils" + ], + "import_count": 1 + }, + "python_multipart": { + "used_by": [ + "fastapi.dependencies.utils" + ], + "import_count": 1 + }, + "multipart": { + "used_by": [ + "fastapi.dependencies.utils" + ], + "import_count": 2 + }, + "annotationlib": { + "used_by": [ + "fastapi.dependencies.utils" + ], + "import_count": 1 + }, + "email_validator": { + "used_by": [ + "fastapi.openapi.models" + ], + "import_count": 1 + }, + "http": { + "used_by": [ + "fastapi.openapi.utils", + "scripts.docs", + "tests.main", + "tests.test_return_none_stringified_annotations" + ], + "import_count": 5 + }, + "binascii": { + "used_by": [ + "fastapi.security.http" + ], + "import_count": 1 + }, + "subprocess": { + "used_by": [ + "scripts.contributors", + "scripts.docs", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos", + "scripts.translate", + "scripts.playwright.cookie_param_models.image01", + "scripts.playwright.header_param_models.image01", + "scripts.playwright.json_base64_bytes.image01", + "scripts.playwright.query_param_models.image01", + "scripts.playwright.request_form_models.image01", + "scripts.playwright.separate_openapi_schemas.image01", + "scripts.playwright.separate_openapi_schemas.image02", + "scripts.playwright.separate_openapi_schemas.image03", + "scripts.playwright.separate_openapi_schemas.image04", + "scripts.playwright.separate_openapi_schemas.image05", + "scripts.playwright.sql_databases.image01", + "scripts.playwright.sql_databases.image02", + "tests.test_fastapi_cli" + ], + "import_count": 19 + }, + "github": { + "used_by": [ + "scripts.contributors", + "scripts.deploy_docs_status", + "scripts.label_approved", + "scripts.notify_translations", + "scripts.people", + "scripts.sponsors", + "scripts.topic_repos", + "scripts.translate" + ], + "import_count": 10 + }, + "os": { + "used_by": [ + "scripts.docs", + "scripts.translate", + "scripts.translation_fixer", + "scripts.tests.test_translation_fixer.conftest", + "tests.test_fastapi_cli", + "tests.test_tutorial.test_additional_responses.test_tutorial002", + "tests.test_tutorial.test_additional_responses.test_tutorial004", + "tests.test_tutorial.test_background_tasks.test_tutorial001", + "tests.test_tutorial.test_background_tasks.test_tutorial002", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "tests.test_tutorial.test_static_files.test_tutorial001", + "tests.test_tutorial.test_templates.test_tutorial001" + ], + "import_count": 13 + }, + "shutil": { + "used_by": [ + "scripts.docs", + "scripts.tests.test_translation_fixer.conftest", + "tests.test_tutorial.test_additional_responses.test_tutorial002", + "tests.test_tutorial.test_additional_responses.test_tutorial004", + "tests.test_tutorial.test_templates.test_tutorial001" + ], + "import_count": 5 + }, + "html": { + "used_by": [ + "scripts.docs" + ], + "import_count": 1 + }, + "multiprocessing": { + "used_by": [ + "scripts.docs" + ], + "import_count": 1 + }, + "typer": { + "used_by": [ + "scripts.docs", + "scripts.prepare_release", + "scripts.translate", + "scripts.translation_fixer", + "scripts.tests.test_translation_fixer.conftest", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "tests.test_prepare_release" + ], + "import_count": 16 + }, + "jinja2": { + "used_by": [ + "scripts.docs" + ], + "import_count": 1 + }, + "ruff": { + "used_by": [ + "scripts.docs" + ], + "import_count": 1 + }, + "slugify": { + "used_by": [ + "scripts.docs" + ], + "import_count": 1 + }, + "math": { + "used_by": [ + "scripts.people", + "tests.test_jsonable_encoder" + ], + "import_count": 3 + }, + "git": { + "used_by": [ + "scripts.translate" + ], + "import_count": 1 + }, + "doc_parsing_utils": { + "used_by": [ + "scripts.translate" + ], + "import_count": 1 + }, + "pydantic_ai": { + "used_by": [ + "scripts.translate" + ], + "import_count": 1 + }, + "rich": { + "used_by": [ + "scripts.translate" + ], + "import_count": 1 + }, + "playwright": { + "used_by": [ + "scripts.playwright.cookie_param_models.image01", + "scripts.playwright.header_param_models.image01", + "scripts.playwright.json_base64_bytes.image01", + "scripts.playwright.query_param_models.image01", + "scripts.playwright.request_form_models.image01", + "scripts.playwright.separate_openapi_schemas.image01", + "scripts.playwright.separate_openapi_schemas.image02", + "scripts.playwright.separate_openapi_schemas.image03", + "scripts.playwright.separate_openapi_schemas.image04", + "scripts.playwright.separate_openapi_schemas.image05", + "scripts.playwright.sql_databases.image01", + "scripts.playwright.sql_databases.image02" + ], + "import_count": 24 + }, + "inline_snapshot": { + "used_by": [ + "tests.test_additional_properties", + "tests.test_additional_properties_bool", + "tests.test_additional_responses_custom_model_in_callback", + "tests.test_additional_responses_custom_validationerror", + "tests.test_additional_responses_default_validationerror", + "tests.test_additional_responses_response_class", + "tests.test_additional_responses_router", + "tests.test_additional_responses_union_duplicate_anyof", + "tests.test_additional_response_extra", + "tests.test_annotated", + "tests.test_application", + "tests.test_arbitrary_types", + "tests.test_computed_fields", + "tests.test_custom_route_class", + "tests.test_dependency_duplicates", + "tests.test_deprecated_openapi_prefix", + "tests.test_duplicate_models_openapi", + "tests.test_enforce_once_required_parameter", + "tests.test_extra_routes", + "tests.test_filter_pydantic_sub_model_pv2", + "tests.test_forms_single_param", + "tests.test_generate_unique_id_function", + "tests.test_generic_parameterless_depends", + "tests.test_get_model_definitions_formfeed_escape", + "tests.test_get_request_body", + "tests.test_include_router_defaults_overrides", + "tests.test_infer_param_optionality", + "tests.test_multi_body_errors", + "tests.test_multi_query_errors", + "tests.test_no_schema_split", + "tests.test_openapi_examples", + "tests.test_openapi_query_parameter_extension", + "tests.test_openapi_route_extensions", + "tests.test_openapi_separate_input_output_schemas", + "tests.test_openapi_servers", + "tests.test_param_include_in_schema", + "tests.test_param_in_path_and_dependency", + "tests.test_put_no_body", + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "tests.test_regex_deprecated_body", + "tests.test_regex_deprecated_params", + "tests.test_repeated_dependency_schema", + "tests.test_repeated_parameter_alias", + "tests.test_request_body_parameters_media_type", + "tests.test_response_by_alias", + "tests.test_response_class_no_mediatype", + "tests.test_response_code_no_body", + "tests.test_response_model_as_return_annotation", + "tests.test_response_model_sub_types", + "tests.test_response_set_response_code_empty", + "tests.test_schema_compat_pydantic_v2", + "tests.test_schema_extra_examples", + "tests.test_schema_ref_pydantic_v2", + "tests.test_security_api_key_cookie", + "tests.test_security_api_key_cookie_description", + "tests.test_security_api_key_cookie_optional", + "tests.test_security_api_key_header", + "tests.test_security_api_key_header_description", + "tests.test_security_api_key_header_optional", + "tests.test_security_api_key_query", + "tests.test_security_api_key_query_description", + "tests.test_security_api_key_query_optional", + "tests.test_security_http_base", + "tests.test_security_http_base_description", + "tests.test_security_http_base_optional", + "tests.test_security_http_basic_optional", + "tests.test_security_http_basic_realm", + "tests.test_security_http_basic_realm_description", + "tests.test_security_http_bearer", + "tests.test_security_http_bearer_description", + "tests.test_security_http_bearer_optional", + "tests.test_security_http_digest", + "tests.test_security_http_digest_description", + "tests.test_security_http_digest_optional", + "tests.test_security_oauth2", + "tests.test_security_oauth2_authorization_code_bearer", + "tests.test_security_oauth2_authorization_code_bearer_description", + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "tests.test_security_oauth2_optional", + "tests.test_security_oauth2_optional_description", + "tests.test_security_oauth2_password_bearer_optional", + "tests.test_security_oauth2_password_bearer_optional_description", + "tests.test_security_openid_connect", + "tests.test_security_openid_connect_description", + "tests.test_security_openid_connect_optional", + "tests.test_starlette_exception", + "tests.test_stringified_annotation_dependency", + "tests.test_sub_callbacks", + "tests.test_top_level_security_scheme_in_openapi", + "tests.test_tuples", + "tests.test_union_body", + "tests.test_union_body_discriminator", + "tests.test_union_body_discriminator_annotated", + "tests.test_union_forms", + "tests.test_union_inherited_body", + "tests.test_webhooks_security", + "tests.test_modules_same_name_body.test_main", + "tests.test_request_params.test_cookie.test_optional_str", + "tests.test_request_params.test_cookie.test_required_str", + "tests.test_request_params.test_header.test_list", + "tests.test_request_params.test_header.test_optional_list", + "tests.test_request_params.test_header.test_optional_str", + "tests.test_request_params.test_header.test_required_str", + "tests.test_request_params.test_path.test_required_str", + "tests.test_request_params.test_query.test_list", + "tests.test_request_params.test_query.test_optional_list", + "tests.test_request_params.test_query.test_optional_str", + "tests.test_request_params.test_query.test_required_str", + "tests.test_tutorial.test_additional_responses.test_tutorial001", + "tests.test_tutorial.test_additional_responses.test_tutorial002", + "tests.test_tutorial.test_additional_responses.test_tutorial003", + "tests.test_tutorial.test_additional_responses.test_tutorial004", + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "tests.test_tutorial.test_bigger_applications.test_main", + "tests.test_tutorial.test_body.test_tutorial001", + "tests.test_tutorial.test_body.test_tutorial002", + "tests.test_tutorial.test_body.test_tutorial003", + "tests.test_tutorial.test_body.test_tutorial004", + "tests.test_tutorial.test_body_fields.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "tests.test_tutorial.test_body_updates.test_tutorial001", + "tests.test_tutorial.test_body_updates.test_tutorial002", + "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "tests.test_tutorial.test_cookie_params.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "tests.test_tutorial.test_custom_response.test_tutorial001", + "tests.test_tutorial.test_custom_response.test_tutorial001b", + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_custom_response.test_tutorial005", + "tests.test_tutorial.test_custom_response.test_tutorial006", + "tests.test_tutorial.test_custom_response.test_tutorial006b", + "tests.test_tutorial.test_custom_response.test_tutorial006c", + "tests.test_tutorial.test_custom_response.test_tutorial010", + "tests.test_tutorial.test_dataclasses.test_tutorial001", + "tests.test_tutorial.test_dataclasses.test_tutorial002", + "tests.test_tutorial.test_dataclasses.test_tutorial003", + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "tests.test_tutorial.test_dependencies.test_tutorial005", + "tests.test_tutorial.test_dependencies.test_tutorial006", + "tests.test_tutorial.test_dependencies.test_tutorial011", + "tests.test_tutorial.test_dependencies.test_tutorial012", + "tests.test_tutorial.test_encoder.test_tutorial001", + "tests.test_tutorial.test_events.test_tutorial001", + "tests.test_tutorial.test_events.test_tutorial002", + "tests.test_tutorial.test_events.test_tutorial003", + "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "tests.test_tutorial.test_extra_models.test_tutorial003", + "tests.test_tutorial.test_extra_models.test_tutorial004", + "tests.test_tutorial.test_extra_models.test_tutorial005", + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_generate_clients.test_tutorial001", + "tests.test_tutorial.test_generate_clients.test_tutorial002", + "tests.test_tutorial.test_generate_clients.test_tutorial003", + "tests.test_tutorial.test_generate_clients.test_tutorial004", + "tests.test_tutorial.test_graphql.test_tutorial001", + "tests.test_tutorial.test_handling_errors.test_tutorial001", + "tests.test_tutorial.test_handling_errors.test_tutorial002", + "tests.test_tutorial.test_handling_errors.test_tutorial003", + "tests.test_tutorial.test_handling_errors.test_tutorial004", + "tests.test_tutorial.test_handling_errors.test_tutorial005", + "tests.test_tutorial.test_handling_errors.test_tutorial006", + "tests.test_tutorial.test_header_params.test_tutorial001", + "tests.test_tutorial.test_header_params.test_tutorial002", + "tests.test_tutorial.test_header_params.test_tutorial003", + "tests.test_tutorial.test_header_param_models.test_tutorial001", + "tests.test_tutorial.test_header_param_models.test_tutorial002", + "tests.test_tutorial.test_header_param_models.test_tutorial003", + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "tests.test_tutorial.test_metadata.test_tutorial001", + "tests.test_tutorial.test_metadata.test_tutorial001_1", + "tests.test_tutorial.test_metadata.test_tutorial002", + "tests.test_tutorial.test_metadata.test_tutorial003", + "tests.test_tutorial.test_metadata.test_tutorial004", + "tests.test_tutorial.test_middleware.test_tutorial001", + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "tests.test_tutorial.test_path_params.test_tutorial001", + "tests.test_tutorial.test_path_params.test_tutorial002", + "tests.test_tutorial.test_path_params.test_tutorial003", + "tests.test_tutorial.test_path_params.test_tutorial003b", + "tests.test_tutorial.test_path_params.test_tutorial004", + "tests.test_tutorial.test_path_params.test_tutorial005", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "tests.test_tutorial.test_query_params.test_tutorial001", + "tests.test_tutorial.test_query_params.test_tutorial002", + "tests.test_tutorial.test_query_params.test_tutorial003", + "tests.test_tutorial.test_query_params.test_tutorial004", + "tests.test_tutorial.test_query_params.test_tutorial005", + "tests.test_tutorial.test_query_params.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "tests.test_tutorial.test_query_param_models.test_tutorial001", + "tests.test_tutorial.test_query_param_models.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial001", + "tests.test_tutorial.test_request_files.test_tutorial001_02", + "tests.test_tutorial.test_request_files.test_tutorial001_03", + "tests.test_tutorial.test_request_files.test_tutorial002", + "tests.test_tutorial.test_request_files.test_tutorial003", + "tests.test_tutorial.test_request_forms.test_tutorial001", + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial001", + "tests.test_tutorial.test_request_form_models.test_tutorial002", + "tests.test_tutorial.test_response_directly.test_tutorial001", + "tests.test_tutorial.test_response_directly.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "tests.test_tutorial.test_response_model.test_tutorial002", + "tests.test_tutorial.test_response_model.test_tutorial003", + "tests.test_tutorial.test_response_model.test_tutorial003_01", + "tests.test_tutorial.test_response_model.test_tutorial003_02", + "tests.test_tutorial.test_response_model.test_tutorial003_03", + "tests.test_tutorial.test_response_model.test_tutorial003_05", + "tests.test_tutorial.test_response_model.test_tutorial004", + "tests.test_tutorial.test_response_model.test_tutorial005", + "tests.test_tutorial.test_response_model.test_tutorial006", + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial001", + "tests.test_tutorial.test_security.test_tutorial002", + "tests.test_tutorial.test_security.test_tutorial003", + "tests.test_tutorial.test_security.test_tutorial004", + "tests.test_tutorial.test_security.test_tutorial005", + "tests.test_tutorial.test_security.test_tutorial006", + "tests.test_tutorial.test_security.test_tutorial007", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "tests.test_tutorial.test_settings.test_app01", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002", + "tests.test_tutorial.test_static_files.test_tutorial001", + "tests.test_tutorial.test_stream_data.test_tutorial001", + "tests.test_tutorial.test_stream_data.test_tutorial002", + "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "tests.test_tutorial.test_sub_applications.test_tutorial001", + "tests.test_tutorial.test_testing.test_main_a", + "tests.test_tutorial.test_testing.test_tutorial001", + "tests.test_tutorial.test_using_request_directly.test_tutorial001" + ], + "import_count": 303 + }, + "contextvars": { + "used_by": [ + "tests.test_dependency_contextvars", + "tests.test_dependency_yield_scope_websockets" + ], + "import_count": 2 + }, + "unittest": { + "used_by": [ + "tests.test_dump_json_fast_path", + "tests.test_fastapi_cli", + "tests.test_tutorial.test_body.test_tutorial001", + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_dependencies.test_tutorial007", + "tests.test_tutorial.test_dependencies.test_tutorial008", + "tests.test_tutorial.test_dependencies.test_tutorial010", + "tests.test_tutorial.test_generate_clients.test_tutorial004", + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "tests.test_tutorial.test_python_types.test_tutorial006", + "tests.test_tutorial.test_python_types.test_tutorial008", + "tests.test_tutorial.test_python_types.test_tutorial008b", + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "tests.test_tutorial.test_python_types.test_tutorial011", + "tests.test_tutorial.test_security.test_tutorial004" + ], + "import_count": 18 + }, + "dirty_equals": { + "used_by": [ + "tests.test_filter_pydantic_sub_model_pv2", + "tests.test_multi_body_errors", + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "tests.test_request_param_model_by_alias", + "tests.test_schema_compat_pydantic_v2", + "tests.test_union_body_discriminator", + "tests.test_request_params.test_body.test_list", + "tests.test_request_params.test_body.test_required_str", + "tests.test_request_params.test_cookie.test_required_str", + "tests.test_request_params.test_form.test_list", + "tests.test_request_params.test_form.test_required_str", + "tests.test_request_params.test_header.test_list", + "tests.test_request_params.test_header.test_required_str", + "tests.test_request_params.test_query.test_list", + "tests.test_request_params.test_query.test_required_str", + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "tests.test_tutorial.test_header_param_models.test_tutorial001", + "tests.test_tutorial.test_header_param_models.test_tutorial003", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "tests.test_tutorial.test_settings.test_app01", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002" + ], + "import_count": 36 + }, + "sqlalchemy": { + "used_by": [ + "tests.test_orjson_response_class", + "tests.test_tutorial.test_sql_databases.test_tutorial001", + "tests.test_tutorial.test_sql_databases.test_tutorial002" + ], + "import_count": 3 + }, + "__future__": { + "used_by": [ + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "tests.test_stringified_annotations_simple", + "tests.test_stringified_annotation_dependency" + ], + "import_count": 3 + }, + "runpy": { + "used_by": [ + "tests.test_tutorial.test_debugging.test_tutorial001", + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "tests.test_tutorial.test_python_types.test_tutorial011" + ], + "import_count": 3 + }, + "textwrap": { + "used_by": [ + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "docs_src.additional_responses.tutorial001_py310": [], + "docs_src.additional_responses.tutorial002_py310": [], + "docs_src.additional_responses.tutorial003_py310": [], + "docs_src.additional_responses.tutorial004_py310": [], + "docs_src.additional_responses": [], + "docs_src.additional_status_codes.tutorial001_an_py310": [], + "docs_src.additional_status_codes.tutorial001_py310": [], + "docs_src.additional_status_codes": [], + "docs_src.advanced_middleware.tutorial001_py310": [], + "docs_src.advanced_middleware.tutorial002_py310": [], + "docs_src.advanced_middleware.tutorial003_py310": [], + "docs_src.advanced_middleware": [], + "docs_src.app_testing.tutorial001_py310": [], + "docs_src.app_testing.tutorial002_py310": [], + "docs_src.app_testing.tutorial003_py310": [], + "docs_src.app_testing.tutorial004_py310": [ + { + "caller": "docs_src.app_testing.tutorial004_py310.lifespan", + "callee": ".dict.clear", + "lineno": 15, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.app_testing": [], + "docs_src.app_testing.app_a_py310.main": [], + "docs_src.app_testing.app_a_py310.test_main": [], + "docs_src.app_testing.app_a_py310": [], + "docs_src.app_testing.app_b_an_py310.main": [], + "docs_src.app_testing.app_b_an_py310.test_main": [], + "docs_src.app_testing.app_b_an_py310": [], + "docs_src.app_testing.app_b_py310.main": [], + "docs_src.app_testing.app_b_py310.test_main": [], + "docs_src.app_testing.app_b_py310": [], + "docs_src.async_tests": [], + "docs_src.async_tests.app_a_py310.main": [], + "docs_src.async_tests.app_a_py310.test_main": [ + { + "caller": "docs_src.async_tests.app_a_py310.test_main.test_root", + "callee": ".httpx.AsyncClient", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.async_tests.app_a_py310.test_main.test_root", + "callee": ".httpx.ASGITransport", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "docs_src.async_tests.app_a_py310": [], + "docs_src.authentication_error_status_code.tutorial001_an_py310": [ + { + "caller": "docs_src.authentication_error_status_code.tutorial001_an_py310.", + "callee": "docs_src.authentication_error_status_code.tutorial001_an_py310.HTTPBearer403.", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "docs_src.authentication_error_status_code": [], + "docs_src.background_tasks.tutorial001_py310": [], + "docs_src.background_tasks.tutorial002_an_py310": [], + "docs_src.background_tasks.tutorial002_py310": [], + "docs_src.background_tasks": [], + "docs_src.behind_a_proxy.tutorial001_01_py310": [], + "docs_src.behind_a_proxy.tutorial001_py310": [], + "docs_src.behind_a_proxy.tutorial002_py310": [], + "docs_src.behind_a_proxy.tutorial003_py310": [], + "docs_src.behind_a_proxy.tutorial004_py310": [], + "docs_src.behind_a_proxy": [], + "docs_src.bigger_applications": [], + "docs_src.bigger_applications.app_an_py310.dependencies": [], + "docs_src.bigger_applications.app_an_py310.main": [], + "docs_src.bigger_applications.app_an_py310": [], + "docs_src.bigger_applications.app_an_py310.internal.admin": [], + "docs_src.bigger_applications.app_an_py310.internal": [], + "docs_src.bigger_applications.app_an_py310.routers.items": [], + "docs_src.bigger_applications.app_an_py310.routers.users": [], + "docs_src.bigger_applications.app_an_py310.routers": [], + "docs_src.body.tutorial001_py310": [], + "docs_src.body.tutorial002_py310": [], + "docs_src.body.tutorial003_py310": [], + "docs_src.body.tutorial004_py310": [ + { + "caller": "docs_src.body.tutorial004_py310.update_item", + "callee": ".dict.update", + "lineno": 19, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.body": [], + "docs_src.body_fields.tutorial001_an_py310": [ + { + "caller": "docs_src.body_fields.tutorial001_an_py310.", + "callee": ".pydantic.Field", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.body_fields.tutorial001_an_py310.", + "callee": ".pydantic.Field", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "docs_src.body_fields.tutorial001_py310": [ + { + "caller": "docs_src.body_fields.tutorial001_py310.", + "callee": ".pydantic.Field", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.body_fields.tutorial001_py310.", + "callee": ".pydantic.Field", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "docs_src.body_fields": [], + "docs_src.body_multiple_params.tutorial001_an_py310": [ + { + "caller": "docs_src.body_multiple_params.tutorial001_an_py310.update_item", + "callee": ".dict.update", + "lineno": 24, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.body_multiple_params.tutorial001_an_py310.update_item", + "callee": ".dict.update", + "lineno": 26, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.body_multiple_params.tutorial001_py310": [ + { + "caller": "docs_src.body_multiple_params.tutorial001_py310.update_item", + "callee": ".dict.update", + "lineno": 23, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.body_multiple_params.tutorial001_py310.update_item", + "callee": ".dict.update", + "lineno": 25, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.body_multiple_params.tutorial002_py310": [], + "docs_src.body_multiple_params.tutorial003_an_py310": [], + "docs_src.body_multiple_params.tutorial003_py310": [], + "docs_src.body_multiple_params.tutorial004_an_py310": [ + { + "caller": "docs_src.body_multiple_params.tutorial004_an_py310.update_item", + "callee": ".dict.update", + "lineno": 32, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.body_multiple_params.tutorial004_py310": [ + { + "caller": "docs_src.body_multiple_params.tutorial004_py310.update_item", + "callee": ".dict.update", + "lineno": 30, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.body_multiple_params.tutorial005_an_py310": [], + "docs_src.body_multiple_params.tutorial005_py310": [], + "docs_src.body_multiple_params": [], + "docs_src.body_nested_models.tutorial001_py310": [], + "docs_src.body_nested_models.tutorial002_py310": [], + "docs_src.body_nested_models.tutorial003_py310": [], + "docs_src.body_nested_models.tutorial004_py310": [], + "docs_src.body_nested_models.tutorial005_py310": [], + "docs_src.body_nested_models.tutorial006_py310": [], + "docs_src.body_nested_models.tutorial007_py310": [], + "docs_src.body_nested_models.tutorial008_py310": [], + "docs_src.body_nested_models.tutorial009_py310": [], + "docs_src.body_nested_models": [], + "docs_src.body_updates.tutorial001_py310": [ + { + "caller": "docs_src.body_updates.tutorial001_py310.update_item", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 30, + "resolution": "imported_call" + } + ], + "docs_src.body_updates.tutorial002_py310": [ + { + "caller": "docs_src.body_updates.tutorial002_py310.update_item", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 34, + "resolution": "imported_call" + } + ], + "docs_src.body_updates": [], + "docs_src.conditional_openapi.tutorial001_py310": [], + "docs_src.conditional_openapi": [], + "docs_src.configure_swagger_ui.tutorial001_py310": [], + "docs_src.configure_swagger_ui.tutorial002_py310": [], + "docs_src.configure_swagger_ui.tutorial003_py310": [], + "docs_src.configure_swagger_ui": [], + "docs_src.cookie_params.tutorial001_an_py310": [], + "docs_src.cookie_params.tutorial001_py310": [], + "docs_src.cookie_params": [], + "docs_src.cookie_param_models.tutorial001_an_py310": [], + "docs_src.cookie_param_models.tutorial001_py310": [], + "docs_src.cookie_param_models.tutorial002_an_py310": [], + "docs_src.cookie_param_models.tutorial002_py310": [], + "docs_src.cookie_param_models": [], + "docs_src.cors.tutorial001_py310": [], + "docs_src.cors": [], + "docs_src.custom_docs_ui.tutorial001_py310": [ + { + "caller": "docs_src.custom_docs_ui.tutorial001_py310.custom_swagger_ui_html", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "docs_src.custom_docs_ui.tutorial001_py310.swagger_ui_redirect", + "callee": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "docs_src.custom_docs_ui.tutorial001_py310.redoc_html", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 29, + "resolution": "imported_call" + } + ], + "docs_src.custom_docs_ui.tutorial002_py310": [ + { + "caller": "docs_src.custom_docs_ui.tutorial002_py310.custom_swagger_ui_html", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "docs_src.custom_docs_ui.tutorial002_py310.swagger_ui_redirect", + "callee": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "docs_src.custom_docs_ui.tutorial002_py310.redoc_html", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 32, + "resolution": "imported_call" + } + ], + "docs_src.custom_docs_ui": [], + "docs_src.custom_request_and_route.tutorial001_an_py310": [ + { + "caller": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRoute.get_route_handler.custom_route_handler", + "callee": "docs_src.custom_request_and_route.tutorial001_an_py310.GzipRequest.", + "lineno": 24, + "resolution": "same_module_class_call" + } + ], + "docs_src.custom_request_and_route.tutorial001_py310": [ + { + "caller": "docs_src.custom_request_and_route.tutorial001_py310.GzipRoute.get_route_handler.custom_route_handler", + "callee": "docs_src.custom_request_and_route.tutorial001_py310.GzipRequest.", + "lineno": 23, + "resolution": "same_module_class_call" + } + ], + "docs_src.custom_request_and_route.tutorial002_an_py310": [], + "docs_src.custom_request_and_route.tutorial002_py310": [], + "docs_src.custom_request_and_route.tutorial003_py310": [], + "docs_src.custom_request_and_route": [], + "docs_src.custom_response.tutorial001b_py310": [ + { + "caller": "docs_src.custom_response.tutorial001b_py310.read_items", + "callee": "fastapi.responses.ORJSONResponse.", + "lineno": 9, + "resolution": "imported_call" + } + ], + "docs_src.custom_response.tutorial001_py310": [], + "docs_src.custom_response.tutorial002_py310": [], + "docs_src.custom_response.tutorial003_py310": [], + "docs_src.custom_response.tutorial004_py310": [ + { + "caller": "docs_src.custom_response.tutorial004_py310.read_items", + "callee": "docs_src.custom_response.tutorial004_py310.generate_html_response", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "docs_src.custom_response.tutorial005_py310": [], + "docs_src.custom_response.tutorial006b_py310": [], + "docs_src.custom_response.tutorial006c_py310": [], + "docs_src.custom_response.tutorial006_py310": [], + "docs_src.custom_response.tutorial007_py310": [ + { + "caller": "docs_src.custom_response.tutorial007_py310.main", + "callee": "docs_src.custom_response.tutorial007_py310.fake_video_streamer", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "docs_src.custom_response.tutorial008_py310": [ + { + "caller": "docs_src.custom_response.tutorial008_py310.main", + "callee": "docs_src.custom_response.tutorial008_py310.main.iterfile", + "lineno": 14, + "resolution": "nested_function_call" + } + ], + "docs_src.custom_response.tutorial009b_py310": [], + "docs_src.custom_response.tutorial009c_py310": [], + "docs_src.custom_response.tutorial009_py310": [], + "docs_src.custom_response.tutorial010_py310": [], + "docs_src.custom_response": [], + "docs_src.dataclasses_.tutorial001_py310": [], + "docs_src.dataclasses_.tutorial002_py310": [ + { + "caller": "docs_src.dataclasses_.tutorial002_py310.", + "callee": ".dataclasses.field", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "docs_src.dataclasses_.tutorial003_py310": [ + { + "caller": "docs_src.dataclasses_.tutorial003_py310.", + "callee": ".dataclasses.field", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "docs_src.dataclasses_": [], + "docs_src.debugging.tutorial001_py310": [], + "docs_src.debugging": [], + "docs_src.dependencies.tutorial001_02_an_py310": [], + "docs_src.dependencies.tutorial001_an_py310": [], + "docs_src.dependencies.tutorial001_py310": [], + "docs_src.dependencies.tutorial002_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial002_an_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial002_an_py310.read_items", + "callee": ".dict.update", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial002_py310": [ + { + "caller": "docs_src.dependencies.tutorial002_py310.read_items", + "callee": ".dict.update", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial002_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial003_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial003_an_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial003_an_py310.read_items", + "callee": ".dict.update", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial003_py310": [ + { + "caller": "docs_src.dependencies.tutorial003_py310.read_items", + "callee": ".dict.update", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial003_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial004_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial004_an_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial004_an_py310.read_items", + "callee": ".dict.update", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial004_py310": [ + { + "caller": "docs_src.dependencies.tutorial004_py310.read_items", + "callee": ".dict.update", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.dependencies.tutorial004_py310.read_items", + "callee": ".dict.update", + "lineno": 22, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.dependencies.tutorial005_an_py310": [], + "docs_src.dependencies.tutorial005_py310": [], + "docs_src.dependencies.tutorial006_an_py310": [], + "docs_src.dependencies.tutorial006_py310": [], + "docs_src.dependencies.tutorial007_py310": [], + "docs_src.dependencies.tutorial008b_an_py310": [], + "docs_src.dependencies.tutorial008b_py310": [], + "docs_src.dependencies.tutorial008c_an_py310": [], + "docs_src.dependencies.tutorial008c_py310": [], + "docs_src.dependencies.tutorial008d_an_py310": [], + "docs_src.dependencies.tutorial008d_py310": [], + "docs_src.dependencies.tutorial008e_an_py310": [], + "docs_src.dependencies.tutorial008e_py310": [], + "docs_src.dependencies.tutorial008_an_py310": [], + "docs_src.dependencies.tutorial008_py310": [], + "docs_src.dependencies.tutorial010_py310": [ + { + "caller": "docs_src.dependencies.tutorial010_py310.get_db", + "callee": "docs_src.dependencies.tutorial010_py310.MySuperContextManager.__init__", + "lineno": 13, + "resolution": "same_module_class_call" + } + ], + "docs_src.dependencies.tutorial011_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial011_an_py310.", + "callee": "docs_src.dependencies.tutorial011_an_py310.FixedContentQueryChecker.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "docs_src.dependencies.tutorial011_py310": [ + { + "caller": "docs_src.dependencies.tutorial011_py310.", + "callee": "docs_src.dependencies.tutorial011_py310.FixedContentQueryChecker.__init__", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "docs_src.dependencies.tutorial012_an_py310": [], + "docs_src.dependencies.tutorial012_py310": [], + "docs_src.dependencies.tutorial013_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial013_an_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial013_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial013_an_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial013_an_py310.generate", + "callee": "docs_src.dependencies.tutorial013_an_py310.generate_stream", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "docs_src.dependencies.tutorial014_an_py310": [ + { + "caller": "docs_src.dependencies.tutorial014_an_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial014_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial014_an_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.dependencies.tutorial014_an_py310.generate", + "callee": "docs_src.dependencies.tutorial014_an_py310.generate_stream", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "docs_src.dependencies": [], + "docs_src.dependency_testing.tutorial001_an_py310": [], + "docs_src.dependency_testing.tutorial001_py310": [], + "docs_src.dependency_testing": [], + "docs_src.encoder.tutorial001_py310": [ + { + "caller": "docs_src.encoder.tutorial001_py310.update_item", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 21, + "resolution": "imported_call" + } + ], + "docs_src.encoder": [], + "docs_src.events.tutorial001_py310": [], + "docs_src.events.tutorial002_py310": [], + "docs_src.events.tutorial003_py310": [ + { + "caller": "docs_src.events.tutorial003_py310.lifespan", + "callee": ".dict.clear", + "lineno": 19, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.events": [], + "docs_src.extending_openapi.tutorial001_py310": [ + { + "caller": "docs_src.extending_openapi.tutorial001_py310.custom_openapi", + "callee": "fastapi.openapi.utils.get_openapi", + "lineno": 15, + "resolution": "imported_call" + } + ], + "docs_src.extending_openapi": [], + "docs_src.extra_data_types.tutorial001_an_py310": [], + "docs_src.extra_data_types.tutorial001_py310": [], + "docs_src.extra_data_types": [], + "docs_src.extra_models.tutorial001_py310": [ + { + "caller": "docs_src.extra_models.tutorial001_py310.fake_save_user", + "callee": "docs_src.extra_models.tutorial001_py310.fake_password_hasher", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.extra_models.tutorial001_py310.create_user", + "callee": "docs_src.extra_models.tutorial001_py310.fake_save_user", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "docs_src.extra_models.tutorial002_py310": [ + { + "caller": "docs_src.extra_models.tutorial002_py310.fake_save_user", + "callee": "docs_src.extra_models.tutorial002_py310.fake_password_hasher", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.extra_models.tutorial002_py310.create_user", + "callee": "docs_src.extra_models.tutorial002_py310.fake_save_user", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "docs_src.extra_models.tutorial003_py310": [], + "docs_src.extra_models.tutorial004_py310": [], + "docs_src.extra_models.tutorial005_py310": [], + "docs_src.extra_models": [], + "docs_src.first_steps.tutorial001_py310": [], + "docs_src.first_steps.tutorial003_py310": [], + "docs_src.first_steps": [], + "docs_src.generate_clients.tutorial001_py310": [], + "docs_src.generate_clients.tutorial002_py310": [], + "docs_src.generate_clients.tutorial003_py310": [], + "docs_src.generate_clients.tutorial004_py310": [ + { + "caller": "docs_src.generate_clients.tutorial004_py310.", + "callee": ".pathlib.Path", + "lineno": 4, + "resolution": "external_constructor_call" + } + ], + "docs_src.generate_clients": [], + "docs_src.graphql_.tutorial001_py310": [ + { + "caller": "docs_src.graphql_.tutorial001_py310.", + "callee": ".strawberry.fastapi.GraphQLRouter", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "docs_src.graphql_": [], + "docs_src.handling_errors.tutorial001_py310": [], + "docs_src.handling_errors.tutorial002_py310": [], + "docs_src.handling_errors.tutorial003_py310": [ + { + "caller": "docs_src.handling_errors.tutorial003_py310.read_unicorn", + "callee": "docs_src.handling_errors.tutorial003_py310.UnicornException.__init__", + "lineno": 24, + "resolution": "same_module_class_call" + } + ], + "docs_src.handling_errors.tutorial004_py310": [ + { + "caller": "docs_src.handling_errors.tutorial004_py310.read_item", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "docs_src.handling_errors.tutorial005_py310": [ + { + "caller": "docs_src.handling_errors.tutorial005_py310.validation_exception_handler", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 14, + "resolution": "imported_call" + } + ], + "docs_src.handling_errors.tutorial006_py310": [ + { + "caller": "docs_src.handling_errors.tutorial006_py310.custom_http_exception_handler", + "callee": "fastapi.exception_handlers.http_exception_handler", + "lineno": 15, + "resolution": "imported_call" + }, + { + "caller": "docs_src.handling_errors.tutorial006_py310.validation_exception_handler", + "callee": "fastapi.exception_handlers.request_validation_exception_handler", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "docs_src.handling_errors.tutorial006_py310.read_item", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "docs_src.handling_errors": [], + "docs_src.header_params.tutorial001_an_py310": [], + "docs_src.header_params.tutorial001_py310": [], + "docs_src.header_params.tutorial002_an_py310": [], + "docs_src.header_params.tutorial002_py310": [], + "docs_src.header_params.tutorial003_an_py310": [], + "docs_src.header_params.tutorial003_py310": [], + "docs_src.header_params": [], + "docs_src.header_param_models.tutorial001_an_py310": [], + "docs_src.header_param_models.tutorial001_py310": [], + "docs_src.header_param_models.tutorial002_an_py310": [], + "docs_src.header_param_models.tutorial002_py310": [], + "docs_src.header_param_models.tutorial003_an_py310": [], + "docs_src.header_param_models.tutorial003_py310": [], + "docs_src.header_param_models": [], + "docs_src.json_base64_bytes.tutorial001_py310": [], + "docs_src.json_base64_bytes": [], + "docs_src.metadata.tutorial001_1_py310": [], + "docs_src.metadata.tutorial001_py310": [], + "docs_src.metadata.tutorial002_py310": [], + "docs_src.metadata.tutorial003_py310": [], + "docs_src.metadata.tutorial004_py310": [], + "docs_src.metadata": [], + "docs_src.middleware.tutorial001_py310": [], + "docs_src.middleware": [], + "docs_src.openapi_callbacks.tutorial001_py310": [], + "docs_src.openapi_callbacks": [], + "docs_src.openapi_webhooks.tutorial001_py310": [], + "docs_src.openapi_webhooks": [], + "docs_src.path_operation_advanced_configuration.tutorial001_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial002_py310": [ + { + "caller": "docs_src.path_operation_advanced_configuration.tutorial002_py310.", + "callee": "docs_src.path_operation_advanced_configuration.tutorial002_py310.use_route_names_as_operation_ids", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "docs_src.path_operation_advanced_configuration.tutorial003_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial004_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial005_py310": [], + "docs_src.path_operation_advanced_configuration.tutorial006_py310": [ + { + "caller": "docs_src.path_operation_advanced_configuration.tutorial006_py310.create_item", + "callee": "docs_src.path_operation_advanced_configuration.tutorial006_py310.magic_data_reader", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "docs_src.path_operation_advanced_configuration.tutorial007_py310": [], + "docs_src.path_operation_advanced_configuration": [], + "docs_src.path_operation_configuration.tutorial001_py310": [], + "docs_src.path_operation_configuration.tutorial002b_py310": [], + "docs_src.path_operation_configuration.tutorial002_py310": [], + "docs_src.path_operation_configuration.tutorial003_py310": [], + "docs_src.path_operation_configuration.tutorial004_py310": [], + "docs_src.path_operation_configuration.tutorial005_py310": [], + "docs_src.path_operation_configuration.tutorial006_py310": [], + "docs_src.path_operation_configuration": [], + "docs_src.path_params.tutorial001_py310": [], + "docs_src.path_params.tutorial002_py310": [], + "docs_src.path_params.tutorial003b_py310": [], + "docs_src.path_params.tutorial003_py310": [], + "docs_src.path_params.tutorial004_py310": [], + "docs_src.path_params.tutorial005_py310": [], + "docs_src.path_params": [], + "docs_src.path_params_numeric_validations.tutorial001_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial001_an_py310.read_items", + "callee": ".dict.update", + "lineno": 15, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial001_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial001_py310.read_items", + "callee": ".dict.update", + "lineno": 13, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial002_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial002_an_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial002_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial002_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial003_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial003_an_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial003_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial003_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial004_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial004_an_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial004_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial004_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial005_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial005_an_py310.read_items", + "callee": ".dict.update", + "lineno": 15, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial005_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial005_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial006_an_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial006_an_py310.read_items", + "callee": ".dict.update", + "lineno": 17, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.path_params_numeric_validations.tutorial006_an_py310.read_items", + "callee": ".dict.update", + "lineno": 19, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations.tutorial006_py310": [ + { + "caller": "docs_src.path_params_numeric_validations.tutorial006_py310.read_items", + "callee": ".dict.update", + "lineno": 15, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.path_params_numeric_validations.tutorial006_py310.read_items", + "callee": ".dict.update", + "lineno": 17, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.path_params_numeric_validations": [], + "docs_src.pydantic_v1_in_v2.tutorial001_an_py310": [], + "docs_src.pydantic_v1_in_v2.tutorial002_an_py310": [], + "docs_src.pydantic_v1_in_v2.tutorial003_an_py310": [], + "docs_src.pydantic_v1_in_v2.tutorial004_an_py310": [], + "docs_src.pydantic_v1_in_v2": [], + "docs_src.python_types.tutorial001_py310": [ + { + "caller": "docs_src.python_types.tutorial001_py310.", + "callee": "docs_src.python_types.tutorial001_py310.get_full_name", + "lineno": 6, + "resolution": "direct_name_call" + } + ], + "docs_src.python_types.tutorial002_py310": [ + { + "caller": "docs_src.python_types.tutorial002_py310.", + "callee": "docs_src.python_types.tutorial002_py310.get_full_name", + "lineno": 6, + "resolution": "direct_name_call" + } + ], + "docs_src.python_types.tutorial003_py310": [], + "docs_src.python_types.tutorial004_py310": [], + "docs_src.python_types.tutorial005_py310": [], + "docs_src.python_types.tutorial006_py310": [], + "docs_src.python_types.tutorial007_py310": [], + "docs_src.python_types.tutorial008b_py310": [], + "docs_src.python_types.tutorial008_py310": [], + "docs_src.python_types.tutorial009_py310": [], + "docs_src.python_types.tutorial010_py310": [], + "docs_src.python_types.tutorial011_py310": [], + "docs_src.python_types.tutorial013_py310": [], + "docs_src.python_types": [], + "docs_src.query_params.tutorial001_py310": [], + "docs_src.query_params.tutorial002_py310": [], + "docs_src.query_params.tutorial003_py310": [ + { + "caller": "docs_src.query_params.tutorial003_py310.read_item", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.query_params.tutorial003_py310.read_item", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params.tutorial004_py310": [ + { + "caller": "docs_src.query_params.tutorial004_py310.read_user_item", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.query_params.tutorial004_py310.read_user_item", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params.tutorial005_py310": [], + "docs_src.query_params.tutorial006_py310": [], + "docs_src.query_params": [], + "docs_src.query_params_str_validations.tutorial001_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial001_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial002_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial002_an_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial002_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial002_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial003_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial003_an_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial003_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial003_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial004_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial004_an_py310.read_items", + "callee": ".dict.update", + "lineno": 16, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial004_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial004_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial005_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial005_an_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial005_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial005_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial006c_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial006c_an_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial006c_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial006c_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial006_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial006_an_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial006_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial006_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial007_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial007_an_py310.read_items", + "callee": ".dict.update", + "lineno": 14, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial007_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial007_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial008_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial008_an_py310.read_items", + "callee": ".dict.update", + "lineno": 21, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial008_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial008_py310.read_items", + "callee": ".dict.update", + "lineno": 17, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial009_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial009_an_py310.read_items", + "callee": ".dict.update", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial009_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial009_py310.read_items", + "callee": ".dict.update", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial010_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial010_an_py310.read_items", + "callee": ".dict.update", + "lineno": 25, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial010_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial010_py310.read_items", + "callee": ".dict.update", + "lineno": 21, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations.tutorial011_an_py310": [], + "docs_src.query_params_str_validations.tutorial011_py310": [], + "docs_src.query_params_str_validations.tutorial012_an_py310": [], + "docs_src.query_params_str_validations.tutorial012_py310": [], + "docs_src.query_params_str_validations.tutorial013_an_py310": [], + "docs_src.query_params_str_validations.tutorial013_py310": [], + "docs_src.query_params_str_validations.tutorial014_an_py310": [], + "docs_src.query_params_str_validations.tutorial014_py310": [], + "docs_src.query_params_str_validations.tutorial015_an_py310": [ + { + "caller": "docs_src.query_params_str_validations.tutorial015_an_py310.read_items", + "callee": ".pydantic.AfterValidator", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.query_params_str_validations.tutorial015_an_py310.read_items", + "callee": ".dict.get", + "lineno": 27, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.query_params_str_validations.tutorial015_an_py310.read_items", + "callee": ".dict.items", + "lineno": 29, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.query_params_str_validations": [], + "docs_src.query_param_models.tutorial001_an_py310": [ + { + "caller": "docs_src.query_param_models.tutorial001_an_py310.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.query_param_models.tutorial001_an_py310.", + "callee": ".pydantic.Field", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "docs_src.query_param_models.tutorial001_py310": [ + { + "caller": "docs_src.query_param_models.tutorial001_py310.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.query_param_models.tutorial001_py310.", + "callee": ".pydantic.Field", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "docs_src.query_param_models.tutorial002_an_py310": [ + { + "caller": "docs_src.query_param_models.tutorial002_an_py310.", + "callee": ".pydantic.Field", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.query_param_models.tutorial002_an_py310.", + "callee": ".pydantic.Field", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "docs_src.query_param_models.tutorial002_py310": [ + { + "caller": "docs_src.query_param_models.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.query_param_models.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "docs_src.query_param_models": [], + "docs_src.request_files.tutorial001_02_an_py310": [], + "docs_src.request_files.tutorial001_02_py310": [], + "docs_src.request_files.tutorial001_03_an_py310": [], + "docs_src.request_files.tutorial001_03_py310": [], + "docs_src.request_files.tutorial001_an_py310": [], + "docs_src.request_files.tutorial001_py310": [], + "docs_src.request_files.tutorial002_an_py310": [], + "docs_src.request_files.tutorial002_py310": [], + "docs_src.request_files.tutorial003_an_py310": [], + "docs_src.request_files.tutorial003_py310": [], + "docs_src.request_files": [], + "docs_src.request_forms.tutorial001_an_py310": [], + "docs_src.request_forms.tutorial001_py310": [], + "docs_src.request_forms": [], + "docs_src.request_forms_and_files.tutorial001_an_py310": [], + "docs_src.request_forms_and_files.tutorial001_py310": [], + "docs_src.request_forms_and_files": [], + "docs_src.request_form_models.tutorial001_an_py310": [], + "docs_src.request_form_models.tutorial001_py310": [], + "docs_src.request_form_models.tutorial002_an_py310": [], + "docs_src.request_form_models.tutorial002_py310": [], + "docs_src.request_form_models": [], + "docs_src.response_change_status_code.tutorial001_py310": [], + "docs_src.response_change_status_code": [], + "docs_src.response_cookies.tutorial001_py310": [], + "docs_src.response_cookies.tutorial002_py310": [], + "docs_src.response_cookies": [], + "docs_src.response_directly.tutorial001_py310": [ + { + "caller": "docs_src.response_directly.tutorial001_py310.update_item", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 20, + "resolution": "imported_call" + } + ], + "docs_src.response_directly.tutorial002_py310": [], + "docs_src.response_directly": [], + "docs_src.response_headers.tutorial001_py310": [], + "docs_src.response_headers.tutorial002_py310": [], + "docs_src.response_headers": [], + "docs_src.response_model.tutorial001_01_py310": [], + "docs_src.response_model.tutorial001_py310": [], + "docs_src.response_model.tutorial002_py310": [], + "docs_src.response_model.tutorial003_01_py310": [], + "docs_src.response_model.tutorial003_02_py310": [], + "docs_src.response_model.tutorial003_03_py310": [], + "docs_src.response_model.tutorial003_04_py310": [], + "docs_src.response_model.tutorial003_05_py310": [], + "docs_src.response_model.tutorial003_py310": [], + "docs_src.response_model.tutorial004_py310": [], + "docs_src.response_model.tutorial005_py310": [], + "docs_src.response_model.tutorial006_py310": [], + "docs_src.response_model": [], + "docs_src.response_status_code.tutorial001_py310": [], + "docs_src.response_status_code.tutorial002_py310": [], + "docs_src.response_status_code": [], + "docs_src.schema_extra_example.tutorial001_py310": [], + "docs_src.schema_extra_example.tutorial002_py310": [ + { + "caller": "docs_src.schema_extra_example.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.schema_extra_example.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.schema_extra_example.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.schema_extra_example.tutorial002_py310.", + "callee": ".pydantic.Field", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "docs_src.schema_extra_example.tutorial003_an_py310": [], + "docs_src.schema_extra_example.tutorial003_py310": [], + "docs_src.schema_extra_example.tutorial004_an_py310": [], + "docs_src.schema_extra_example.tutorial004_py310": [], + "docs_src.schema_extra_example.tutorial005_an_py310": [], + "docs_src.schema_extra_example.tutorial005_py310": [], + "docs_src.schema_extra_example": [], + "docs_src.security.tutorial001_an_py310": [], + "docs_src.security.tutorial001_py310": [], + "docs_src.security.tutorial002_an_py310": [ + { + "caller": "docs_src.security.tutorial002_an_py310.get_current_user", + "callee": "docs_src.security.tutorial002_an_py310.fake_decode_token", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial002_py310": [ + { + "caller": "docs_src.security.tutorial002_py310.get_current_user", + "callee": "docs_src.security.tutorial002_py310.fake_decode_token", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial003_an_py310": [ + { + "caller": "docs_src.security.tutorial003_an_py310.fake_decode_token", + "callee": "docs_src.security.tutorial003_an_py310.get_user", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial003_an_py310.get_current_user", + "callee": "docs_src.security.tutorial003_an_py310.fake_decode_token", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial003_an_py310.login", + "callee": ".dict.get", + "lineno": 79, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.security.tutorial003_an_py310.login", + "callee": "docs_src.security.tutorial003_an_py310.fake_hash_password", + "lineno": 83, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial003_py310": [ + { + "caller": "docs_src.security.tutorial003_py310.fake_decode_token", + "callee": "docs_src.security.tutorial003_py310.get_user", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial003_py310.get_current_user", + "callee": "docs_src.security.tutorial003_py310.fake_decode_token", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial003_py310.login", + "callee": ".dict.get", + "lineno": 75, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.security.tutorial003_py310.login", + "callee": "docs_src.security.tutorial003_py310.fake_hash_password", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial004_an_py310": [ + { + "caller": "docs_src.security.tutorial004_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_an_py310.get_user", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_an_py310.verify_password", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_an_py310.verify_password", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.create_access_token", + "callee": ".datetime.timedelta", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.get_current_user", + "callee": "docs_src.security.tutorial004_an_py310.get_user", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.login_for_access_token", + "callee": "docs_src.security.tutorial004_an_py310.authenticate_user", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.login_for_access_token", + "callee": ".datetime.timedelta", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial004_an_py310.login_for_access_token", + "callee": "docs_src.security.tutorial004_an_py310.create_access_token", + "lineno": 133, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial004_py310": [ + { + "caller": "docs_src.security.tutorial004_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_py310.get_user", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_py310.verify_password", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.authenticate_user", + "callee": "docs_src.security.tutorial004_py310.verify_password", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.create_access_token", + "callee": ".datetime.timedelta", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.get_current_user", + "callee": "docs_src.security.tutorial004_py310.get_user", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.login_for_access_token", + "callee": "docs_src.security.tutorial004_py310.authenticate_user", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.login_for_access_token", + "callee": ".datetime.timedelta", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial004_py310.login_for_access_token", + "callee": "docs_src.security.tutorial004_py310.create_access_token", + "lineno": 130, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial005_an_py310": [ + { + "caller": "docs_src.security.tutorial005_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_an_py310.get_user", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_an_py310.verify_password", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_an_py310.verify_password", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.create_access_token", + "callee": ".datetime.timedelta", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.get_current_user", + "callee": "docs_src.security.tutorial005_an_py310.get_user", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.login_for_access_token", + "callee": "docs_src.security.tutorial005_an_py310.authenticate_user", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.login_for_access_token", + "callee": ".datetime.timedelta", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial005_an_py310.login_for_access_token", + "callee": "docs_src.security.tutorial005_an_py310.create_access_token", + "lineno": 159, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial005_py310": [ + { + "caller": "docs_src.security.tutorial005_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_py310.get_user", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_py310.verify_password", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.authenticate_user", + "callee": "docs_src.security.tutorial005_py310.verify_password", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.create_access_token", + "callee": ".datetime.timedelta", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.get_current_user", + "callee": "docs_src.security.tutorial005_py310.get_user", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.login_for_access_token", + "callee": "docs_src.security.tutorial005_py310.authenticate_user", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.login_for_access_token", + "callee": ".datetime.timedelta", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.security.tutorial005_py310.login_for_access_token", + "callee": "docs_src.security.tutorial005_py310.create_access_token", + "lineno": 158, + "resolution": "direct_name_call" + } + ], + "docs_src.security.tutorial006_an_py310": [], + "docs_src.security.tutorial006_py310": [], + "docs_src.security.tutorial007_an_py310": [], + "docs_src.security.tutorial007_py310": [], + "docs_src.security": [], + "docs_src.separate_openapi_schemas.tutorial001_py310": [], + "docs_src.separate_openapi_schemas.tutorial002_py310": [], + "docs_src.separate_openapi_schemas": [], + "docs_src.server_sent_events.tutorial001_py310": [], + "docs_src.server_sent_events.tutorial002_py310": [ + { + "caller": "docs_src.server_sent_events.tutorial002_py310.stream_items", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "docs_src.server_sent_events.tutorial002_py310.stream_items", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 26, + "resolution": "imported_call" + } + ], + "docs_src.server_sent_events.tutorial003_py310": [ + { + "caller": "docs_src.server_sent_events.tutorial003_py310.stream_logs", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 17, + "resolution": "imported_call" + } + ], + "docs_src.server_sent_events.tutorial004_py310": [ + { + "caller": "docs_src.server_sent_events.tutorial004_py310.stream_items", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 31, + "resolution": "imported_call" + } + ], + "docs_src.server_sent_events.tutorial005_py310": [ + { + "caller": "docs_src.server_sent_events.tutorial005_py310.stream_chat", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "docs_src.server_sent_events.tutorial005_py310.stream_chat", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 19, + "resolution": "imported_call" + } + ], + "docs_src.server_sent_events": [], + "docs_src.settings.tutorial001_py310": [], + "docs_src.settings": [], + "docs_src.settings.app01_py310.config": [], + "docs_src.settings.app01_py310.main": [], + "docs_src.settings.app01_py310": [], + "docs_src.settings.app02_an_py310.config": [], + "docs_src.settings.app02_an_py310.main": [ + { + "caller": "docs_src.settings.app02_an_py310.main.get_settings", + "callee": ".docs_src.settings.app02_an_py310.config.Settings", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app02_an_py310.test_main": [ + { + "caller": "docs_src.settings.app02_an_py310.test_main.get_settings_override", + "callee": ".docs_src.settings.app02_an_py310.config.Settings", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app02_an_py310": [], + "docs_src.settings.app02_py310.config": [], + "docs_src.settings.app02_py310.main": [ + { + "caller": "docs_src.settings.app02_py310.main.get_settings", + "callee": ".docs_src.settings.app02_py310.config.Settings", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app02_py310.test_main": [ + { + "caller": "docs_src.settings.app02_py310.test_main.get_settings_override", + "callee": ".docs_src.settings.app02_py310.config.Settings", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app02_py310": [], + "docs_src.settings.app03_an_py310.config": [ + { + "caller": "docs_src.settings.app03_an_py310.config.", + "callee": ".pydantic_settings.SettingsConfigDict", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app03_an_py310.main": [], + "docs_src.settings.app03_an_py310": [], + "docs_src.settings.app03_py310.config": [ + { + "caller": "docs_src.settings.app03_py310.config.", + "callee": ".pydantic_settings.SettingsConfigDict", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "docs_src.settings.app03_py310.main": [], + "docs_src.settings.app03_py310": [], + "docs_src.sql_databases.tutorial001_an_py310": [ + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.on_startup", + "callee": "docs_src.sql_databases.tutorial001_an_py310.create_db_and_tables", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_an_py310.read_heroes", + "callee": ".sqlmodel.select", + "lineno": 54, + "resolution": "external_constructor_call" + } + ], + "docs_src.sql_databases.tutorial001_py310": [ + { + "caller": "docs_src.sql_databases.tutorial001_py310.", + "callee": ".sqlmodel.Field", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.", + "callee": ".sqlmodel.Field", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.", + "callee": ".sqlmodel.Field", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.on_startup", + "callee": "docs_src.sql_databases.tutorial001_py310.create_db_and_tables", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.sql_databases.tutorial001_py310.read_heroes", + "callee": ".sqlmodel.select", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "docs_src.sql_databases.tutorial002_an_py310": [ + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.", + "callee": ".sqlmodel.Field", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.on_startup", + "callee": "docs_src.sql_databases.tutorial002_an_py310.create_db_and_tables", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_an_py310.read_heroes", + "callee": ".sqlmodel.select", + "lineno": 71, + "resolution": "external_constructor_call" + } + ], + "docs_src.sql_databases.tutorial002_py310": [ + { + "caller": "docs_src.sql_databases.tutorial002_py310.", + "callee": ".sqlmodel.Field", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.", + "callee": ".sqlmodel.Field", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.", + "callee": ".sqlmodel.Field", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.", + "callee": ".sqlmodel.create_engine", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.get_session", + "callee": ".sqlmodel.Session", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.on_startup", + "callee": "docs_src.sql_databases.tutorial002_py310.create_db_and_tables", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.sql_databases.tutorial002_py310.read_heroes", + "callee": ".sqlmodel.select", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "docs_src.sql_databases": [], + "docs_src.static_files.tutorial001_py310": [], + "docs_src.static_files": [], + "docs_src.stream_data.tutorial001_py310": [ + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story", + "callee": ".str.splitlines", + "lineno": 22, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_async", + "callee": ".str.splitlines", + "lineno": 28, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_annotation", + "callee": ".str.splitlines", + "lineno": 34, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_no_annotation", + "callee": ".str.splitlines", + "lineno": 40, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_bytes", + "callee": ".str.splitlines", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_bytes", + "callee": ".str.splitlines", + "lineno": 52, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_annotation_bytes", + "callee": ".str.splitlines", + "lineno": 58, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs_src.stream_data.tutorial001_py310.stream_story_no_async_no_annotation_bytes", + "callee": ".str.splitlines", + "lineno": 64, + "resolution": "local_builtin_method_call" + } + ], + "docs_src.stream_data.tutorial002_py310": [ + { + "caller": "docs_src.stream_data.tutorial002_py310.read_image", + "callee": ".io.BytesIO", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.stream_data.tutorial002_py310.stream_image", + "callee": "docs_src.stream_data.tutorial002_py310.read_image", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.stream_data.tutorial002_py310.stream_image_no_async", + "callee": "docs_src.stream_data.tutorial002_py310.read_image", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.stream_data.tutorial002_py310.stream_image_no_async_yield_from", + "callee": "docs_src.stream_data.tutorial002_py310.read_image", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.stream_data.tutorial002_py310.stream_image_no_annotation", + "callee": "docs_src.stream_data.tutorial002_py310.read_image", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "docs_src.stream_data.tutorial002_py310.stream_image_no_async_no_annotation", + "callee": "docs_src.stream_data.tutorial002_py310.read_image", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "docs_src.stream_data": [], + "docs_src.stream_json_lines.tutorial001_py310": [], + "docs_src.stream_json_lines": [], + "docs_src.strict_content_type.tutorial001_py310": [], + "docs_src.strict_content_type": [], + "docs_src.sub_applications.tutorial001_py310": [], + "docs_src.sub_applications": [], + "docs_src.templates.tutorial001_py310": [], + "docs_src.templates": [], + "docs_src.templates.static": [], + "docs_src.templates.templates": [], + "docs_src.using_request_directly.tutorial001_py310": [], + "docs_src.using_request_directly": [], + "docs_src.websockets_.tutorial001_py310": [], + "docs_src.websockets_.tutorial002_an_py310": [], + "docs_src.websockets_.tutorial002_py310": [], + "docs_src.websockets_.tutorial003_py310": [ + { + "caller": "docs_src.websockets_.tutorial003_py310.", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.connect", + "lineno": 73, + "resolution": "local_typed_method_call" + }, + { + "caller": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.send_personal_message", + "lineno": 77, + "resolution": "local_typed_method_call" + }, + { + "caller": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.broadcast", + "lineno": 78, + "resolution": "local_typed_method_call" + }, + { + "caller": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.disconnect", + "lineno": 80, + "resolution": "local_typed_method_call" + }, + { + "caller": "docs_src.websockets_.tutorial003_py310.websocket_endpoint", + "callee": "docs_src.websockets_.tutorial003_py310.ConnectionManager.broadcast", + "lineno": 81, + "resolution": "local_typed_method_call" + } + ], + "docs_src.websockets_": [], + "docs_src.wsgi.tutorial001_py310": [ + { + "caller": "docs_src.wsgi.tutorial001_py310.", + "callee": ".flask.Flask", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.wsgi.tutorial001_py310.flask_main", + "callee": ".markupsafe.escape", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "docs_src.wsgi.tutorial001_py310.", + "callee": ".a2wsgi.WSGIMiddleware", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "docs_src.wsgi": [], + "fastapi.applications": [ + { + "caller": "fastapi.applications.", + "callee": ".typing.TypeVar", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 354, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 374, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 399, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 423, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 471, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 503, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 515, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 540, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 559, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 592, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 626, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 631, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 641, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 661, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 681, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 697, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 710, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 726, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 740, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 754, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 766, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 781, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 815, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 841, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 371, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 778, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 864, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 894, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 937, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": "fastapi.routing.APIRouter.__init__", + "lineno": 946, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 950, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".starlette.datastructures.State", + "lineno": 964, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 967, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": "fastapi.routing.APIRouter.__init__", + "lineno": 982, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.applications.FastAPI.__init__", + "callee": "fastapi.applications.FastAPI.setup", + "lineno": 1016, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.applications.FastAPI.build_middleware_stack", + "callee": ".starlette.middleware.Middleware", + "lineno": 1032, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.build_middleware_stack", + "callee": ".starlette.middleware.Middleware", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.build_middleware_stack", + "callee": ".starlette.middleware.Middleware", + "lineno": 1059, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.openapi", + "callee": "fastapi.openapi.utils.get_openapi", + "lineno": 1083, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.setup.openapi", + "callee": "fastapi.applications.FastAPI.setup.openapi", + "lineno": 1106, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.applications.FastAPI.setup.openapi", + "callee": ".starlette.responses.JSONResponse", + "lineno": 1114, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.setup.swagger_ui_html", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 1125, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.setup.swagger_ui_redirect", + "callee": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "lineno": 1138, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.setup.redoc_html", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 1150, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1166, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1184, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1187, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1222, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1240, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1243, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1297, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1305, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1314, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.websocket.decorator", + "callee": "fastapi.applications.FastAPI.add_api_websocket_route", + "lineno": 1348, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1360, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1362, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1365, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1379, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1407, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1423, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1448, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1474, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1502, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1518, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": "fastapi.datastructures.Default", + "lineno": 1499, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.include_router", + "callee": "fastapi.datastructures.Default", + "lineno": 1530, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1567, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1578, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1612, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1625, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1638, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1650, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1663, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1681, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1691, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1701, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1711, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1731, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1743, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1755, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1767, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1785, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1802, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1819, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1832, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1845, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1853, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1869, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": ".annotated_doc.Doc", + "lineno": 1881, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": "fastapi.datastructures.Default", + "lineno": 1609, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": "fastapi.datastructures.Default", + "lineno": 1842, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.get", + "callee": "fastapi.datastructures.Default", + "lineno": 1893, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 1940, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 1951, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 1985, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 1998, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2011, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2023, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2036, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2054, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2064, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2074, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2084, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2104, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2116, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2128, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2158, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2175, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2192, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2205, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2218, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2226, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2242, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": ".annotated_doc.Doc", + "lineno": 2254, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": "fastapi.datastructures.Default", + "lineno": 1982, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": "fastapi.datastructures.Default", + "lineno": 2215, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.put", + "callee": "fastapi.datastructures.Default", + "lineno": 2266, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2318, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2329, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2363, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2376, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2389, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2401, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2414, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2432, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2442, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2452, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2462, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2482, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2494, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2506, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2518, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2536, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2553, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2570, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2583, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2596, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2604, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2620, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": ".annotated_doc.Doc", + "lineno": 2632, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2360, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2593, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2644, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2696, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2707, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2741, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2754, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2767, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2779, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2792, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2810, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2820, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2830, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2840, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2860, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2872, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2884, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2896, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2914, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2931, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2948, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2961, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2974, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2982, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2998, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3010, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 2738, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 2971, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 3022, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3069, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3080, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3114, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3127, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3152, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3165, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3183, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3193, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3203, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3213, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3233, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3245, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3257, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3269, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3287, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3304, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3321, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3334, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3347, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3355, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3371, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": ".annotated_doc.Doc", + "lineno": 3383, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3111, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3344, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3395, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3442, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3453, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3487, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3500, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3513, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3525, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3538, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3556, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3566, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3576, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3586, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3606, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3618, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3630, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3642, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3660, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3677, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3694, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3707, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3720, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3728, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3744, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": ".annotated_doc.Doc", + "lineno": 3756, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": "fastapi.datastructures.Default", + "lineno": 3484, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": "fastapi.datastructures.Default", + "lineno": 3717, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.head", + "callee": "fastapi.datastructures.Default", + "lineno": 3768, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3815, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3826, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3860, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3873, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3886, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3898, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3911, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3929, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3939, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3949, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3959, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3979, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 3991, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4003, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4015, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4033, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4050, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4067, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4080, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4093, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4101, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4117, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4129, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 3857, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 4090, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 4141, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4193, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4204, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4238, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4251, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4264, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4276, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4289, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4307, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4317, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4327, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4337, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4357, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4369, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4381, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4393, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4411, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4428, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4445, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4458, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4471, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4479, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4495, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4507, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4235, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4468, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4519, + "resolution": "imported_call" + }, + { + "caller": "fastapi.applications.FastAPI.on_event", + "callee": ".annotated_doc.Doc", + "lineno": 4583, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.on_event", + "callee": ".typing_extensions.deprecated", + "lineno": 4571, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.middleware", + "callee": ".annotated_doc.Doc", + "lineno": 4604, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.applications.FastAPI.exception_handler", + "callee": ".annotated_doc.Doc", + "lineno": 4650, + "resolution": "external_constructor_call" + } + ], + "fastapi.background": [ + { + "caller": "fastapi.background.", + "callee": ".typing_extensions.ParamSpec", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.background.BackgroundTasks.add_task", + "callee": ".annotated_doc.Doc", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "fastapi.cli": [], + "fastapi.concurrency": [ + { + "caller": "fastapi.concurrency.", + "callee": ".typing.TypeVar", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.concurrency.contextmanager_in_threadpool", + "callee": ".anyio.CapacityLimiter", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.concurrency.contextmanager_in_threadpool", + "callee": ".starlette.concurrency.run_in_threadpool", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "fastapi.datastructures": [ + { + "caller": "fastapi.datastructures.", + "callee": ".annotated_doc.Doc", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": ".annotated_doc.Doc", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": ".annotated_doc.Doc", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": ".annotated_doc.Doc", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": ".annotated_doc.Doc", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.UploadFile.write", + "callee": ".annotated_doc.Doc", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.UploadFile.read", + "callee": ".annotated_doc.Doc", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.UploadFile.seek", + "callee": ".annotated_doc.Doc", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.UploadFile._validate", + "callee": ".typing.cast", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": ".typing.TypeVar", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.datastructures.Default", + "callee": "fastapi.datastructures.DefaultPlaceholder.__init__", + "lineno": 181, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi.datastructures.", + "callee": "fastapi.datastructures.Default", + "lineno": 186, + "resolution": "direct_name_call" + } + ], + "fastapi.encoders": [ + { + "caller": "fastapi.encoders.generate_encoders_by_class_tuples", + "callee": ".collections.defaultdict", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.", + "callee": "fastapi.encoders.generate_encoders_by_class_tuples", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".annotated_doc.Doc", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 253, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": ".list.append", + "lineno": 319, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 320, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.encoders.jsonable_encoder", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 354, + "resolution": "direct_name_call" + } + ], + "fastapi.exceptions": [ + { + "caller": "fastapi.exceptions.HTTPException.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.HTTPException.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.HTTPException.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.WebSocketException.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.WebSocketException.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.", + "callee": ".pydantic.create_model", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.", + "callee": ".pydantic.create_model", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exceptions.ValidationException.__str__", + "callee": "fastapi.exceptions.ValidationException._format_endpoint_context", + "lineno": 208, + "resolution": "self_method_call" + } + ], + "fastapi.exception_handlers": [ + { + "caller": "fastapi.exception_handlers.http_exception_handler", + "callee": "fastapi.utils.is_body_allowed_for_status_code", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "fastapi.exception_handlers.http_exception_handler", + "callee": ".starlette.responses.Response", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exception_handlers.http_exception_handler", + "callee": ".starlette.responses.JSONResponse", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exception_handlers.request_validation_exception_handler", + "callee": ".starlette.responses.JSONResponse", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.exception_handlers.request_validation_exception_handler", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "fastapi.exception_handlers.websocket_request_validation_exception_handler", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 33, + "resolution": "imported_call" + } + ], + "fastapi.logger": [], + "fastapi.params": [ + { + "caller": "fastapi.params.Param.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Param.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Path.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Path.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Query.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Query.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 258, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Header.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 328, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Header.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Cookie.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 411, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Cookie.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 424, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Body.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 493, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Body.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 506, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Form.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 604, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.Form.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 617, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.File.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 686, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.File.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 699, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.", + "callee": ".dataclasses.dataclass", + "lineno": 745, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.params.", + "callee": ".dataclasses.dataclass", + "lineno": 752, + "resolution": "external_constructor_call" + } + ], + "fastapi.param_functions": [ + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".typing_extensions.deprecated", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".typing_extensions.deprecated", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".annotated_doc.Doc", + "lineno": 291, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": ".typing_extensions.deprecated", + "lineno": 296, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Path", + "callee": "fastapi.params.Path.__init__", + "lineno": 324, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 383, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 398, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 415, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 425, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 436, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 459, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 471, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 482, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 494, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 505, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 527, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".typing_extensions.deprecated", + "lineno": 532, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 538, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 546, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 554, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 562, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 570, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 578, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 586, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".typing_extensions.deprecated", + "lineno": 597, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 604, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 621, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 634, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 648, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".annotated_doc.Doc", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": ".typing_extensions.deprecated", + "lineno": 661, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Query", + "callee": "fastapi.params.Query.__init__", + "lineno": 668, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 704, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 713, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 724, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 736, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 744, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 753, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 763, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 774, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 782, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 790, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 799, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 808, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 816, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 825, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 833, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 841, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 849, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".typing_extensions.deprecated", + "lineno": 854, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 860, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 868, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 876, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 884, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 892, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 900, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 908, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".typing_extensions.deprecated", + "lineno": 919, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 926, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 943, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 953, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 964, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".annotated_doc.Doc", + "lineno": 972, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": ".typing_extensions.deprecated", + "lineno": 977, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Header", + "callee": "fastapi.params.Header.__init__", + "lineno": 984, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1021, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1030, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1041, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1053, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1061, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1070, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1080, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1088, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1096, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1105, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1114, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1122, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1131, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1139, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1147, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1155, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".typing_extensions.deprecated", + "lineno": 1160, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1166, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1174, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1182, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1190, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1198, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1206, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1214, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".typing_extensions.deprecated", + "lineno": 1225, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1232, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1249, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1259, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1270, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".annotated_doc.Doc", + "lineno": 1278, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": ".typing_extensions.deprecated", + "lineno": 1283, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Cookie", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 1290, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1326, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1335, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1346, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1360, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1369, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1381, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1389, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1398, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1408, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1416, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1424, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1433, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1442, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1450, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1459, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1467, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1475, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1483, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".typing_extensions.deprecated", + "lineno": 1488, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1494, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1502, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1510, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1518, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1526, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1534, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1542, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".typing_extensions.deprecated", + "lineno": 1553, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1560, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1577, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1587, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1598, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".annotated_doc.Doc", + "lineno": 1606, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": ".typing_extensions.deprecated", + "lineno": 1611, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Body", + "callee": "fastapi.params.Body.__init__", + "lineno": 1618, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1656, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1665, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1676, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1685, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1697, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1705, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1714, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1724, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1732, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1740, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1749, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1758, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1766, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1775, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1783, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1791, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1799, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".typing_extensions.deprecated", + "lineno": 1804, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1810, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1818, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1826, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1834, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1842, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1850, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1858, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".typing_extensions.deprecated", + "lineno": 1869, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1876, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1893, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1903, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1914, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".annotated_doc.Doc", + "lineno": 1922, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": ".typing_extensions.deprecated", + "lineno": 1927, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Form", + "callee": "fastapi.params.Form.__init__", + "lineno": 1934, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 1971, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 1980, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 1991, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2000, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2012, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2020, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2029, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2039, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2047, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2055, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2064, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2073, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2081, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2090, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2098, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2106, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2114, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".typing_extensions.deprecated", + "lineno": 2119, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2125, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2133, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2141, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2149, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2157, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2165, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2173, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".typing_extensions.deprecated", + "lineno": 2184, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2191, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2208, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2218, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2229, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".annotated_doc.Doc", + "lineno": 2237, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": ".typing_extensions.deprecated", + "lineno": 2242, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.File", + "callee": "fastapi.params.File.__init__", + "lineno": 2249, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.param_functions.Depends", + "callee": ".annotated_doc.Doc", + "lineno": 2286, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Depends", + "callee": ".annotated_doc.Doc", + "lineno": 2301, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Depends", + "callee": ".annotated_doc.Doc", + "lineno": 2318, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Security", + "callee": ".annotated_doc.Doc", + "lineno": 2375, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Security", + "callee": ".annotated_doc.Doc", + "lineno": 2390, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.param_functions.Security", + "callee": ".annotated_doc.Doc", + "lineno": 2409, + "resolution": "external_constructor_call" + } + ], + "fastapi.requests": [], + "fastapi.responses": [ + { + "caller": "fastapi.responses.", + "callee": ".typing.cast", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.responses.", + "callee": ".typing.cast", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.responses.", + "callee": ".typing_extensions.deprecated", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.responses.", + "callee": ".typing_extensions.deprecated", + "lineno": 69, + "resolution": "external_constructor_call" + } + ], + "fastapi.routing": [ + { + "caller": "fastapi.routing.request_response", + "callee": ".starlette._utils.is_async_callable", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.request_response.app", + "callee": ".starlette.requests.Request", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.request_response.app.app", + "callee": ".contextlib.AsyncExitStack", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.request_response.app.app", + "callee": ".contextlib.AsyncExitStack", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.request_response.app", + "callee": ".starlette._exception_handler.wrap_app_handling_exceptions", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.websocket_session.app", + "callee": ".starlette.websockets.WebSocket", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.websocket_session.app.app", + "callee": ".contextlib.AsyncExitStack", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.websocket_session.app.app", + "callee": ".contextlib.AsyncExitStack", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.websocket_session.app", + "callee": ".starlette._exception_handler.wrap_app_handling_exceptions", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.", + "callee": ".typing.TypeVar", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing._wrap_gen_lifespan_context.wrapper", + "callee": "fastapi.routing._AsyncLiftContextManager.__init__", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi.routing.serialize_response", + "callee": ".starlette.concurrency.run_in_threadpool", + "lineno": 295, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.serialize_response", + "callee": "fastapi.exceptions.ResponseValidationError.__init__", + "lineno": 300, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.serialize_response", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 317, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.run_endpoint_function", + "callee": ".starlette.concurrency.run_in_threadpool", + "lineno": 330, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler", + "callee": "fastapi.datastructures.Default", + "lineno": 355, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler", + "callee": "fastapi.datastructures.Default", + "lineno": 365, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing._extract_endpoint_context", + "lineno": 391, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.exceptions.RequestValidationError.__init__", + "lineno": 428, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.dependencies.utils.solve_dependencies", + "lineno": 457, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".typing.cast", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_data", + "callee": "fastapi.exceptions.ResponseValidationError.__init__", + "lineno": 478, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_data", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 493, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 512, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "callee": "fastapi.sse.format_sse_event", + "lineno": 515, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "callee": "fastapi.sse.format_sse_event", + "lineno": 525, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "callee": "fastapi.routing.get_request_handler.app._serialize_data", + "lineno": 526, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".starlette.concurrency.iterate_in_threadpool", + "lineno": 532, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._sse_producer_cm._producer", + "callee": "fastapi.routing.get_request_handler.app._serialize_sse_item", + "lineno": 559, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.get_request_handler.app._sse_producer_cm", + "lineno": 591, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.get_request_handler.app._sse_with_checkpoints", + "lineno": 608, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".starlette.responses.StreamingResponse", + "lineno": 611, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._serialize_item", + "callee": "fastapi.routing.get_request_handler.app._serialize_data", + "lineno": 625, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._async_stream_jsonl", + "callee": "fastapi.routing.get_request_handler.app._serialize_item", + "lineno": 631, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.get_request_handler.app._async_stream_jsonl", + "lineno": 637, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app._sync_stream_jsonl", + "callee": "fastapi.routing.get_request_handler.app._serialize_item", + "lineno": 643, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.get_request_handler.app._sync_stream_jsonl", + "lineno": 645, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".starlette.responses.StreamingResponse", + "lineno": 647, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.get_request_handler.app._async_stream_raw", + "lineno": 667, + "resolution": "nested_function_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing._build_response_args", + "lineno": 668, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.run_endpoint_function", + "lineno": 674, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing._build_response_args", + "lineno": 684, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.routing.serialize_response", + "lineno": 695, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": ".starlette.responses.Response", + "lineno": 709, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.utils.is_body_allowed_for_status_code", + "lineno": 716, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_request_handler.app", + "callee": "fastapi.exceptions.RequestValidationError.__init__", + "lineno": 720, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_websocket_app.app", + "callee": "fastapi.routing._extract_endpoint_context", + "lineno": 739, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.get_websocket_app.app", + "callee": "fastapi.dependencies.utils.solve_dependencies", + "lineno": 751, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.get_websocket_app.app", + "callee": "fastapi.exceptions.WebSocketRequestValidationError.__init__", + "lineno": 759, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": ".starlette.routing.get_name", + "lineno": 781, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": ".starlette.routing.compile_path", + "lineno": 783, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.dependencies.utils.get_dependant", + "lineno": 784, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.dependencies.utils.get_parameterless_sub_dependant", + "lineno": 790, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 792, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.dependencies.utils._should_embed_body_fields", + "lineno": 793, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.routing.websocket_session", + "lineno": 796, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIWebSocketRoute.__init__", + "callee": "fastapi.routing.get_websocket_app", + "lineno": 797, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 817, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 836, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 841, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 842, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_typed_return_annotation", + "lineno": 848, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_stream_item_type", + "lineno": 852, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": ".starlette.routing.get_name", + "lineno": 888, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": ".starlette.routing.compile_path", + "lineno": 889, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.utils.is_body_allowed_for_status_code", + "lineno": 905, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.utils.create_model_field", + "lineno": 909, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.utils.create_model_field", + "lineno": 918, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.utils.is_body_allowed_for_status_code", + "lineno": 935, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.utils.create_model_field", + "lineno": 939, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_dependant", + "lineno": 949, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_parameterless_sub_dependant", + "lineno": 955, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 957, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils._should_embed_body_fields", + "lineno": 958, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.dependencies.utils.get_body_field", + "lineno": 961, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.routing.request_response", + "lineno": 976, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIRoute.__init__", + "callee": "fastapi.routing.APIRoute.get_route_handler", + "lineno": 976, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRoute.get_route_handler", + "callee": "fastapi.routing.get_request_handler", + "lineno": 979, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1038, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1052, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1064, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1075, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1091, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1105, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".typing_extensions.deprecated", + "lineno": 1115, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1127, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1136, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1145, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1156, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1167, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1179, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1194, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1206, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1219, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1233, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 1248, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 1072, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 1245, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": "fastapi.datastructures.Default", + "lineno": 1268, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": "fastapi.routing._DefaultLifespan.__init__", + "lineno": 1273, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": ".contextlib.asynccontextmanager", + "lineno": 1275, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.__init__", + "callee": "fastapi.routing._wrap_gen_lifespan_context", + "lineno": 1277, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1341, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1359, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1365, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1366, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1371, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1383, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_route", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1413, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1423, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1441, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.api_route", + "callee": "fastapi.datastructures.Default", + "lineno": 1445, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.api_route.decorator", + "callee": "fastapi.routing.APIRouter.add_api_route", + "lineno": 1450, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.add_api_websocket_route", + "callee": "fastapi.routing.APIWebSocketRoute.__init__", + "lineno": 1493, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi.routing.APIRouter.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1506, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1514, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.websocket", + "callee": ".annotated_doc.Doc", + "lineno": 1523, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.websocket.decorator", + "callee": "fastapi.routing.APIRouter.add_api_websocket_route", + "lineno": 1562, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1580, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1582, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1585, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1599, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1611, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1622, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1638, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1652, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1665, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".annotated_doc.Doc", + "lineno": 1676, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.datastructures.Default", + "lineno": 1619, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.datastructures.Default", + "lineno": 1688, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1735, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1743, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1745, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1753, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1755, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1756, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.routing.APIRouter.add_api_route", + "lineno": 1762, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.utils.get_value_or_default", + "lineno": 1791, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1809, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": ".list.extend", + "lineno": 1811, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.routing.APIRouter.add_api_websocket_route", + "lineno": 1812, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.routing.APIRouter.add_event_handler", + "lineno": 1823, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.routing.APIRouter.add_event_handler", + "lineno": 1825, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.include_router", + "callee": "fastapi.routing._merge_lifespan_context", + "lineno": 1826, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1835, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1846, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1880, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1893, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1906, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1918, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1931, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1949, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1959, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1969, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1979, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 1999, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2011, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2023, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2035, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2053, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2070, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2087, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2100, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2113, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2121, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2137, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": ".annotated_doc.Doc", + "lineno": 2149, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": "fastapi.datastructures.Default", + "lineno": 1877, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": "fastapi.datastructures.Default", + "lineno": 2110, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": "fastapi.datastructures.Default", + "lineno": 2161, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.get", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 2181, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2212, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2223, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2257, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2270, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2283, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2295, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2308, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2326, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2336, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2346, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2356, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2376, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2388, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2400, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2412, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2430, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2447, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2464, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2477, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2490, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2498, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2514, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": ".annotated_doc.Doc", + "lineno": 2526, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": "fastapi.datastructures.Default", + "lineno": 2254, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": "fastapi.datastructures.Default", + "lineno": 2487, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": "fastapi.datastructures.Default", + "lineno": 2538, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.put", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 2563, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2594, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2605, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2639, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2652, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2665, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2677, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2690, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2708, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2718, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2728, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2738, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2758, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2770, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2782, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2794, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2812, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2829, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2846, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2859, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2872, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2880, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2896, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": ".annotated_doc.Doc", + "lineno": 2908, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2636, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2869, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": "fastapi.datastructures.Default", + "lineno": 2920, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.post", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 2945, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2976, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 2987, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3021, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3034, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3047, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3059, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3072, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3090, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3100, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3110, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3120, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3152, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3164, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3176, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3194, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3211, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3228, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3241, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3254, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3262, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3278, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": ".annotated_doc.Doc", + "lineno": 3290, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 3018, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 3251, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": "fastapi.datastructures.Default", + "lineno": 3302, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.delete", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 3322, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3353, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3364, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3398, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3411, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3424, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3436, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3449, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3467, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3477, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3487, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3497, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3517, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3529, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3541, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3553, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3571, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3588, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3605, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3618, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3631, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3639, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3655, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": ".annotated_doc.Doc", + "lineno": 3667, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3395, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3628, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": "fastapi.datastructures.Default", + "lineno": 3679, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.options", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 3699, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3730, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3741, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3775, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3788, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3801, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3813, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3826, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3844, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3854, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3864, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3874, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3894, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3906, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3918, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3930, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3948, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3965, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3982, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 3995, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 4008, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 4016, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 4032, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": ".annotated_doc.Doc", + "lineno": 4044, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": "fastapi.datastructures.Default", + "lineno": 3772, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": "fastapi.datastructures.Default", + "lineno": 4005, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": "fastapi.datastructures.Default", + "lineno": 4056, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.head", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 4081, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4112, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4123, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4157, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4170, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4183, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4195, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4208, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4226, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4236, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4246, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4256, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4276, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4288, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4300, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4312, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4330, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4347, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4364, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4377, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4390, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4398, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4414, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": ".annotated_doc.Doc", + "lineno": 4426, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 4154, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 4387, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": "fastapi.datastructures.Default", + "lineno": 4438, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.patch", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 4463, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4494, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4505, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4539, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4552, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4565, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4577, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4590, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4608, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4618, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4628, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4638, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4658, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4670, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4682, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4694, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4712, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4729, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4746, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4759, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4772, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4780, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4796, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": ".annotated_doc.Doc", + "lineno": 4808, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4536, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4769, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": "fastapi.datastructures.Default", + "lineno": 4820, + "resolution": "imported_call" + }, + { + "caller": "fastapi.routing.APIRouter.trace", + "callee": "fastapi.routing.APIRouter.api_route", + "lineno": 4845, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter._startup", + "callee": ".starlette._utils.is_async_callable", + "lineno": 4883, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter._shutdown", + "callee": ".starlette._utils.is_async_callable", + "lineno": 4899, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.on_event", + "callee": ".annotated_doc.Doc", + "lineno": 4936, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.routing.APIRouter.on_event.decorator", + "callee": "fastapi.routing.APIRouter.add_event_handler", + "lineno": 4953, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.routing.APIRouter.on_event", + "callee": ".typing_extensions.deprecated", + "lineno": 4924, + "resolution": "external_constructor_call" + } + ], + "fastapi.sse": [ + { + "caller": "fastapi.sse._check_event_single_line", + "callee": "fastapi.sse._check_single_line", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.sse._check_id_valid", + "callee": "fastapi.sse._check_single_line", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".pydantic.AfterValidator", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".pydantic.AfterValidator", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".pydantic.Field", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.", + "callee": ".annotated_doc.Doc", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.ServerSentEvent._check_data_exclusive", + "callee": ".pydantic.model_validator", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.format_sse_event", + "callee": ".annotated_doc.Doc", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.format_sse_event", + "callee": ".annotated_doc.Doc", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.format_sse_event", + "callee": ".annotated_doc.Doc", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.format_sse_event", + "callee": ".annotated_doc.Doc", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.sse.format_sse_event", + "callee": ".annotated_doc.Doc", + "lineno": 195, + "resolution": "external_constructor_call" + } + ], + "fastapi.staticfiles": [], + "fastapi.templating": [], + "fastapi.testclient": [], + "fastapi.types": [ + { + "caller": "fastapi.types.", + "callee": ".typing.TypeVar", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "fastapi.utils": [ + { + "caller": "fastapi.utils.create_model_field", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.utils.create_model_field", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 73, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.utils.create_model_field", + "callee": ".str.format", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.utils.deep_dict_update", + "callee": "fastapi.utils.deep_dict_update", + "lineno": 110, + "resolution": "direct_name_call" + } + ], + "fastapi.websockets": [], + "fastapi": [], + "fastapi.__main__": [ + { + "caller": "fastapi.__main__.", + "callee": "fastapi.cli.main", + "lineno": 3, + "resolution": "imported_call" + } + ], + "fastapi.dependencies.models": [ + { + "caller": "fastapi.dependencies.models._unwrapped_call", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.", + "callee": ".dataclasses.field", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant._is_security_scheme", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant._security_scheme", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_async_gen_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._impartial", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.models.Dependant.is_coroutine_callable", + "callee": "fastapi.dependencies.models._unwrapped_call", + "lineno": 183, + "resolution": "direct_name_call" + } + ], + "fastapi.dependencies.utils": [ + { + "caller": "fastapi.dependencies.utils.get_parameterless_sub_dependant", + "callee": "fastapi.dependencies.utils.get_dependant", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_dependant", + "callee": ".list.append", + "lineno": 147, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_dependant", + "callee": "fastapi.dependencies.models.Dependant.", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_dependant", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_params", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_params", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_params", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_params", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_flat_params", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_typed_signature", + "callee": "fastapi.dependencies.utils._get_signature", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_typed_signature", + "callee": "fastapi.dependencies.utils.get_typed_annotation", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_typed_annotation", + "callee": ".typing.ForwardRef", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.get_typed_return_annotation", + "callee": "fastapi.dependencies.utils._get_signature", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_typed_return_annotation", + "callee": "fastapi.dependencies.utils.get_typed_annotation", + "lineno": 263, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_stream_item_type", + "callee": ".typing.get_origin", + "lineno": 277, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.get_stream_item_type", + "callee": ".typing.get_args", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.models.Dependant.", + "lineno": 296, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.utils.get_path_param_names", + "lineno": 306, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.utils.get_typed_signature", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.utils.analyze_param", + "lineno": 311, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.utils.get_dependant", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.utils.add_non_field_param_to_dependency", + "lineno": 345, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_dependant", + "callee": "fastapi.dependencies.utils.add_param_to_fields", + "lineno": 358, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": ".typing_inspection.typing_objects.is_typealiastype", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": ".typing.get_origin", + "lineno": 411, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": ".typing.get_args", + "lineno": 412, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": ".copy.copy", + "lineno": 482, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.params.Path.__init__", + "lineno": 509, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.params.File.__init__", + "lineno": 513, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.params.Body.__init__", + "lineno": 515, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.params.Query.__init__", + "lineno": 517, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.dependencies.utils.ensure_multipart_is_installed", + "lineno": 535, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.analyze_param", + "callee": "fastapi.utils.create_model_field", + "lineno": 541, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils._solve_generator", + "callee": "fastapi.concurrency.contextmanager_in_threadpool", + "lineno": 585, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils._solve_generator", + "callee": ".contextlib.contextmanager", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": ".starlette.responses.Response", + "lineno": 623, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": ".typing.cast", + "lineno": 629, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.get_dependant", + "lineno": 641, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.solve_dependencies", + "lineno": 649, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils._solve_generator", + "lineno": 672, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": ".starlette.concurrency.run_in_threadpool", + "lineno": 680, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.request_params_to_args", + "lineno": 685, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.request_params_to_args", + "lineno": 688, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.request_params_to_args", + "lineno": 691, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.request_params_to_args", + "lineno": 694, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.dependencies.utils.request_body_to_args", + "lineno": 706, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": ".starlette.background.BackgroundTasks", + "lineno": 721, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.solve_dependencies", + "callee": "fastapi.security.oauth2.SecurityScopes.__init__", + "lineno": 726, + "resolution": "imported_call" + }, + { + "caller": "fastapi.dependencies.utils._validate_value_with_model_field", + "callee": ".copy.deepcopy", + "lineno": 745, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils._get_multidict_value", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 756, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils._get_multidict_value", + "callee": "fastapi.dependencies.utils._is_json_field", + "lineno": 758, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils._get_multidict_value", + "callee": ".copy.deepcopy", + "lineno": 780, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 822, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils._get_multidict_value", + "lineno": 825, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 827, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 828, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 832, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils._validate_value_with_model_field", + "lineno": 851, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils._get_multidict_value", + "lineno": 857, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 862, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_params_to_args", + "callee": "fastapi.dependencies.utils._validate_value_with_model_field", + "lineno": 863, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.is_union_of_base_models", + "callee": ".typing.get_origin", + "lineno": 877, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils.is_union_of_base_models", + "callee": ".typing.get_args", + "lineno": 883, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.dependencies.utils._should_embed_body_fields", + "callee": "fastapi.dependencies.utils.is_union_of_base_models", + "lineno": 910, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils._extract_form_body", + "callee": "fastapi.dependencies.utils._get_multidict_value", + "lineno": 923, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils._extract_form_body", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 943, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils._extract_form_body", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 944, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_body_to_args", + "callee": "fastapi.dependencies.utils._extract_form_body", + "lineno": 977, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_body_to_args", + "callee": "fastapi.dependencies.utils._validate_value_with_model_field", + "lineno": 981, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_body_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 986, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_body_to_args", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 990, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.request_body_to_args", + "callee": "fastapi.dependencies.utils._validate_value_with_model_field", + "lineno": 995, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.dependencies.utils.get_body_field", + "callee": "fastapi.utils.create_model_field", + "lineno": 1050, + "resolution": "imported_call" + } + ], + "fastapi.dependencies": [], + "fastapi.middleware.asyncexitstack": [ + { + "caller": "fastapi.middleware.asyncexitstack.AsyncExitStackMiddleware.__call__", + "callee": ".contextlib.AsyncExitStack", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "fastapi.middleware.cors": [], + "fastapi.middleware.gzip": [], + "fastapi.middleware.httpsredirect": [], + "fastapi.middleware.trustedhost": [], + "fastapi.middleware.wsgi": [], + "fastapi.middleware": [], + "fastapi.openapi.constants": [], + "fastapi.openapi.docs": [ + { + "caller": "fastapi.openapi.docs.", + "callee": ".annotated_doc.Doc", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".annotated_doc.Doc", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": "fastapi.openapi.docs._html_safe_json", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": "fastapi.openapi.docs._html_safe_json", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 172, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": "fastapi.openapi.docs._html_safe_json", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 186, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_html", + "callee": ".starlette.responses.HTMLResponse", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".annotated_doc.Doc", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".annotated_doc.Doc", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".annotated_doc.Doc", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".annotated_doc.Doc", + "lineno": 239, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".annotated_doc.Doc", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_redoc_html", + "callee": ".starlette.responses.HTMLResponse", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html", + "callee": ".starlette.responses.HTMLResponse", + "lineno": 389, + "resolution": "external_constructor_call" + } + ], + "fastapi.openapi.models": [ + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 237, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 329, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 346, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 385, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.models.", + "callee": ".pydantic.Field", + "lineno": 390, + "resolution": "external_constructor_call" + } + ], + "fastapi.openapi.utils": [ + { + "caller": "fastapi.openapi.utils.get_openapi_security_definitions", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 118, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils._get_flat_fields_from_params", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.dependencies.utils.get_validation_alias", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 171, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 173, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils._get_openapi_operation_parameters", + "callee": ".list.append", + "lineno": 176, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_operation_request_body", + "callee": ".typing.cast", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_operation_request_body", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 206, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_operation_request_body", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 210, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.generate_operation_id", + "callee": "fastapi.utils.generate_operation_id_for_path", + "lineno": 227, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_operation_metadata", + "callee": "fastapi.openapi.utils.generate_operation_summary", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.openapi.utils.get_openapi_operation_metadata", + "lineno": 282, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.dependencies.utils.get_flat_dependant", + "lineno": 286, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.openapi.utils.get_openapi_security_definitions", + "lineno": 287, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.openapi.utils._get_openapi_operation_parameters", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": ".dict.update", + "lineno": 312, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": ".dict.values", + "lineno": 313, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.openapi.utils.get_openapi_operation_request_body", + "lineno": 315, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.openapi.utils.get_openapi_path", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.utils.is_body_allowed_for_status_code", + "lineno": 356, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.utils.deep_dict_update", + "lineno": 442, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.utils.deep_dict_update", + "lineno": 452, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.dependencies.utils.get_flat_params", + "lineno": 455, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi_path", + "callee": "fastapi.utils.deep_dict_update", + "lineno": 476, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_fields_from_routes", + "callee": "fastapi.openapi.utils.get_fields_from_routes", + "lineno": 504, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_fields_from_routes", + "callee": "fastapi.dependencies.utils.get_flat_params", + "lineno": 505, + "resolution": "imported_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi", + "callee": "fastapi.openapi.utils.get_fields_from_routes", + "lineno": 549, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi", + "callee": "fastapi.openapi.utils.get_openapi_path", + "lineno": 559, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi", + "callee": "fastapi.openapi.utils.get_openapi_path", + "lineno": 578, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi.openapi.utils.get_openapi", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 606, + "resolution": "imported_call" + } + ], + "fastapi.openapi": [], + "fastapi.security.api_key": [ + { + "caller": "fastapi.security.api_key.APIKeyBase.make_not_authenticated_error", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyBase.check_api_key", + "callee": "fastapi.security.api_key.APIKeyBase.make_not_authenticated_error", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyQuery.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyQuery.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyQuery.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyQuery.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyQuery.__call__", + "callee": "fastapi.security.api_key.APIKeyBase.check_api_key", + "lineno": 144, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyHeader.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyHeader.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyHeader.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyHeader.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyHeader.__call__", + "callee": "fastapi.security.api_key.APIKeyBase.check_api_key", + "lineno": 232, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyCookie.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyCookie.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyCookie.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyCookie.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 293, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.api_key.APIKeyCookie.__call__", + "callee": "fastapi.security.api_key.APIKeyBase.check_api_key", + "lineno": 320, + "resolution": "inherited_method_call" + } + ], + "fastapi.security.base": [], + "fastapi.security.http": [ + { + "caller": "fastapi.security.http.", + "callee": ".annotated_doc.Doc", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.", + "callee": ".annotated_doc.Doc", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.", + "callee": ".annotated_doc.Doc", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.", + "callee": ".annotated_doc.Doc", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "callee": "fastapi.exceptions.HTTPException.__init__", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "callee": "fastapi.security.http.HTTPBase.make_authenticate_headers", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBase.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.http.HTTPBase.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 206, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 209, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__call__", + "callee": ".base64.b64decode", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 215, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBasic.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 218, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 305, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 308, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPBearer.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 313, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 362, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 382, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 406, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 409, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.http.HTTPDigest.__call__", + "callee": "fastapi.security.http.HTTPBase.make_not_authenticated_error", + "lineno": 414, + "resolution": "inherited_method_call" + } + ], + "fastapi.security.oauth2": [ + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestForm.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 245, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 258, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 271, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 298, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": "fastapi.param_functions.Form", + "lineno": 309, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordRequestFormStrict.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 348, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 356, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__init__", + "callee": ".typing.cast", + "lineno": 396, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.make_not_authenticated_error", + "callee": "fastapi.exceptions.HTTPException.__init__", + "lineno": 417, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2.__call__", + "callee": "fastapi.security.oauth2.OAuth2.make_not_authenticated_error", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 458, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 468, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 480, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 490, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 510, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__init__", + "callee": ".typing.cast", + "lineno": 520, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 538, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2PasswordBearer.__call__", + "callee": "fastapi.security.oauth2.OAuth2.make_not_authenticated_error", + "lineno": 541, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 558, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 566, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 574, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 584, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 593, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 603, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__init__", + "callee": ".typing.cast", + "lineno": 625, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__call__", + "callee": "fastapi.security.utils.get_authorization_scheme_param", + "lineno": 644, + "resolution": "imported_call" + }, + { + "caller": "fastapi.security.oauth2.OAuth2AuthorizationCodeBearer.__call__", + "callee": "fastapi.security.oauth2.OAuth2.make_not_authenticated_error", + "lineno": 647, + "resolution": "inherited_method_call" + }, + { + "caller": "fastapi.security.oauth2.SecurityScopes.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 670, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.SecurityScopes.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 679, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.oauth2.SecurityScopes.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 687, + "resolution": "external_constructor_call" + } + ], + "fastapi.security.open_id_connect_url": [ + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "callee": ".annotated_doc.Doc", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.make_not_authenticated_error", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi.security.open_id_connect_url.OpenIdConnect.__call__", + "callee": "fastapi.security.open_id_connect_url.OpenIdConnect.make_not_authenticated_error", + "lineno": 91, + "resolution": "self_method_call" + } + ], + "fastapi.security.utils": [], + "fastapi.security": [], + "fastapi._compat.shared": [ + { + "caller": "fastapi._compat.shared.", + "callee": ".typing.TypeVar", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.", + "callee": ".dict.keys", + "lineno": 43, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi._compat.shared._annotation_is_sequence", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared._annotation_is_sequence", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": ".typing.get_origin", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": ".typing.get_args", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": "fastapi._compat.shared.field_annotation_is_sequence", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": "fastapi._compat.shared._annotation_is_sequence", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": "fastapi._compat.shared._annotation_is_sequence", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_sequence", + "callee": ".typing.get_origin", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared._annotation_is_complex", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared._annotation_is_complex", + "callee": "fastapi._compat.shared._annotation_is_sequence", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared._annotation_is_complex", + "callee": ".dataclasses.is_dataclass", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": ".typing.get_origin", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": "fastapi._compat.shared.field_annotation_is_complex", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": ".typing.get_args", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": "fastapi._compat.shared.field_annotation_is_complex", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": ".typing.get_args", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": "fastapi._compat.shared._annotation_is_complex", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_complex", + "callee": "fastapi._compat.shared._annotation_is_complex", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar", + "callee": "fastapi._compat.shared.field_annotation_is_complex", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": ".typing.get_origin", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": ".typing.get_args", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": "fastapi._compat.shared.field_annotation_is_scalar", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": "fastapi._compat.shared.field_annotation_is_sequence", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": "fastapi._compat.shared.field_annotation_is_scalar", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.field_annotation_is_scalar_sequence", + "callee": ".typing.get_args", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "callee": ".typing.get_origin", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "callee": ".typing.get_args", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "callee": ".typing.get_origin", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "callee": ".typing.get_args", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": ".typing.get_origin", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": ".typing.get_args", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": "fastapi._compat.shared.is_bytes_sequence_annotation", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": "fastapi._compat.shared.field_annotation_is_sequence", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": "fastapi._compat.shared.is_bytes_or_nonable_bytes_annotation", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_bytes_sequence_annotation", + "callee": ".typing.get_args", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": ".typing.get_origin", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": ".typing.get_args", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": "fastapi._compat.shared.field_annotation_is_sequence", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": "fastapi._compat.shared.is_uploadfile_or_nonable_uploadfile_annotation", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.is_uploadfile_sequence_annotation", + "callee": ".typing.get_args", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.is_pydantic_v1_model_class", + "callee": "fastapi._compat.shared.lenient_issubclass", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": "fastapi._compat.shared.is_pydantic_v1_model_class", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": ".typing.get_origin", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": ".typing.get_args", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": "fastapi._compat.shared.is_pydantic_v1_model_class", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": "fastapi._compat.shared.field_annotation_is_sequence", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": ".typing.get_args", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.shared.annotation_is_pydantic_v1", + "callee": "fastapi._compat.shared.annotation_is_pydantic_v1", + "lineno": 212, + "resolution": "direct_name_call" + } + ], + "fastapi._compat.v2": [ + { + "caller": "fastapi._compat.v2.ModelField.default", + "callee": "fastapi._compat.v2.ModelField.get_default", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "fastapi._compat.v2.ModelField.__post_init__", + "callee": "fastapi._compat.v2.asdict", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.ModelField.__post_init__", + "callee": ".pydantic.Field", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.ModelField.__post_init__", + "callee": ".pydantic.TypeAdapter", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.ModelField.validate", + "callee": "fastapi._compat.v2._regenerate_error_with_loc", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_schema_from_model_field", + "callee": "fastapi._compat.v2._has_computed_fields", + "lineno": 265, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2.GenerateJsonSchema.", + "lineno": 294, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2.get_flat_models_from_fields", + "lineno": 297, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2.get_flat_models_from_fields", + "lineno": 300, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 304, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 312, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": "fastapi._compat.v2._has_computed_fields", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": ".typing.cast", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": ".typing.cast", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_definitions", + "callee": ".typing.cast", + "lineno": 346, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.is_scalar_field", + "callee": "fastapi._compat.shared.field_annotation_is_scalar", + "lineno": 352, + "resolution": "qualified_module_call" + }, + { + "caller": "fastapi._compat.v2.copy_field_info", + "callee": ".copy.copy", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.serialize_sequence_value", + "callee": ".typing.get_origin", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.serialize_sequence_value", + "callee": ".typing.get_args", + "lineno": 369, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.serialize_sequence_value", + "callee": ".typing.get_origin", + "lineno": 373, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.create_body_model", + "callee": ".pydantic.create_model", + "lineno": 391, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_model_fields", + "callee": ".dataclasses.is_dataclass", + "lineno": 399, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_model_fields", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 404, + "resolution": "same_module_class_call" + }, + { + "caller": "fastapi._compat.v2.get_cached_model_fields", + "callee": "fastapi._compat.v2.get_model_fields", + "lineno": 415, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_model_name_map", + "callee": "fastapi._compat.v2.normalize_name", + "lineno": 432, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_model_name_map", + "callee": ".dict.items", + "lineno": 434, + "resolution": "local_builtin_method_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_model", + "callee": "fastapi._compat.v2.get_model_fields", + "lineno": 441, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_model", + "callee": "fastapi._compat.v2.get_flat_models_from_fields", + "lineno": 442, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_annotation", + "callee": ".typing.get_origin", + "lineno": 449, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_annotation", + "callee": ".typing.get_args", + "lineno": 451, + "resolution": "external_constructor_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_annotation", + "callee": "fastapi._compat.v2.get_flat_models_from_model", + "lineno": 456, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_annotation", + "callee": "fastapi._compat.v2.get_flat_models_from_annotation", + "lineno": 458, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_field", + "callee": "fastapi._compat.v2.get_flat_models_from_model", + "lineno": 470, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_field", + "callee": "fastapi._compat.v2.get_flat_models_from_annotation", + "lineno": 474, + "resolution": "direct_name_call" + }, + { + "caller": "fastapi._compat.v2.get_flat_models_from_fields", + "callee": "fastapi._compat.v2.get_flat_models_from_field", + "lineno": 482, + "resolution": "direct_name_call" + } + ], + "fastapi._compat": [], + "scripts.add_latest_release_date": [ + { + "caller": "scripts.add_latest_release_date.", + "callee": "scripts.add_latest_release_date.main", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "scripts.contributors": [ + { + "caller": "scripts.contributors.get_graphql_pr_edges", + "callee": "scripts.contributors.get_graphql_response", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.get_pr_nodes", + "callee": "scripts.contributors.get_graphql_pr_edges", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.get_pr_nodes", + "callee": "scripts.contributors.get_graphql_pr_edges", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": ".github.Github", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.get_pr_nodes", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.get_contributors", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.get_users_to_write", + "lineno": 249, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.get_users_to_write", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.get_users_to_write", + "lineno": 258, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": ".pathlib.Path", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.contributors.main", + "callee": ".pathlib.Path", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.contributors.main", + "callee": ".pathlib.Path", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.update_content", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.update_content", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.main", + "callee": "scripts.contributors.update_content", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.contributors.", + "callee": "scripts.contributors.main", + "lineno": 316, + "resolution": "direct_name_call" + } + ], + "scripts.deploy_docs_status": [ + { + "caller": "scripts.deploy_docs_status.main", + "callee": ".github.Github", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.deploy_docs_status.", + "callee": "scripts.deploy_docs_status.main", + "lineno": 149, + "resolution": "direct_name_call" + } + ], + "scripts.docs": [ + { + "caller": "scripts.docs.", + "callee": ".pathlib.Path", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.", + "callee": ".pathlib.Path", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.", + "callee": ".pathlib.Path", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.", + "callee": ".pathlib.Path", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.complete_existing_lang", + "callee": "scripts.docs.get_lang_paths", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.new_lang", + "callee": ".pathlib.Path", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.new_lang", + "callee": "scripts.docs.update_languages", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_lang", + "callee": "scripts.docs.build_zensical_lang_to_stage", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_lang", + "callee": "scripts.docs.copy_zensical_stage_to_site", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.add_markdown_notice", + "callee": "scripts.docs.split_markdown_header", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": ".pathlib.Path", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.get_en_url", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.add_markdown_notice", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.is_non_translated_path", + "lineno": 244, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.add_markdown_notice", + "lineno": 247, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.get_updated_config_content", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.stage_zensical_docs", + "callee": "scripts.docs.get_zensical_theme_language", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_zensical_lang_to_stage", + "callee": "scripts.docs.stage_zensical_docs", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_zensical_lang_to_stage", + "callee": "scripts.docs.build_zensical_config", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.generate_readme_content", + "callee": "scripts.docs.remove_header_permalinks", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.generate_readme_content", + "callee": ".jinja2.Template", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.generate_readme", + "callee": ".pathlib.Path", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.generate_readme", + "callee": "scripts.docs.generate_readme_content", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": "scripts.docs.update_languages", + "lineno": 393, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": ".pathlib.Path", + "lineno": 396, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": "scripts.docs.get_lang_paths", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": ".multiprocessing.Pool", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": "scripts.docs.copy_zensical_stage_to_site", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.build_all", + "callee": "scripts.docs.copy_zensical_stage_to_site", + "lineno": 410, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.update_languages", + "callee": "scripts.docs.get_en_config", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.update_languages", + "callee": "scripts.docs.get_updated_config_content", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.serve", + "callee": ".http.server.HTTPServer", + "lineno": 449, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.get_updated_config_content", + "callee": "scripts.docs.get_en_config", + "lineno": 474, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.get_updated_config_content", + "callee": ".pathlib.Path", + "lineno": 479, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.get_updated_config_content", + "callee": "scripts.docs.get_lang_paths", + "lineno": 483, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.get_updated_config_content", + "callee": ".list.append", + "lineno": 490, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.docs.ensure_non_translated", + "callee": "scripts.docs.get_lang_paths", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.ensure_non_translated", + "callee": ".list.append", + "lineno": 520, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.docs.langs_json", + "callee": "scripts.docs.get_lang_paths", + "lineno": 536, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.langs_json", + "callee": ".list.append", + "lineno": 538, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.docs.generate_docs_src_versions_for_file", + "callee": ".ruff.__main__.find_ruff_bin", + "lineno": 557, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.generate_docs_src_versions_for_file", + "callee": ".ruff.__main__.find_ruff_bin", + "lineno": 570, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.generate_docs_src_versions_for_file", + "callee": ".set.add", + "lineno": 577, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.docs.generate_docs_src_versions", + "callee": ".pathlib.Path", + "lineno": 608, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.generate_docs_src_versions", + "callee": "scripts.docs.generate_docs_src_versions_for_file", + "lineno": 610, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.copy_py39_to_py310", + "callee": ".pathlib.Path", + "lineno": 619, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.remove_unused_docs_src", + "callee": ".pathlib.Path", + "lineno": 674, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.docs.add_permalinks_page", + "callee": "scripts.docs.VisibleTextExtractor.__init__", + "lineno": 793, + "resolution": "same_module_class_call" + }, + { + "caller": "scripts.docs.add_permalinks_page", + "callee": "scripts.docs.slugify", + "lineno": 821, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.add_permalinks_page", + "callee": "scripts.docs.VisibleTextExtractor.extract_visible_text", + "lineno": 822, + "resolution": "local_typed_method_call" + }, + { + "caller": "scripts.docs.add_permalinks_page", + "callee": "scripts.docs.strip_markdown_links", + "lineno": 823, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.add_permalinks_page", + "callee": ".list.append", + "lineno": 837, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.docs.add_permalinks_pages", + "callee": "scripts.docs.add_permalinks_page", + "lineno": 849, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.docs.add_permalinks", + "callee": "scripts.docs.add_permalinks_page", + "lineno": 858, + "resolution": "direct_name_call" + } + ], + "scripts.doc_parsing_utils": [ + { + "caller": "scripts.doc_parsing_utils.replace_code_includes_with_placeholders", + "callee": "scripts.doc_parsing_utils.extract_code_includes", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils._construct_markdown_link", + "callee": "scripts.doc_parsing_utils._add_lang_code_to_url", + "lineno": 297, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_markdown_links", + "callee": "scripts.doc_parsing_utils._construct_markdown_link", + "lineno": 336, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_html_links", + "callee": ".list.append", + "lineno": 395, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.doc_parsing_utils._construct_html_link", + "callee": "scripts.doc_parsing_utils._add_lang_code_to_url", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_html_links", + "callee": "scripts.doc_parsing_utils._construct_html_link", + "lineno": 458, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": "scripts.doc_parsing_utils.get_code_block_lang", + "lineno": 501, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": "scripts.doc_parsing_utils.get_code_block_lang", + "lineno": 506, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": ".list.append", + "lineno": 515, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": ".list.append", + "lineno": 528, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": ".list.append", + "lineno": 534, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "callee": ".list.append", + "lineno": 547, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_multiline_code_block", + "callee": "scripts.doc_parsing_utils._split_hash_comment", + "lineno": 624, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_multiline_code_block", + "callee": "scripts.doc_parsing_utils._split_hash_comment", + "lineno": 625, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_multiline_code_block", + "callee": "scripts.doc_parsing_utils._split_slashes_comment", + "lineno": 631, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_multiline_code_block", + "callee": "scripts.doc_parsing_utils._split_slashes_comment", + "lineno": 632, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.replace_multiline_code_blocks_in_text", + "callee": "scripts.doc_parsing_utils.replace_multiline_code_block", + "lineno": 663, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_code_includes", + "lineno": 684, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_code_includes_with_placeholders", + "lineno": 685, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_placeholders_with_code_includes", + "lineno": 686, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_header_permalinks", + "lineno": 694, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_header_permalinks", + "lineno": 695, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_header_permalinks", + "lineno": 696, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_markdown_links", + "lineno": 704, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_markdown_links", + "lineno": 705, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_markdown_links", + "lineno": 706, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_html_links", + "lineno": 714, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_html_links", + "lineno": 715, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_html_links", + "lineno": 716, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "lineno": 724, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.extract_multiline_code_blocks", + "lineno": 725, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.doc_parsing_utils.check_translation", + "callee": "scripts.doc_parsing_utils.replace_multiline_code_blocks_in_text", + "lineno": 726, + "resolution": "direct_name_call" + } + ], + "scripts.label_approved": [ + { + "caller": "scripts.label_approved.", + "callee": ".github.Github", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "scripts.notify_translations": [ + { + "caller": "scripts.notify_translations.get_graphql_response", + "callee": ".typing.cast", + "lineno": 236, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.notify_translations.get_graphql_translation_discussions", + "callee": "scripts.notify_translations.get_graphql_response", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.get_graphql_translation_discussion_comments_edges", + "callee": "scripts.notify_translations.get_graphql_response", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.get_graphql_translation_discussion_comments", + "callee": "scripts.notify_translations.get_graphql_translation_discussion_comments_edges", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.get_graphql_translation_discussion_comments", + "callee": "scripts.notify_translations.get_graphql_translation_discussion_comments_edges", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.create_comment", + "callee": "scripts.notify_translations.get_graphql_response", + "lineno": 285, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.update_comment", + "callee": "scripts.notify_translations.get_graphql_response", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": ".github.Github", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": ".list.append", + "lineno": 343, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": "scripts.notify_translations.get_graphql_translation_discussions", + "lineno": 350, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": "scripts.notify_translations.get_graphql_translation_discussion_comments", + "lineno": 381, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": "scripts.notify_translations.create_comment", + "lineno": 405, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.main", + "callee": "scripts.notify_translations.update_comment", + "lineno": 418, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.notify_translations.", + "callee": "scripts.notify_translations.main", + "lineno": 432, + "resolution": "direct_name_call" + } + ], + "scripts.people": [ + { + "caller": "scripts.people.RateLimiter.__enter__", + "callee": ".math.ceil", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.", + "callee": "scripts.people.RateLimiter.__init__", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "scripts.people.", + "callee": ".pydantic.BeforeValidator", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.get_graphql_question_discussion_edges", + "callee": "scripts.people.get_graphql_response", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.get_graphql_question_discussion_edges", + "callee": "scripts.people.RateLimiter.update_request_info", + "lineno": 236, + "resolution": "local_typed_method_call" + }, + { + "caller": "scripts.people.get_discussion_nodes", + "callee": "scripts.people.get_graphql_question_discussion_edges", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.get_discussion_nodes", + "callee": "scripts.people.get_graphql_question_discussion_edges", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.get_discussions_experts", + "callee": ".datetime.timedelta", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.get_discussions_experts", + "callee": ".datetime.timedelta", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.get_discussions_experts", + "callee": ".datetime.timedelta", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.get_discussions_experts", + "callee": ".datetime.timedelta", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.main", + "callee": ".github.Github", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_discussion_nodes", + "lineno": 403, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_discussions_experts", + "lineno": 404, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": ".list.append", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_users_to_write", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_users_to_write", + "lineno": 424, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_users_to_write", + "lineno": 428, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_users_to_write", + "lineno": 432, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.get_users_to_write", + "lineno": 436, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.main", + "callee": ".pathlib.Path", + "lineno": 452, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.people.main", + "callee": "scripts.people.update_content", + "lineno": 454, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.people.", + "callee": "scripts.people.main", + "lineno": 483, + "resolution": "direct_name_call" + } + ], + "scripts.prepare_release": [ + { + "caller": "scripts.prepare_release.bump_version", + "callee": "scripts.prepare_release.parse_version", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.update_version_file", + "callee": "scripts.prepare_release.get_current_version", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.update_version_file", + "callee": "scripts.prepare_release.parse_version", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.update_version_file", + "callee": "scripts.prepare_release.parse_version", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.prepare", + "callee": "scripts.prepare_release.bump_version", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.prepare", + "callee": "scripts.prepare_release.get_current_version", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.prepare", + "callee": "scripts.prepare_release.update_version_file", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.prepare", + "callee": "scripts.prepare_release.update_release_notes", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.current_version", + "callee": "scripts.prepare_release.get_current_version", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.release_notes", + "callee": "scripts.prepare_release.get_current_version", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.prepare_release.release_notes", + "callee": "scripts.prepare_release.get_release_notes_body", + "lineno": 208, + "resolution": "direct_name_call" + } + ], + "scripts.sponsors": [ + { + "caller": "scripts.sponsors.get_graphql_sponsor_edges", + "callee": "scripts.sponsors.get_graphql_response", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.sponsors.get_individual_sponsors", + "callee": "scripts.sponsors.get_graphql_sponsor_edges", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.sponsors.get_individual_sponsors", + "callee": "scripts.sponsors.get_graphql_sponsor_edges", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.sponsors.get_individual_sponsors", + "callee": ".collections.defaultdict", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": ".github.Github", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": "scripts.sponsors.get_individual_sponsors", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": ".list.append", + "lineno": 173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": ".list.append", + "lineno": 176, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": ".pathlib.Path", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.sponsors.main", + "callee": "scripts.sponsors.update_content", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.sponsors.", + "callee": "scripts.sponsors.main", + "lineno": 222, + "resolution": "direct_name_call" + } + ], + "scripts.topic_repos": [ + { + "caller": "scripts.topic_repos.main", + "callee": ".github.Github", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.topic_repos.main", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.topic_repos.", + "callee": "scripts.topic_repos.main", + "lineno": 81, + "resolution": "direct_name_call" + } + ], + "scripts.translate": [ + { + "caller": "scripts.translate.", + "callee": ".pathlib.Path", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.get_langs", + "callee": ".pathlib.Path", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_lang_path", + "callee": ".pathlib.Path", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_lang_path", + "callee": ".pathlib.Path", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_lang_path", + "callee": ".pathlib.Path", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_en_path", + "callee": ".pathlib.Path", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_en_path", + "callee": ".pathlib.Path", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.generate_en_path", + "callee": ".pathlib.Path", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.get_prompt", + "callee": ".list.extend", + "lineno": 77, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.translate.get_prompt", + "callee": ".list.extend", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": "scripts.translate.get_langs", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".pathlib.Path", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".pathlib.Path", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": "scripts.translate.generate_lang_path", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".pydantic_ai.Agent", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": "scripts.translate.get_prompt", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".doc_parsing_utils.check_translation", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_page", + "callee": ".rich.print", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_all_en_paths", + "callee": ".pathlib.Path", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_en_paths_to_translate", + "callee": ".pathlib.Path", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.iter_en_paths_to_translate", + "callee": "scripts.translate.iter_all_en_paths", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": "scripts.translate.iter_en_paths_to_translate", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": "scripts.translate.generate_lang_path", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 230, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 237, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": "scripts.translate.translate_page", + "lineno": 238, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.translate_lang", + "callee": ".rich.print", + "lineno": 239, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.get_llm_translatable", + "callee": "scripts.translate.get_langs", + "lineno": 244, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.get_llm_translatable", + "callee": ".pathlib.Path", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.get_llm_translatable", + "callee": ".list.append", + "lineno": 250, + "resolution": "local_builtin_method_call" + }, + { + "caller": "scripts.translate.list_llm_translatable", + "callee": "scripts.translate.get_llm_translatable", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_llm_translatable", + "callee": ".rich.print", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.llm_translatable_json", + "callee": "scripts.translate.get_llm_translatable", + "lineno": 265, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.llm_translatable_json", + "callee": ".rich.print", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.llm_translatable_json", + "callee": ".rich.print", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.commands_json", + "callee": ".rich.print", + "lineno": 294, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.commands_json", + "callee": ".rich.print", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_removable", + "callee": ".pathlib.Path", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_removable", + "callee": "scripts.translate.generate_en_path", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_removable", + "callee": ".rich.print", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_all_removable", + "callee": "scripts.translate.get_langs", + "lineno": 316, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_all_removable", + "callee": "scripts.translate.list_removable", + "lineno": 320, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_all_removable", + "callee": ".rich.print", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.remove_removable", + "callee": "scripts.translate.list_removable", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.remove_removable", + "callee": ".rich.print", + "lineno": 331, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.remove_removable", + "callee": ".rich.print", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.remove_all_removable", + "callee": "scripts.translate.list_all_removable", + "lineno": 337, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.remove_all_removable", + "callee": ".rich.print", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.remove_all_removable", + "callee": ".rich.print", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_missing", + "callee": "scripts.translate.iter_en_paths_to_translate", + "lineno": 347, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_missing", + "callee": "scripts.translate.generate_lang_path", + "lineno": 349, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_missing", + "callee": ".rich.print", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_outdated", + "callee": ".pathlib.Path", + "lineno": 358, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.list_outdated", + "callee": "scripts.translate.iter_en_paths_to_translate", + "lineno": 362, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_outdated", + "callee": "scripts.translate.generate_lang_path", + "lineno": 364, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.list_outdated", + "callee": ".rich.print", + "lineno": 375, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_outdated", + "callee": "scripts.translate.list_outdated", + "lineno": 384, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.update_outdated", + "callee": ".rich.print", + "lineno": 386, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_outdated", + "callee": "scripts.translate.translate_page", + "lineno": 387, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.update_outdated", + "callee": ".rich.print", + "lineno": 388, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_outdated", + "callee": ".rich.print", + "lineno": 389, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.add_missing", + "callee": "scripts.translate.list_missing", + "lineno": 397, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.add_missing", + "callee": ".rich.print", + "lineno": 399, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.add_missing", + "callee": "scripts.translate.translate_page", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.add_missing", + "callee": ".rich.print", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.add_missing", + "callee": ".rich.print", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_and_add", + "callee": ".rich.print", + "lineno": 410, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_and_add", + "callee": "scripts.translate.update_outdated", + "lineno": 411, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.update_and_add", + "callee": ".rich.print", + "lineno": 412, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.update_and_add", + "callee": "scripts.translate.add_missing", + "lineno": 413, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translate.update_and_add", + "callee": ".rich.print", + "lineno": 414, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 428, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".pathlib.Path", + "lineno": 429, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 431, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 440, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 454, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 455, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".pathlib.Path", + "lineno": 456, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 458, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 465, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 468, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".github.Github", + "lineno": 469, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 480, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translate.make_pr", + "callee": ".rich.print", + "lineno": 481, + "resolution": "external_constructor_call" + } + ], + "scripts.translation_fixer": [ + { + "caller": "scripts.translation_fixer.get_all_paths", + "callee": ".pathlib.Path", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translation_fixer.get_all_paths", + "callee": "scripts.translation_fixer.iter_all_lang_paths", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translation_fixer.process_one_page", + "callee": ".pathlib.Path", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translation_fixer.process_one_page", + "callee": ".pathlib.Path", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translation_fixer.process_one_page", + "callee": ".scripts.doc_parsing_utils.check_translation", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translation_fixer.fix_all", + "callee": "scripts.translation_fixer.get_all_paths", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translation_fixer.fix_all", + "callee": ".pathlib.Path", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.translation_fixer.fix_all", + "callee": "scripts.translation_fixer.process_one_page", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.translation_fixer.fix_pages", + "callee": "scripts.translation_fixer.process_one_page", + "lineno": 125, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.cookie_param_models.image01": [ + { + "caller": "scripts.playwright.cookie_param_models.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.cookie_param_models.image01.", + "callee": "scripts.playwright.cookie_param_models.image01.run", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.header_param_models.image01": [ + { + "caller": "scripts.playwright.header_param_models.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.header_param_models.image01.", + "callee": "scripts.playwright.header_param_models.image01.run", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.json_base64_bytes.image01": [ + { + "caller": "scripts.playwright.json_base64_bytes.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.json_base64_bytes.image01.", + "callee": "scripts.playwright.json_base64_bytes.image01.run", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.query_param_models.image01": [ + { + "caller": "scripts.playwright.query_param_models.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.query_param_models.image01.", + "callee": "scripts.playwright.query_param_models.image01.run", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.request_form_models.image01": [ + { + "caller": "scripts.playwright.request_form_models.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.request_form_models.image01.", + "callee": "scripts.playwright.request_form_models.image01.run", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.separate_openapi_schemas.image01": [ + { + "caller": "scripts.playwright.separate_openapi_schemas.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.separate_openapi_schemas.image01.", + "callee": "scripts.playwright.separate_openapi_schemas.image01.run", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.separate_openapi_schemas.image02": [ + { + "caller": "scripts.playwright.separate_openapi_schemas.image02.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.separate_openapi_schemas.image02.", + "callee": "scripts.playwright.separate_openapi_schemas.image02.run", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.separate_openapi_schemas.image03": [ + { + "caller": "scripts.playwright.separate_openapi_schemas.image03.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.separate_openapi_schemas.image03.", + "callee": "scripts.playwright.separate_openapi_schemas.image03.run", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.separate_openapi_schemas.image04": [ + { + "caller": "scripts.playwright.separate_openapi_schemas.image04.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.separate_openapi_schemas.image04.", + "callee": "scripts.playwright.separate_openapi_schemas.image04.run", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.separate_openapi_schemas.image05": [ + { + "caller": "scripts.playwright.separate_openapi_schemas.image05.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.separate_openapi_schemas.image05.", + "callee": "scripts.playwright.separate_openapi_schemas.image05.run", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.sql_databases.image01": [ + { + "caller": "scripts.playwright.sql_databases.image01.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.sql_databases.image01.", + "callee": "scripts.playwright.sql_databases.image01.run", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "scripts.playwright.sql_databases.image02": [ + { + "caller": "scripts.playwright.sql_databases.image02.", + "callee": ".playwright.sync_api.sync_playwright", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.playwright.sql_databases.image02.", + "callee": "scripts.playwright.sql_databases.image02.run", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "scripts.tests.test_translation_fixer.conftest": [ + { + "caller": "scripts.tests.test_translation_fixer.conftest.", + "callee": ".pathlib.Path", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.pytest_collection_modifyitems", + "callee": ".pathlib.Path", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.get_runner", + "callee": "scripts.tests.test_translation_fixer.conftest.changing_dir", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.get_runner", + "callee": ".typer.testing.CliRunner", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.prepare_paths", + "callee": ".pathlib.Path", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.copy_test_files", + "callee": ".pathlib.Path", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.conftest.copy_test_files", + "callee": ".pathlib.Path", + "lineno": 58, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid": [ + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid.test_translated", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid.test_not_translated", + "callee": ".pathlib.Path", + "lineno": 54, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code": [ + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code.test_wrong_lang_code_1", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code.test_wrong_lang_code_2", + "callee": ".pathlib.Path", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc": [ + { + "caller": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch.test_level_mismatch_1", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch.test_level_mismatch_2", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch": [ + { + "caller": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch.", + "callee": ".pathlib.Path", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch.test_gt", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch.test_lt", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.forward_reference_type": [], + "tests.main": [], + "tests.test_additional_properties": [ + { + "caller": "tests.test_additional_properties.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 30, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_properties_bool": [ + { + "caller": "tests.test_additional_properties_bool.", + "callee": ".pydantic.ConfigDict", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_additional_properties_bool.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_bad": [], + "tests.test_additional_responses_custom_model_in_callback": [ + { + "caller": "tests.test_additional_responses_custom_model_in_callback.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_custom_validationerror": [ + { + "caller": "tests.test_additional_responses_custom_validationerror.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_default_validationerror": [ + { + "caller": "tests.test_additional_responses_default_validationerror.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_response_class": [ + { + "caller": "tests.test_additional_responses_response_class.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_router": [ + { + "caller": "tests.test_additional_responses_router.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 88, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_responses_union_duplicate_anyof": [ + { + "caller": "tests.test_additional_responses_union_duplicate_anyof.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "tests.test_additional_response_extra": [ + { + "caller": "tests.test_additional_response_extra.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_allow_inf_nan_in_enforcing": [], + "tests.test_ambiguous_params": [ + { + "caller": "tests.test_ambiguous_params.test_no_annotated_defaults.get", + "callee": "fastapi.param_functions.Query", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "tests.test_ambiguous_params.test_multiple_annotations.get", + "callee": "fastapi.param_functions.Query", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.test_ambiguous_params.test_multiple_annotations.get", + "callee": "fastapi.param_functions.Query", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.test_ambiguous_params.test_multiple_annotations.get3", + "callee": "fastapi.param_functions.Query", + "lineno": 62, + "resolution": "imported_call" + } + ], + "tests.test_annotated": [ + { + "caller": "tests.test_annotated.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 124, + "resolution": "external_constructor_call" + } + ], + "tests.test_application": [ + { + "caller": "tests.test_application.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 58, + "resolution": "external_constructor_call" + } + ], + "tests.test_arbitrary_types": [ + { + "caller": "tests.test_arbitrary_types.get_client", + "callee": ".pydantic.WithJsonSchema", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.get_client", + "callee": ".pydantic.TypeAdapter", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.get_client", + "callee": ".pydantic.PlainSerializer", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.MyModel.get_client", + "callee": ".pydantic.ConfigDict", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_typeadapter", + "callee": ".pydantic.WithJsonSchema", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_typeadapter", + "callee": ".pydantic.TypeAdapter", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_typeadapter", + "callee": ".pydantic.PlainSerializer", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.MyModel.test_typeadapter", + "callee": ".pydantic.ConfigDict", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_typeadapter", + "callee": ".pydantic.TypeAdapter", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_typeadapter", + "callee": ".inline_snapshot.snapshot", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_arbitrary_types.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 94, + "resolution": "external_constructor_call" + } + ], + "tests.test_callable_endpoint": [ + { + "caller": "tests.test_callable_endpoint.", + "callee": ".functools.partial", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.test_compat": [ + { + "caller": "tests.test_compat.test_model_field_default_required", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.test_model_field_default_required", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 17, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.EmbeddedModel.test_propagates_pydantic2_model_config", + "callee": ".pydantic.ConfigDict", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.Model.test_propagates_pydantic2_model_config", + "callee": ".pydantic.ConfigDict", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.test_is_bytes_sequence_annotation_union", + "callee": "fastapi._compat.shared.is_bytes_sequence_annotation", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 104, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list", + "callee": "fastapi._compat.v2.serialize_sequence_value", + "lineno": 105, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list_pipe_union", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list_pipe_union", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 115, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_optional_list_pipe_union", + "callee": "fastapi._compat.v2.serialize_sequence_value", + "lineno": 116, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_none_first_in_union", + "callee": ".pydantic.fields.FieldInfo", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_none_first_in_union", + "callee": "fastapi._compat.v2.ModelField.", + "lineno": 129, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.test_compat.test_serialize_sequence_value_with_none_first_in_union", + "callee": "fastapi._compat.v2.serialize_sequence_value", + "lineno": 130, + "resolution": "qualified_module_call" + } + ], + "tests.test_computed_fields": [ + { + "caller": "tests.test_computed_fields.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "tests.test_custom_middleware_exception": [ + { + "caller": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.receive_wrapper.inner", + "callee": "fastapi.exceptions.HTTPException.__init__", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.__call__", + "callee": "tests.test_custom_middleware_exception.ContentSizeLimitMiddleware.receive_wrapper", + "lineno": 52, + "resolution": "self_method_call" + } + ], + "tests.test_custom_route_class": [ + { + "caller": "tests.test_custom_route_class.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 78, + "resolution": "external_constructor_call" + } + ], + "tests.test_custom_schema_fields": [ + { + "caller": "tests.test_custom_schema_fields.", + "callee": ".pydantic.WithJsonSchema", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.test_custom_swagger_ui_redirect": [], + "tests.test_datastructures": [ + { + "caller": "tests.test_datastructures.test_default_placeholder_equals", + "callee": "fastapi.datastructures.Default", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "tests.test_datastructures.test_default_placeholder_equals", + "callee": "fastapi.datastructures.Default", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "tests.test_datastructures.test_default_placeholder_bool", + "callee": "fastapi.datastructures.Default", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.test_datastructures.test_default_placeholder_bool", + "callee": "fastapi.datastructures.Default", + "lineno": 24, + "resolution": "imported_call" + } + ], + "tests.test_datetime_custom_encoder": [ + { + "caller": "tests.test_datetime_custom_encoder.ModelWithDatetimeField.test_pydanticv2.serialize_datetime", + "callee": ".pydantic.field_serializer", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_datetime_custom_encoder.test_pydanticv2", + "callee": ".datetime.datetime", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.test_default_response_class": [], + "tests.test_default_response_class_router": [], + "tests.test_dependencies_utils": [ + { + "caller": "tests.test_dependencies_utils.test_get_typed_annotation", + "callee": "fastapi.dependencies.utils.get_typed_annotation", + "lineno": 7, + "resolution": "imported_call" + } + ], + "tests.test_dependency_after_yield_raise": [], + "tests.test_dependency_after_yield_streaming": [ + { + "caller": "tests.test_dependency_after_yield_streaming.acquire_session", + "callee": "tests.test_dependency_after_yield_streaming.Session.__init__", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_after_yield_streaming.dep_session", + "callee": "tests.test_dependency_after_yield_streaming.acquire_session", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_after_yield_streaming.broken_dep_session", + "callee": "tests.test_dependency_after_yield_streaming.acquire_session", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_after_yield_streaming.get_stream_simple", + "callee": "tests.test_dependency_after_yield_streaming.get_stream_simple.iter_data", + "lineno": 61, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_after_yield_streaming.get_stream_session", + "callee": "tests.test_dependency_after_yield_streaming.get_stream_session.iter_data", + "lineno": 69, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_after_yield_streaming.get_broken_session_stream", + "callee": "tests.test_dependency_after_yield_streaming.get_broken_session_stream.iter_data", + "lineno": 82, + "resolution": "nested_function_call" + } + ], + "tests.test_dependency_after_yield_websockets": [ + { + "caller": "tests.test_dependency_after_yield_websockets.acquire_session", + "callee": "tests.test_dependency_after_yield_websockets.Session.__init__", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_after_yield_websockets.dep_session", + "callee": "tests.test_dependency_after_yield_websockets.acquire_session", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_after_yield_websockets.broken_dep_session", + "callee": "tests.test_dependency_after_yield_websockets.acquire_session", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.test_dependency_cache": [], + "tests.test_dependency_class": [ + { + "caller": "tests.test_dependency_class.", + "callee": "tests.test_dependency_class.CallableDependency.", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_class.", + "callee": "tests.test_dependency_class.CallableGenDependency.", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_class.", + "callee": "tests.test_dependency_class.AsyncCallableDependency.", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_class.", + "callee": "tests.test_dependency_class.AsyncCallableGenDependency.", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_class.", + "callee": "tests.test_dependency_class.MethodsDependency.", + "lineno": 48, + "resolution": "same_module_class_call" + } + ], + "tests.test_dependency_contextmanager": [ + { + "caller": "tests.test_dependency_contextmanager.asyncgen_state_try", + "callee": ".list.append", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.generator_state_try", + "callee": ".list.append", + "lineno": 67, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.middleware", + "callee": ".dict.copy", + "lineno": 209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_async_raise_raises", + "callee": ".list.clear", + "lineno": 253, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_async_raise_server_error", + "callee": ".list.clear", + "lineno": 262, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_raise_raises", + "callee": ".list.clear", + "lineno": 301, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_raise_server_error", + "callee": ".list.clear", + "lineno": 310, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_async_raise_raises", + "callee": ".list.clear", + "lineno": 346, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_async_raise_server_error", + "callee": ".list.clear", + "lineno": 355, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_sync_raise_raises", + "callee": ".list.clear", + "lineno": 363, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_contextmanager.test_sync_sync_raise_server_error", + "callee": ".list.clear", + "lineno": 372, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_dependency_contextvars": [ + { + "caller": "tests.test_dependency_contextvars.", + "callee": ".contextvars.ContextVar", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.test_dependency_duplicates": [ + { + "caller": "tests.test_dependency_duplicates.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 88, + "resolution": "external_constructor_call" + } + ], + "tests.test_dependency_overrides": [], + "tests.test_dependency_paramless": [ + { + "caller": "tests.test_dependency_paramless.test_call_get_parameterless_without_scopes_for_coverage", + "callee": "tests.test_dependency_paramless.get_parameterless_without_scopes", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.test_dependency_partial": [ + { + "caller": "tests.test_dependency_partial.", + "callee": "tests.test_dependency_partial.CallableDependency.", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_partial.", + "callee": "tests.test_dependency_partial.CallableGenDependency.", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_partial.", + "callee": "tests.test_dependency_partial.AsyncCallableDependency.", + "lineno": 64, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_partial.", + "callee": "tests.test_dependency_partial.AsyncCallableGenDependency.", + "lineno": 65, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_partial.", + "callee": "tests.test_dependency_partial.MethodsDependency.", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_function_dependency", + "callee": ".functools.partial", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_async_function_dependency", + "callee": ".functools.partial", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_gen_dependency", + "callee": ".functools.partial", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_async_gen_dependency", + "callee": ".functools.partial", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_callable_dependency", + "callee": ".functools.partial", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_callable_gen_dependency", + "callee": ".functools.partial", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_async_callable_dependency", + "callee": ".functools.partial", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_async_callable_gen_dependency", + "callee": ".functools.partial", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_synchronous_method_dependency", + "callee": ".functools.partial", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_synchronous_method_gen_dependency", + "callee": ".functools.partial", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_asynchronous_method_dependency", + "callee": ".functools.partial", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_partial.get_partial_asynchronous_method_gen_dependency", + "callee": ".functools.partial", + "lineno": 200, + "resolution": "external_constructor_call" + } + ], + "tests.test_dependency_pep695": [ + { + "caller": "tests.test_dependency_pep695.", + "callee": ".typing_extensions.TypeAliasType", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.test_dependency_security_overrides": [], + "tests.test_dependency_wrapped": [ + { + "caller": "tests.test_dependency_wrapped.noop_wrap.wrapper", + "callee": ".functools.wraps", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.noop_wrap_async.gen_wrapper", + "callee": ".functools.wraps", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.noop_wrap_async.async_gen_wrapper", + "callee": ".functools.wraps", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.noop_wrap_async.wrapper", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.noop_wrap_async.wrapper", + "callee": ".asyncio.iscoroutinefunction", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.noop_wrap_async.wrapper", + "callee": ".functools.wraps", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceDep.", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap_async", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceGenDep.", + "lineno": 73, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceWrappedDep.", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncDep.", + "lineno": 92, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceWrappedGenDep.", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceWrappedAsyncGenDep.", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap_async", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncDep.", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap_async", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncGenDep.", + "lineno": 139, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.noop_wrap", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedDep.", + "lineno": 149, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedAsyncDep.", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenDep.", + "lineno": 167, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_wrapped.", + "callee": "tests.test_dependency_wrapped.ClassInstanceAsyncWrappedGenAsyncDep.", + "lineno": 176, + "resolution": "same_module_class_call" + } + ], + "tests.test_dependency_yield_except_httpexception": [ + { + "caller": "tests.test_dependency_yield_except_httpexception.", + "callee": ".dict.copy", + "lineno": 7, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_yield_except_httpexception.", + "callee": ".dict.copy", + "lineno": 11, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_yield_except_httpexception.reset_state_and_db", + "callee": ".dict.copy", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_dependency_yield_except_httpexception.reset_state_and_db", + "callee": ".dict.copy", + "lineno": 47, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_dependency_yield_scope": [ + { + "caller": "tests.test_dependency_yield_scope.dep_session", + "callee": "tests.test_dependency_yield_scope.Session.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_named_session", + "callee": "tests.test_dependency_yield_scope.NamedSession.__init__", + "lineno": 40, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_named_func_session", + "callee": "tests.test_dependency_yield_scope.NamedSession.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_named_regular_func_session", + "callee": "tests.test_dependency_yield_scope.NamedSession.__init__", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope.function_scope", + "callee": "tests.test_dependency_yield_scope.function_scope.iter_data", + "lineno": 84, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_yield_scope.request_scope", + "callee": "tests.test_dependency_yield_scope.request_scope.iter_data", + "lineno": 92, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_stream_session", + "callee": "tests.test_dependency_yield_scope.get_stream_session.iter_data", + "lineno": 104, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_sub", + "callee": "tests.test_dependency_yield_scope.get_sub.iter_data", + "lineno": 114, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_named_function_scope", + "callee": "tests.test_dependency_yield_scope.get_named_function_scope.iter_data", + "lineno": 124, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_dependency_yield_scope.get_regular_function_scope", + "callee": "tests.test_dependency_yield_scope.get_regular_function_scope.iter_data", + "lineno": 134, + "resolution": "nested_function_call" + } + ], + "tests.test_dependency_yield_scope_websockets": [ + { + "caller": "tests.test_dependency_yield_scope_websockets.", + "callee": ".contextvars.ContextVar", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dependency_yield_scope_websockets.dep_session", + "callee": "tests.test_dependency_yield_scope_websockets.Session.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope_websockets.get_named_session", + "callee": "tests.test_dependency_yield_scope_websockets.NamedSession.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope_websockets.get_named_func_session", + "callee": "tests.test_dependency_yield_scope_websockets.NamedSession.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_dependency_yield_scope_websockets.get_named_regular_func_session", + "callee": "tests.test_dependency_yield_scope_websockets.NamedSession.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + } + ], + "tests.test_depends_hashable": [ + { + "caller": "tests.test_depends_hashable.test_depends_hashable", + "callee": "tests.test_depends_hashable.dep", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.test_deprecated_openapi_prefix": [ + { + "caller": "tests.test_deprecated_openapi_prefix.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_deprecated_responses": [ + { + "caller": "tests.test_deprecated_responses.test_orjson_response_returns_correct_data", + "callee": "tests.test_deprecated_responses._make_orjson_app", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_deprecated_responses.test_orjson_response_emits_deprecation_warning", + "callee": "fastapi.responses.ORJSONResponse.", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "tests.test_deprecated_responses.test_ujson_response_returns_correct_data", + "callee": "tests.test_deprecated_responses._make_ujson_app", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_deprecated_responses.test_ujson_response_emits_deprecation_warning", + "callee": "fastapi.responses.UJSONResponse.", + "lineno": 79, + "resolution": "imported_call" + } + ], + "tests.test_dump_json_fast_path": [ + { + "caller": "tests.test_dump_json_fast_path.test_default_response_class_skips_json_dumps", + "callee": ".unittest.mock.patch", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_dump_json_fast_path.test_explicit_response_class_uses_json_dumps", + "callee": ".unittest.mock.patch", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_duplicate_models_openapi": [ + { + "caller": "tests.test_duplicate_models_openapi.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_empty_router": [], + "tests.test_enforce_once_required_parameter": [ + { + "caller": "tests.test_enforce_once_required_parameter.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_exception_handlers": [ + { + "caller": "tests.test_exception_handlers.http_exception_handler", + "callee": ".starlette.responses.JSONResponse", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_exception_handlers.request_validation_exception_handler", + "callee": ".starlette.responses.JSONResponse", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_exception_handlers.server_error_exception_handler", + "callee": ".starlette.responses.JSONResponse", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_exception_handlers.dependency_with_yield", + "callee": "tests.test_exception_handlers.raise_value_error", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.test_extra_routes": [ + { + "caller": "tests.test_extra_routes.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 100, + "resolution": "external_constructor_call" + } + ], + "tests.test_fastapi_cli": [ + { + "caller": "tests.test_fastapi_cli.test_fastapi_cli_not_installed", + "callee": "fastapi.cli.main", + "lineno": 33, + "resolution": "qualified_module_call" + } + ], + "tests.test_file_and_form_order_issue_9116": [], + "tests.test_filter_pydantic_sub_model_pv2": [ + { + "caller": "tests.test_filter_pydantic_sub_model_pv2.ModelA.get_client.lower_username", + "callee": ".pydantic.field_validator", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_filter_pydantic_sub_model_pv2.test_validator_is_cloned", + "callee": ".dirty_equals.HasRepr", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_filter_pydantic_sub_model_pv2.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "tests.test_forms_from_non_typing_sequences": [], + "tests.test_forms_single_model": [ + { + "caller": "tests.test_forms_single_model.", + "callee": ".pydantic.Field", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.test_forms_single_param": [ + { + "caller": "tests.test_forms_single_param.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.test_form_default": [ + { + "caller": "tests.test_form_default.", + "callee": ".starlette.testclient.TestClient", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "tests.test_generate_unique_id_function": [ + { + "caller": "tests.test_generate_unique_id_function.test_top_level_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_router_overrides_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_router_include_overrides_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 469, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_subrouter_top_level_include_overrides_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 689, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_router_path_operation_overrides_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 967, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_app_path_operation_overrides_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 1184, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generate_unique_id_function.test_callback_override_generate_unique_id", + "callee": ".inline_snapshot.snapshot", + "lineno": 1410, + "resolution": "external_constructor_call" + } + ], + "tests.test_generic_parameterless_depends": [ + { + "caller": "tests.test_generic_parameterless_depends.", + "callee": ".typing.TypeVar", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_generic_parameterless_depends.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_get_model_definitions_formfeed_escape": [ + { + "caller": "tests.test_get_model_definitions_formfeed_escape.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 58, + "resolution": "external_constructor_call" + } + ], + "tests.test_get_request_body": [ + { + "caller": "tests.test_get_request_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 32, + "resolution": "external_constructor_call" + } + ], + "tests.test_http_connection_injection": [], + "tests.test_include_route": [], + "tests.test_include_router_defaults_overrides": [ + { + "caller": "tests.test_include_router_defaults_overrides.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 446, + "resolution": "external_constructor_call" + } + ], + "tests.test_infer_param_optionality": [ + { + "caller": "tests.test_infer_param_optionality.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 109, + "resolution": "external_constructor_call" + } + ], + "tests.test_inherited_custom_class": [ + { + "caller": "tests.test_inherited_custom_class.test_pydanticv2.return_fast_uuid", + "callee": "tests.test_inherited_custom_class.MyUuid.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_inherited_custom_class.SomeCustomClass.test_pydanticv2.serialize_a_uuid", + "callee": ".pydantic.field_serializer", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_inherited_custom_class.test_pydanticv2.return_some_user", + "callee": "tests.test_inherited_custom_class.MyUuid.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + } + ], + "tests.test_invalid_path_param": [], + "tests.test_invalid_sequence_param": [], + "tests.test_jsonable_encoder": [ + { + "caller": "tests.test_jsonable_encoder.", + "callee": ".pydantic.Field", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 90, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dict_include_exclude_list", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "tests.test_jsonable_encoder.Person.__init__", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "tests.test_jsonable_encoder.Pet.__init__", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_class", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "tests.test_jsonable_encoder.DictablePerson.", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "tests.test_jsonable_encoder.DictablePet.", + "lineno": 114, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 115, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 116, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 118, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dictable", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dataclass", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dataclass", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dataclass", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 129, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dataclass", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 130, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_dataclass", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 131, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_unsupported", + "callee": "tests.test_jsonable_encoder.Unserializable.", + "lineno": 135, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_unsupported", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.ModelWithCustomEncoder.test_encode_custom_json_encoders_model_pydanticv2.serialize_dt_field", + "callee": ".pydantic.field_serializer", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2", + "callee": ".datetime.datetime", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 154, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2", + "callee": ".datetime.datetime", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_custom_json_encoders_model_pydanticv2", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 156, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_json_encoder_error_with_pydanticv1", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 169, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_config", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_alias", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 192, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 196, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_default", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 198, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_custom_encoders", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 214, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_custom_encoders", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 219, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_custom_encoders", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_custom_enum_encoders", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 237, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_custom_enum_encoders", + "callee": "tests.test_jsonable_encoder.test_custom_enum_encoders.custom_enum_encoder", + "lineno": 240, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_path", + "callee": ".pathlib.PurePath", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_path", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 251, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_posix_path", + "callee": ".pathlib.PurePosixPath", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_posix_path", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 261, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_windows_path", + "callee": ".pathlib.PureWindowsPath", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_model_with_pure_windows_path", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 271, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_pure_path", + "callee": ".pathlib.PurePath", + "lineno": 275, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_pure_path", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 277, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_float", + "callee": ".decimal.Decimal", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_float", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_int", + "callee": ".decimal.Decimal", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_int", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 287, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_nan", + "callee": ".decimal.Decimal", + "lineno": 291, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_nan", + "callee": ".math.isnan", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_nan", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 292, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": ".decimal.Decimal", + "lineno": 296, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": ".math.isinf", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 297, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": ".decimal.Decimal", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": ".math.isinf", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_decimal_encoder_infinity", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 299, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_deque_encodes_child_models", + "callee": ".collections.deque", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_deque_encodes_child_models", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 308, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_pydantic_undefined", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 313, + "resolution": "imported_call" + }, + { + "caller": "tests.test_jsonable_encoder.test_encode_color", + "callee": "fastapi.encoders.jsonable_encoder", + "lineno": 331, + "resolution": "imported_call" + } + ], + "tests.test_json_type": [], + "tests.test_list_bytes_file_order_preserved_issue_14811": [], + "tests.test_local_docs": [ + { + "caller": "tests.test_local_docs.test_strings_in_generated_swagger", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 11, + "resolution": "imported_call" + }, + { + "caller": "tests.test_local_docs.test_strings_in_custom_swagger", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.test_local_docs.test_strings_in_generated_redoc", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.test_local_docs.test_strings_in_custom_redoc", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.test_local_docs.test_google_fonts_in_generated_redoc", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tests.test_local_docs.test_google_fonts_in_generated_redoc", + "callee": "fastapi.openapi.docs.get_redoc_html", + "lineno": 64, + "resolution": "imported_call" + } + ], + "tests.test_multipart_installation": [], + "tests.test_multi_body_errors": [ + { + "caller": "tests.test_multi_body_errors.", + "callee": ".pydantic.condecimal", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_multi_body_errors.", + "callee": ".decimal.Decimal", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_multi_body_errors.test_put_correct_body", + "callee": ".inline_snapshot.snapshot", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_multi_body_errors.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_multi_body_errors.test_openapi_schema", + "callee": ".dirty_equals.IsOneOf", + "lineno": 144, + "resolution": "external_constructor_call" + } + ], + "tests.test_multi_query_errors": [ + { + "caller": "tests.test_multi_query_errors.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "tests.test_no_schema_split": [ + { + "caller": "tests.test_no_schema_split.", + "callee": ".pydantic.Field", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_no_schema_split.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 59, + "resolution": "external_constructor_call" + } + ], + "tests.test_no_swagger_ui_redirect": [], + "tests.test_openapi_cache_root_path": [], + "tests.test_openapi_examples": [ + { + "caller": "tests.test_openapi_examples.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 145, + "resolution": "external_constructor_call" + } + ], + "tests.test_openapi_model_description_trim_on_formfeed": [], + "tests.test_openapi_query_parameter_extension": [ + { + "caller": "tests.test_openapi_query_parameter_extension.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_openapi_route_extensions": [ + { + "caller": "tests.test_openapi_route_extensions.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_openapi_schema_type": [], + "tests.test_openapi_separate_input_output_schemas": [ + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item_with_sub", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item_with_sub", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item_list", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_create_item_list", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_read_items", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_read_items", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_with_computed_field", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_with_computed_field", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema_no_separate", + "callee": "tests.test_openapi_separate_input_output_schemas.get_app_client", + "lineno": 442, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_openapi_separate_input_output_schemas.test_openapi_schema_no_separate", + "callee": ".inline_snapshot.snapshot", + "lineno": 445, + "resolution": "external_constructor_call" + } + ], + "tests.test_openapi_servers": [ + { + "caller": "tests.test_openapi_servers.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_operations_signatures": [], + "tests.test_optional_file_list": [], + "tests.test_orjson_response_class": [ + { + "caller": "tests.test_orjson_response_class.get_orjson_non_str_keys", + "callee": ".sqlalchemy.sql.elements.quoted_name", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.test_params_repr": [ + { + "caller": "tests.test_params_repr.test_param_repr_str", + "callee": "fastapi.params.Param.__init__", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_param_repr_none", + "callee": "fastapi.params.Param.__init__", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_param_repr_ellipsis", + "callee": "fastapi.params.Param.__init__", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_param_repr_number", + "callee": "fastapi.params.Param.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_param_repr_list", + "callee": "fastapi.params.Param.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_path_repr", + "callee": "fastapi.params.Path.__init__", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_path_repr", + "callee": "fastapi.params.Path.__init__", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_query_repr_str", + "callee": "fastapi.params.Query.__init__", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_query_repr_none", + "callee": "fastapi.params.Query.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_query_repr_ellipsis", + "callee": "fastapi.params.Query.__init__", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_query_repr_number", + "callee": "fastapi.params.Query.__init__", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_query_repr_list", + "callee": "fastapi.params.Query.__init__", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_header_repr_str", + "callee": "fastapi.params.Header.__init__", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_header_repr_none", + "callee": "fastapi.params.Header.__init__", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_header_repr_ellipsis", + "callee": "fastapi.params.Header.__init__", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_header_repr_number", + "callee": "fastapi.params.Header.__init__", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_header_repr_list", + "callee": "fastapi.params.Header.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_cookie_repr_str", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_cookie_repr_none", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_cookie_repr_ellipsis", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_cookie_repr_number", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 90, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_cookie_repr_list", + "callee": "fastapi.params.Cookie.__init__", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_body_repr_str", + "callee": "fastapi.params.Body.__init__", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_body_repr_none", + "callee": "fastapi.params.Body.__init__", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_body_repr_ellipsis", + "callee": "fastapi.params.Body.__init__", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_body_repr_number", + "callee": "fastapi.params.Body.__init__", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "tests.test_params_repr.test_body_repr_list", + "callee": "fastapi.params.Body.__init__", + "lineno": 114, + "resolution": "imported_call" + } + ], + "tests.test_param_class": [ + { + "caller": "tests.test_param_class.read_items", + "callee": "fastapi.params.Param.__init__", + "lineno": 9, + "resolution": "imported_call" + } + ], + "tests.test_param_include_in_schema": [ + { + "caller": "tests.test_param_include_in_schema.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 116, + "resolution": "external_constructor_call" + } + ], + "tests.test_param_in_path_and_dependency": [ + { + "caller": "tests.test_param_in_path_and_dependency.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.test_path": [], + "tests.test_prepare_release": [ + { + "caller": "tests.test_prepare_release.", + "callee": ".typer.testing.CliRunner", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_bump_version", + "callee": ".scripts.prepare_release.bump_version", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_version_file", + "callee": ".scripts.prepare_release.update_version_file", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_version_file", + "callee": ".pathlib.Path", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_version_file_requires_newer_version", + "callee": ".scripts.prepare_release.update_version_file", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_version_file_requires_newer_version", + "callee": ".pathlib.Path", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes", + "callee": ".scripts.prepare_release.update_release_notes", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes", + "callee": ".datetime.date", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes", + "callee": ".pathlib.Path", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes_rejects_existing_version", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes_rejects_existing_version", + "callee": ".scripts.prepare_release.update_release_notes", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes_rejects_existing_version", + "callee": ".datetime.date", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_update_release_notes_rejects_existing_version", + "callee": ".pathlib.Path", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_dated_heading", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_dated_heading", + "callee": ".scripts.prepare_release.get_release_notes_body", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_dated_heading", + "callee": ".pathlib.Path", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_plain_heading", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_plain_heading", + "callee": ".scripts.prepare_release.get_release_notes_body", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_with_plain_heading", + "callee": ".pathlib.Path", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_allows_non_version_h2_content", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_allows_non_version_h2_content", + "callee": ".scripts.prepare_release.get_release_notes_body", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_allows_non_version_h2_content", + "callee": ".pathlib.Path", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_version_section", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_version_section", + "callee": ".scripts.prepare_release.get_release_notes_body", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_version_section", + "callee": ".pathlib.Path", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_non_empty_section", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_non_empty_section", + "callee": ".scripts.prepare_release.get_release_notes_body", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_get_release_notes_body_requires_non_empty_section", + "callee": ".pathlib.Path", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_prepare_release.test_cli_updates_configured_files", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_cli_accepts_env_vars", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_prepare_release.test_cli_prints_release_notes", + "callee": "tests.test_prepare_release.release_notes_content", + "lineno": 283, + "resolution": "direct_name_call" + } + ], + "tests.test_put_no_body": [ + { + "caller": "tests.test_put_no_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations": [ + { + "caller": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.", + "callee": ".dataclasses.field", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.test_annotations", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations.test_annotations", + "callee": ".dirty_equals.IsUUID", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_pydantic_v1_error": [ + { + "caller": "tests.test_pydantic_v1_error.", + "callee": "tests.utils.skip_module_if_py_gte_314", + "lineno": 9, + "resolution": "imported_call" + } + ], + "tests.test_query": [], + "tests.test_query_cookie_header_model_extra_params": [], + "tests.test_read_with_orm_mode": [ + { + "caller": "tests.test_read_with_orm_mode.Person.test_read_with_orm_mode", + "callee": ".pydantic.ConfigDict", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_regex_deprecated_body": [ + { + "caller": "tests.test_regex_deprecated_body.test_no_query", + "callee": "tests.test_regex_deprecated_body.get_client", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_body.test_q_fixedquery", + "callee": "tests.test_regex_deprecated_body.get_client", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_body.test_query_nonregexquery", + "callee": "tests.test_regex_deprecated_body.get_client", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_body.test_openapi_schema", + "callee": "tests.test_regex_deprecated_body.get_client", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "tests.test_regex_deprecated_params": [ + { + "caller": "tests.test_regex_deprecated_params.test_query_params_str_validations_no_query", + "callee": "tests.test_regex_deprecated_params.get_client", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_params.test_query_params_str_validations_q_fixedquery", + "callee": "tests.test_regex_deprecated_params.get_client", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_params.test_query_params_str_validations_item_query_nonregexquery", + "callee": "tests.test_regex_deprecated_params.get_client", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_params.test_openapi_schema", + "callee": "tests.test_regex_deprecated_params.get_client", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_regex_deprecated_params.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "tests.test_repeated_cookie_headers": [], + "tests.test_repeated_dependency_schema": [ + { + "caller": "tests.test_repeated_dependency_schema.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 37, + "resolution": "external_constructor_call" + } + ], + "tests.test_repeated_parameter_alias": [ + { + "caller": "tests.test_repeated_parameter_alias.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_body_parameters_media_type": [ + { + "caller": "tests.test_request_body_parameters_media_type.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_param_model_by_alias": [ + { + "caller": "tests.test_request_param_model_by_alias.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_param_model_by_alias.test_header_model_with_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 63, + "resolution": "external_constructor_call" + } + ], + "tests.test_required_noneable": [], + "tests.test_response_by_alias": [ + { + "caller": "tests.test_response_by_alias.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_response_by_alias.", + "callee": ".pydantic.ConfigDict", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_response_by_alias.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 140, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_change_status_code": [], + "tests.test_response_class_no_mediatype": [ + { + "caller": "tests.test_response_class_no_mediatype.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_code_no_body": [ + { + "caller": "tests.test_response_code_no_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_dependency": [ + { + "caller": "tests.test_response_dependency.test_background_tasks_with_depends_annotated.background_task", + "callee": ".list.append", + "lineno": 155, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_response_model_as_return_annotation": [ + { + "caller": "tests.test_response_model_as_return_annotation.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 514, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_model_data_filter": [], + "tests.test_response_model_data_filter_no_inheritance": [], + "tests.test_response_model_default_factory": [ + { + "caller": "tests.test_response_model_default_factory.", + "callee": ".pydantic.Field", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_model_include_exclude": [], + "tests.test_response_model_invalid": [], + "tests.test_response_model_sub_types": [ + { + "caller": "tests.test_response_model_sub_types.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.test_response_set_response_code_empty": [ + { + "caller": "tests.test_response_set_response_code_empty.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_return_none_stringified_annotations": [], + "tests.test_router_circular_import": [], + "tests.test_router_events": [], + "tests.test_router_prefix_with_template": [], + "tests.test_router_redirect_slashes": [], + "tests.test_route_scope": [], + "tests.test_schema_compat_pydantic_v2": [ + { + "caller": "tests.test_schema_compat_pydantic_v2.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_schema_compat_pydantic_v2.test_openapi_schema", + "callee": ".dirty_equals.IsOneOf", + "lineno": 67, + "resolution": "external_constructor_call" + } + ], + "tests.test_schema_extra_examples": [ + { + "caller": "tests.test_schema_extra_examples.Item.create_app", + "callee": ".pydantic.ConfigDict", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_schema_extra_examples.test_call_api", + "callee": "tests.test_schema_extra_examples.create_app", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_schema_extra_examples.test_openapi_schema", + "callee": "tests.test_schema_extra_examples.create_app", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_schema_extra_examples.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 265, + "resolution": "external_constructor_call" + } + ], + "tests.test_schema_ref_pydantic_v2": [ + { + "caller": "tests.test_schema_ref_pydantic_v2.ModelWithRef.get_client", + "callee": ".pydantic.Field", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_schema_ref_pydantic_v2.ModelWithRef.get_client", + "callee": ".pydantic.ConfigDict", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_schema_ref_pydantic_v2.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_cookie": [ + { + "caller": "tests.test_security_api_key_cookie.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_cookie_description": [ + { + "caller": "tests.test_security_api_key_cookie_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_cookie_optional": [ + { + "caller": "tests.test_security_api_key_cookie_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_header": [ + { + "caller": "tests.test_security_api_key_header.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_header_description": [ + { + "caller": "tests.test_security_api_key_header_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_header_optional": [ + { + "caller": "tests.test_security_api_key_header_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_query": [ + { + "caller": "tests.test_security_api_key_query.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_query_description": [ + { + "caller": "tests.test_security_api_key_query_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_api_key_query_optional": [ + { + "caller": "tests.test_security_api_key_query_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_base": [ + { + "caller": "tests.test_security_http_base.", + "callee": "fastapi.security.http.HTTPBase.__init__", + "lineno": 8, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_http_base.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_base_description": [ + { + "caller": "tests.test_security_http_base_description.", + "callee": "fastapi.security.http.HTTPBase.__init__", + "lineno": 8, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_http_base_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_base_optional": [ + { + "caller": "tests.test_security_http_base_optional.", + "callee": "fastapi.security.http.HTTPBase.__init__", + "lineno": 8, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_http_base_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_basic_optional": [ + { + "caller": "tests.test_security_http_basic_optional.test_security_http_basic_non_basic_credentials", + "callee": ".base64.b64encode", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_security_http_basic_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_basic_realm": [ + { + "caller": "tests.test_security_http_basic_realm.test_security_http_basic_non_basic_credentials", + "callee": ".base64.b64encode", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_security_http_basic_realm.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_basic_realm_description": [ + { + "caller": "tests.test_security_http_basic_realm_description.test_security_http_basic_non_basic_credentials", + "callee": ".base64.b64encode", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_security_http_basic_realm_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_bearer": [ + { + "caller": "tests.test_security_http_bearer.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_bearer_description": [ + { + "caller": "tests.test_security_http_bearer_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_bearer_optional": [ + { + "caller": "tests.test_security_http_bearer_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_digest": [ + { + "caller": "tests.test_security_http_digest.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_digest_description": [ + { + "caller": "tests.test_security_http_digest_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_http_digest_optional": [ + { + "caller": "tests.test_security_http_digest_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2": [ + { + "caller": "tests.test_security_oauth2.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 152, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_authorization_code_bearer": [ + { + "caller": "tests.test_security_oauth2_authorization_code_bearer.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_authorization_code_bearer_description": [ + { + "caller": "tests.test_security_oauth2_authorization_code_bearer_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi": [ + { + "caller": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 102, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple": [ + { + "caller": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_optional": [ + { + "caller": "tests.test_security_oauth2_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 153, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_optional_description": [ + { + "caller": "tests.test_security_oauth2_optional_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 154, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_password_bearer_optional": [ + { + "caller": "tests.test_security_oauth2_password_bearer_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_oauth2_password_bearer_optional_description": [ + { + "caller": "tests.test_security_oauth2_password_bearer_optional_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_openid_connect": [ + { + "caller": "tests.test_security_openid_connect.", + "callee": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_openid_connect.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_openid_connect_description": [ + { + "caller": "tests.test_security_openid_connect_description.", + "callee": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_openid_connect_description.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_openid_connect_optional": [ + { + "caller": "tests.test_security_openid_connect_optional.", + "callee": "fastapi.security.open_id_connect_url.OpenIdConnect.__init__", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "tests.test_security_openid_connect_optional.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 54, + "resolution": "external_constructor_call" + } + ], + "tests.test_security_scopes": [], + "tests.test_security_scopes_dont_propagate": [], + "tests.test_security_scopes_sub_dependency": [], + "tests.test_serialize_response": [], + "tests.test_serialize_response_dataclass": [ + { + "caller": "tests.test_serialize_response_dataclass.get_valid", + "callee": ".datetime.datetime", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_object", + "callee": ".datetime.datetime", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_coerce", + "callee": ".datetime.datetime", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_validlist", + "callee": ".datetime.datetime", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_validlist", + "callee": ".datetime.datetime", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_validlist", + "callee": ".datetime.datetime", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_objectlist", + "callee": ".datetime.datetime", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_objectlist", + "callee": ".datetime.datetime", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_objectlist", + "callee": ".datetime.datetime", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_no_response_model_object", + "callee": ".datetime.datetime", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.get_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_valid", + "callee": ".datetime.datetime", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_object", + "callee": ".datetime.datetime", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_coerce", + "callee": ".datetime.datetime", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_validlist", + "callee": ".datetime.datetime", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_validlist", + "callee": ".datetime.datetime", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_validlist", + "callee": ".datetime.datetime", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_objectlist", + "callee": ".datetime.datetime", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_objectlist", + "callee": ".datetime.datetime", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_objectlist", + "callee": ".datetime.datetime", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_no_response_model_object", + "callee": ".datetime.datetime", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_dataclass.test_no_response_model_objectlist", + "callee": ".datetime.datetime", + "lineno": 189, + "resolution": "external_constructor_call" + } + ], + "tests.test_serialize_response_model": [ + { + "caller": "tests.test_serialize_response_model.", + "callee": ".pydantic.Field", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_serialize_response_model.", + "callee": ".starlette.testclient.TestClient", + "lineno": 84, + "resolution": "external_constructor_call" + } + ], + "tests.test_skip_defaults": [], + "tests.test_sse": [ + { + "caller": "tests.test_sse.sse_items_event", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_event", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_event", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 61, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_event", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_mixed", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_string", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_raw", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_raw", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.sse_items_raw", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.test_server_sent_event_null_id_rejected", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 221, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.test_server_sent_event_single_line_fields_reject_newlines", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.test_server_sent_event_negative_retry_rejected", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.test_server_sent_event_float_retry_rejected", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 240, + "resolution": "imported_call" + }, + { + "caller": "tests.test_sse.test_data_and_raw_data_mutually_exclusive", + "callee": "fastapi.sse.ServerSentEvent.", + "lineno": 264, + "resolution": "imported_call" + } + ], + "tests.test_starlette_exception": [ + { + "caller": "tests.test_starlette_exception.read_item", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_starlette_exception.no_body_status_code_exception", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_starlette_exception.no_body_status_code_with_detail_exception", + "callee": ".starlette.exceptions.HTTPException", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_starlette_exception.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 83, + "resolution": "external_constructor_call" + } + ], + "tests.test_starlette_urlconvertors": [], + "tests.test_stream_bare_type": [], + "tests.test_stream_cancellation": [ + { + "caller": "tests.test_stream_cancellation.test_raw_stream_cancellation", + "callee": "tests.test_stream_cancellation._run_asgi_and_cancel", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_stream_cancellation.test_jsonl_stream_cancellation", + "callee": "tests.test_stream_cancellation._run_asgi_and_cancel", + "lineno": 87, + "resolution": "direct_name_call" + } + ], + "tests.test_stream_json_validation_error": [], + "tests.test_strict_content_type_app_level": [], + "tests.test_strict_content_type_nested": [], + "tests.test_strict_content_type_router_level": [], + "tests.test_stringified_annotations_simple": [ + { + "caller": "tests.test_stringified_annotations_simple.test_stringified_annotations.call", + "callee": "tests.test_stringified_annotations_simple.Dep.", + "lineno": 23, + "resolution": "same_module_class_call" + } + ], + "tests.test_stringified_annotation_dependency": [ + { + "caller": "tests.test_stringified_annotation_dependency.get_client", + "callee": "tests.test_stringified_annotation_dependency.DummyClient.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_stringified_annotation_dependency.get_client", + "callee": "tests.test_stringified_annotation_dependency.DummyClient.close", + "lineno": 25, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.test_stringified_annotation_dependency.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "tests.test_stringified_annotation_dependency_py314": [], + "tests.test_sub_callbacks": [ + { + "caller": "tests.test_sub_callbacks.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 88, + "resolution": "external_constructor_call" + } + ], + "tests.test_swagger_ui_escape": [ + { + "caller": "tests.test_swagger_ui_escape.test_init_oauth_html_chars_are_escaped", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 6, + "resolution": "imported_call" + }, + { + "caller": "tests.test_swagger_ui_escape.test_swagger_ui_parameters_html_chars_are_escaped", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "tests.test_swagger_ui_escape.test_normal_init_oauth_still_works", + "callee": "fastapi.openapi.docs.get_swagger_ui_html", + "lineno": 29, + "resolution": "imported_call" + } + ], + "tests.test_swagger_ui_init_oauth": [], + "tests.test_top_level_security_scheme_in_openapi": [ + { + "caller": "tests.test_top_level_security_scheme_in_openapi.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 37, + "resolution": "external_constructor_call" + } + ], + "tests.test_tuples": [ + { + "caller": "tests.test_tuples.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 87, + "resolution": "external_constructor_call" + } + ], + "tests.test_typing_python39": [ + { + "caller": "tests.test_typing_python39.test_typing", + "callee": ".dict.items", + "lineno": 15, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_union_body": [ + { + "caller": "tests.test_union_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_union_body_discriminator": [ + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".pydantic.Tag", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".pydantic.Tag", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".pydantic.Field", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2.save_union_body_discriminator", + "callee": ".pydantic.Field", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".dirty_equals.IsOneOf", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".dirty_equals.IsOneOf", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator.test_discriminator_pydantic_v2", + "callee": ".dirty_equals.IsOneOf", + "lineno": 162, + "resolution": "external_constructor_call" + } + ], + "tests.test_union_body_discriminator_annotated": [ + { + "caller": "tests.test_union_body_discriminator_annotated.client_fixture", + "callee": ".pydantic.Tag", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator_annotated.client_fixture", + "callee": ".pydantic.Tag", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator_annotated.client_fixture", + "callee": ".pydantic.Discriminator", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_union_body_discriminator_annotated.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 63, + "resolution": "external_constructor_call" + } + ], + "tests.test_union_forms": [ + { + "caller": "tests.test_union_forms.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 65, + "resolution": "external_constructor_call" + } + ], + "tests.test_union_inherited_body": [ + { + "caller": "tests.test_union_inherited_body.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_validate_response": [], + "tests.test_validate_response_dataclass": [], + "tests.test_validation_error_context": [ + { + "caller": "tests.test_validation_error_context.", + "callee": "tests.test_validation_error_context.ExceptionCapture.__init__", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_validation_error_context.request_validation_handler", + "callee": "tests.test_validation_error_context.ExceptionCapture.capture", + "lineno": 35, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.test_validation_error_context.response_validation_handler", + "callee": "tests.test_validation_error_context.ExceptionCapture.capture", + "lineno": 42, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.test_validation_error_context.websocket_validation_handler", + "callee": "tests.test_validation_error_context.ExceptionCapture.capture", + "lineno": 51, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.test_validation_error_context.test_validation_error_with_only_path", + "callee": "fastapi.exceptions.RequestValidationError.__init__", + "lineno": 156, + "resolution": "imported_call" + }, + { + "caller": "tests.test_validation_error_context.test_validation_error_with_no_context", + "callee": "fastapi.exceptions.RequestValidationError.__init__", + "lineno": 164, + "resolution": "imported_call" + } + ], + "tests.test_webhooks_security": [ + { + "caller": "tests.test_webhooks_security.test_dummy_webhook", + "callee": "tests.test_webhooks_security.new_subscription", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_webhooks_security.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_wrapped_method_forward_reference": [ + { + "caller": "tests.test_wrapped_method_forward_reference.test_wrapped_method_type_inference", + "callee": "tests.test_wrapped_method_forward_reference.passthrough", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_wrapped_method_forward_reference.test_wrapped_method_type_inference", + "callee": "tests.test_wrapped_method_forward_reference.passthrough", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_wrapped_method_forward_reference.test_wrapped_method_type_inference", + "callee": "tests.test_wrapped_method_forward_reference.passthrough", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.test_ws_dependencies": [ + { + "caller": "tests.test_ws_dependencies.", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.index", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.routerindex", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.routerprefixindex", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_dependencies.", + "callee": "tests.test_ws_dependencies.create_dependency", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.test_ws_router": [ + { + "caller": "tests.test_ws_router.", + "callee": "tests.test_ws_router.make_app", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_router.test_depend_validation.catcher", + "callee": ".list.append", + "lineno": 221, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_ws_router.test_depend_validation", + "callee": "tests.test_ws_router.make_app", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_router.test_depend_err_middleware", + "callee": "tests.test_ws_router.make_app", + "lineno": 248, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_ws_router.test_depend_err_handler", + "callee": "tests.test_ws_router.make_app", + "lineno": 265, + "resolution": "direct_name_call" + } + ], + "tests.utils": [], + "tests": [], + "tests.benchmarks.test_general_performance": [ + { + "caller": "tests.benchmarks.test_general_performance.test_sync_receiving_validated_pydantic_model", + "callee": "tests.benchmarks.test_general_performance._bench_post_json", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 226, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_receiving_validated_pydantic_model", + "callee": "tests.benchmarks.test_general_performance._bench_post_json", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 278, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_receiving_large_payload", + "callee": "tests.benchmarks.test_general_performance._bench_post_json", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_receiving_large_payload", + "callee": "tests.benchmarks.test_general_performance._bench_post_json", + "lineno": 303, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 335, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 345, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 349, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 355, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_sync_return_large_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 359, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_dict_without_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 369, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 375, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_dict_with_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 385, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_model_without_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 389, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._bench_get", + "lineno": 395, + "resolution": "direct_name_call" + }, + { + "caller": "tests.benchmarks.test_general_performance.test_async_return_large_model_with_response_model", + "callee": "tests.benchmarks.test_general_performance._expected_large_payload_json_bytes", + "lineno": 399, + "resolution": "direct_name_call" + } + ], + "tests.benchmarks": [], + "tests.test_modules_same_name_body.test_main": [ + { + "caller": "tests.test_modules_same_name_body.test_main.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 32, + "resolution": "external_constructor_call" + } + ], + "tests.test_modules_same_name_body": [], + "tests.test_modules_same_name_body.app.a": [], + "tests.test_modules_same_name_body.app.b": [], + "tests.test_modules_same_name_body.app.main": [], + "tests.test_modules_same_name_body.app": [], + "tests.test_request_params": [], + "tests.test_request_params.test_body.test_list": [ + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_str_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.", + "callee": ".pydantic.Field", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_str_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.", + "callee": ".pydantic.Field", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.", + "callee": ".pydantic.Field", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 332, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 364, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 392, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_list.test_required_list_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 416, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_body.test_optional_list": [ + { + "caller": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.test_optional_list_str_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 129, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.test_optional_list_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 237, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 334, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 356, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_body.test_optional_str": [ + { + "caller": "tests.test_request_params.test_body.test_optional_str.test_optional_str_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.test_optional_str_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.test_optional_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_optional_str.test_optional_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 339, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_body.test_required_str": [ + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_str_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_str_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 204, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 258, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 296, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_body.utils.get_body_model_name", + "lineno": 318, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 348, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 350, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_body.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 401, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_body.utils": [], + "tests.test_request_params.test_body": [], + "tests.test_request_params.test_cookie.test_list": [], + "tests.test_request_params.test_cookie.test_optional_list": [], + "tests.test_request_params.test_cookie.test_optional_str": [ + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.test_optional_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.test_optional_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_optional_str.test_optional_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 265, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_cookie.test_required_str": [ + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 294, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 344, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_cookie.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 400, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_cookie": [], + "tests.test_request_params.test_file.test_list": [ + { + "caller": "tests.test_request_params.test_file.test_list.test_list_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_list.test_list_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 115, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_list.test_list_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_list.test_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 344, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_file.test_optional": [ + { + "caller": "tests.test_request_params.test_file.test_optional.test_optional_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional.test_optional_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional.test_optional_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional.test_optional_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 293, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_file.test_optional_list": [ + { + "caller": "tests.test_request_params.test_file.test_optional_list.test_optional_list_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional_list.test_optional_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 206, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 305, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_file.test_required": [ + { + "caller": "tests.test_request_params.test_file.test_required.test_required_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_required.test_required_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_required.test_required_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 220, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_file.test_required.test_required_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_file.utils.get_body_model_name", + "lineno": 333, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_file.utils": [], + "tests.test_request_params.test_file": [], + "tests.test_request_params.test_form.test_list": [ + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_str_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.", + "callee": ".pydantic.Field", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_str_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.", + "callee": ".pydantic.Field", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 216, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 276, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 276, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.", + "callee": ".pydantic.Field", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 393, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_list.test_required_list_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 419, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_form.test_optional_list": [ + { + "caller": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.test_optional_list_str_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.test_optional_list_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 283, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_form.test_optional_str": [ + { + "caller": "tests.test_request_params.test_form.test_optional_str.test_optional_str_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.test_optional_str_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 101, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.test_optional_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 178, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_optional_str.test_optional_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 270, + "resolution": "imported_call" + } + ], + "tests.test_request_params.test_form.test_required_str": [ + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_str_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_str_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 107, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 200, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_schema", + "callee": "tests.test_request_params.test_form.utils.get_body_model_name", + "lineno": 314, + "resolution": "imported_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 346, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 373, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_form.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 397, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_form.utils": [], + "tests.test_request_params.test_form": [], + "tests.test_request_params.test_header.test_list": [ + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.", + "callee": ".pydantic.Field", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.", + "callee": ".pydantic.Field", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.", + "callee": ".pydantic.Field", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 379, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 381, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_list.test_required_list_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 407, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_header.test_optional_list": [ + { + "caller": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.test_optional_list_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.test_optional_list_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 274, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_header.test_optional_str": [ + { + "caller": "tests.test_request_params.test_header.test_optional_str.test_optional_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.test_optional_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.test_optional_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_optional_str.test_optional_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 260, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_header.test_required_str": [ + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 363, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 365, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 390, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_header.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsPartialDict", + "lineno": 392, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_header": [], + "tests.test_request_params.test_path.test_list": [], + "tests.test_request_params.test_path.test_optional_list": [], + "tests.test_request_params.test_path.test_optional_str": [], + "tests.test_request_params.test_path.test_required_str": [ + { + "caller": "tests.test_request_params.test_path.test_required_str.test_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_path.test_required_str.test_schema", + "callee": ".inline_snapshot.Is", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_path.test_required_str.test_schema", + "callee": ".inline_snapshot.Is", + "lineno": 62, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_path": [], + "tests.test_request_params.test_query.test_list": [ + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.", + "callee": ".pydantic.Field", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.", + "callee": ".pydantic.Field", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.", + "callee": ".pydantic.Field", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 315, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 351, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_list.test_required_list_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 408, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_query.test_optional_list": [ + { + "caller": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.test_optional_list_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.test_optional_list_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.", + "callee": ".pydantic.Field", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_list.test_optional_list_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 272, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_query.test_optional_str": [ + { + "caller": "tests.test_request_params.test_query.test_optional_str.test_optional_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.test_optional_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.test_optional_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.", + "callee": ".pydantic.Field", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_optional_str.test_optional_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 260, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_query.test_required_str": [ + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_str_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_str_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_str_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.", + "callee": ".pydantic.Field", + "lineno": 289, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_missing", + "callee": ".dirty_equals.IsOneOf", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_by_name", + "callee": ".dirty_equals.IsOneOf", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_request_params.test_query.test_required_str.test_required_alias_and_validation_alias_by_alias", + "callee": ".dirty_equals.IsOneOf", + "lineno": 393, + "resolution": "external_constructor_call" + } + ], + "tests.test_request_params.test_query": [], + "tests.test_tutorial": [], + "tests.test_tutorial.test_additional_responses.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_additional_responses.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_additional_responses.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_additional_responses.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_additional_responses.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_additional_responses.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_additional_responses": [], + "tests.test_tutorial.test_additional_status_codes.test_tutorial001": [], + "tests.test_tutorial.test_additional_status_codes": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial001": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial002": [], + "tests.test_tutorial.test_advanced_middleware.test_tutorial003": [], + "tests.test_tutorial.test_advanced_middleware": [], + "tests.test_tutorial.test_async_tests.test_main_a": [ + { + "caller": "tests.test_tutorial.test_async_tests.test_main_a.test_async_testing", + "callee": ".docs_src.async_tests.app_a_py310.test_main.test_root", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_async_tests": [], + "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_authentication_error_status_code": [], + "tests.test_tutorial.test_background_tasks.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_background_tasks.test_tutorial001.test", + "callee": ".pathlib.Path", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_background_tasks.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_background_tasks.test_tutorial002.test", + "callee": ".pathlib.Path", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_background_tasks": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01": [], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_behind_a_proxy.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_behind_a_proxy": [], + "tests.test_tutorial.test_bigger_applications.test_main": [ + { + "caller": "tests.test_tutorial.test_bigger_applications.test_main.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 272, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_bigger_applications": [], + "tests.test_tutorial.test_body.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_body.test_tutorial001.test_other_exceptions", + "callee": ".unittest.mock.patch", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 257, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_body.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_body.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_body.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 79, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body": [], + "tests.test_tutorial.test_body_fields.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_body_fields.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 76, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_fields": [], + "tests.test_tutorial.test_body_multiple_params.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_body_multiple_params.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 69, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_body_multiple_params.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 203, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_body_multiple_params.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 104, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_body_multiple_params.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 161, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_multiple_params.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_body_multiple_params.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 133, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_multiple_params": [], + "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_put_all", + "callee": ".dirty_equals.IsList", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".dict.update", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".dict.update", + "lineno": 137, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".dict.update", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.Is", + "lineno": 212, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_put_all", + "callee": ".dirty_equals.IsList", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 142, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_put_all", + "callee": ".dirty_equals.IsList", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 165, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_put_all", + "callee": ".dirty_equals.IsList", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 125, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial007.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 187, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial008": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial008.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 70, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models.test_tutorial009": [ + { + "caller": "tests.test_tutorial.test_body_nested_models.test_tutorial009.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_nested_models": [], + "tests.test_tutorial.test_body_updates.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_body_updates.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_updates.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_body_updates.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 72, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_body_updates": [], + "tests.test_tutorial.test_conditional_openapi.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_disable_openapi", + "callee": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.get_client", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_root", + "callee": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.get_client", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_default_openapi", + "callee": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.get_client", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_conditional_openapi.test_tutorial001.test_default_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_conditional_openapi": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002": [], + "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003": [], + "tests.test_tutorial.test_configure_swagger_ui": [], + "tests.test_tutorial.test_cookie_params.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_cookie_params.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_cookie_params": [], + "tests.test_tutorial.test_cookie_param_models.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_cookie_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_cookie_param_models.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 81, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_cookie_param_models.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_cookie_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_cookie_param_models.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 88, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_cookie_param_models": [], + "tests.test_tutorial.test_cors.test_tutorial001": [], + "tests.test_tutorial.test_cors": [], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001.client", + "callee": ".pathlib.Path", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_docs_ui.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002.client", + "callee": ".pathlib.Path", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_docs_ui": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial001": [], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002.test_exception_handler_body_access", + "callee": ".dirty_equals.IsOneOf", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_request_and_route.test_tutorial003": [], + "tests.test_tutorial.test_custom_request_and_route": [], + "tests.test_tutorial.test_custom_response.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial001b": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial001b.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.Is", + "lineno": 62, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006b": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial006b.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial006c": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial006c.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response.test_tutorial007": [], + "tests.test_tutorial.test_custom_response.test_tutorial008": [], + "tests.test_tutorial.test_custom_response.test_tutorial009": [], + "tests.test_tutorial.test_custom_response.test_tutorial009b": [], + "tests.test_tutorial.test_custom_response.test_tutorial009c": [], + "tests.test_tutorial.test_custom_response.test_tutorial010": [ + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial010.test_get_custom_response", + "callee": ".inline_snapshot.snapshot", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_custom_response.test_tutorial010.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_custom_response": [], + "tests.test_tutorial.test_dataclasses.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_dataclasses.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_dataclasses.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dataclasses.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_dataclasses.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 73, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dataclasses": [], + "tests.test_tutorial.test_debugging.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_debugging.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_debugging": [], + "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 85, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 72, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db.test_async_gen", + "callee": ".contextlib.asynccontextmanager", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db", + "callee": ".unittest.mock.Mock", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db", + "callee": ".unittest.mock.patch", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db", + "callee": "tests.test_tutorial.test_dependencies.test_tutorial007.test_get_db.test_async_gen", + "lineno": 21, + "resolution": "nested_function_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.Mock", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.Mock", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.Mock", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.patch", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.patch", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial008.test_get_db", + "callee": ".unittest.mock.patch", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial008b": [], + "tests.test_tutorial.test_dependencies.test_tutorial008c": [], + "tests.test_tutorial.test_dependencies.test_tutorial008d": [], + "tests.test_tutorial.test_dependencies.test_tutorial008e": [], + "tests.test_tutorial.test_dependencies.test_tutorial010": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial010.test_get_db", + "callee": ".unittest.mock.Mock", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial010.test_get_db", + "callee": ".unittest.mock.patch", + "lineno": 21, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial011": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial011.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies.test_tutorial012": [ + { + "caller": "tests.test_tutorial.test_dependencies.test_tutorial012.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 119, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_dependencies": [], + "tests.test_tutorial.test_encoder.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_encoder.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 76, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_encoder": [], + "tests.test_tutorial.test_events.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_events.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_events.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_events.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_events.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_events.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_events": [], + "tests.test_tutorial.test_extending_openapi.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_extending_openapi.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extending_openapi": [], + "tests.test_tutorial.test_extra_data_types.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_extra_data_types.test_tutorial001.test_extra_types", + "callee": ".dict.copy", + "lineno": 32, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_tutorial.test_extra_data_types.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extra_data_types": [], + "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002": [ + { + "caller": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002.test_openapi_schema", + "callee": ".dirty_equals.IsList", + "lineno": 92, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_extra_models.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_extra_models.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extra_models.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_extra_models.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 30, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_extra_models": [], + "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003": [ + { + "caller": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 37, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_first_steps": [], + "tests.test_tutorial.test_generate_clients.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_generate_clients.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_generate_clients.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_generate_clients.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_generate_clients.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_generate_clients.test_tutorial004.test_remove_tags", + "callee": ".unittest.mock.patch", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_generate_clients.test_tutorial004.test_remove_tags", + "callee": ".inline_snapshot.snapshot", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_generate_clients": [], + "tests.test_tutorial.test_graphql.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_graphql.test_tutorial001.get_client", + "callee": ".starlette.testclient.TestClient", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_graphql.test_tutorial001.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 30, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_graphql": [], + "tests.test_tutorial.test_handling_errors.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_handling_errors.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_handling_errors": [], + "tests.test_tutorial.test_header_params.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_header_params.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_params.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_header_params.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_params.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_header_params.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_params": [], + "tests.test_tutorial.test_header_param_models.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_invalid", + "callee": ".dirty_equals.IsOneOf", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_header_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 103, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_header_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 97, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_param_models.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_no_underscore", + "callee": ".inline_snapshot.snapshot", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_no_underscore", + "callee": ".dirty_equals.IsOneOf", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_invalid", + "callee": ".dirty_equals.IsOneOf", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_header_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_header_param_models.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 142, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_header_param_models": [], + "tests.test_tutorial.test_json_base64_bytes.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 57, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_json_base64_bytes": [], + "tests.test_tutorial.test_metadata.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_metadata.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_metadata.test_tutorial001_1": [ + { + "caller": "tests.test_tutorial.test_metadata.test_tutorial001_1.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_metadata.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_metadata.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_metadata.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_metadata.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_metadata.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_metadata.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_metadata": [], + "tests.test_tutorial.test_middleware.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_middleware.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_middleware": [], + "tests.test_tutorial.test_openapi_callbacks.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_openapi_callbacks": [], + "tests.test_tutorial.test_openapi_webhooks.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_openapi_webhooks": [], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 79, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_advanced_configurations": [], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001.test_post_items", + "callee": ".dirty_equals.IsList", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_post_items", + "callee": ".dirty_equals.IsList", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.", + "callee": ".textwrap.dedent", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.test_post_items", + "callee": ".dirty_equals.IsList", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.Is", + "lineno": 76, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_operation_configurations": [], + "tests.test_tutorial.test_path_params.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params.test_tutorial003b": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial003b.test_read_users2", + "callee": ".docs_src.path_params.tutorial003b_py310.read_users2", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial003b.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_path_params.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params": [], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003": [ + { + "caller": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 70, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 84, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 100, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 108, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_path_params_numeric_validations": [], + "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002.test_run_module", + "callee": ".unittest.mock.patch", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial003.test_get_name_with_age_pass_int", + "callee": ".docs_src.python_types.tutorial003_py310.get_name_with_age", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial003.test_get_name_with_age_pass_str", + "callee": ".docs_src.python_types.tutorial003_py310.get_name_with_age", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial004.test_get_name_with_age_pass_int", + "callee": ".docs_src.python_types.tutorial004_py310.get_name_with_age", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial005.test_get_items", + "callee": ".docs_src.python_types.tutorial005_py310.get_items", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial006.test_process_items", + "callee": ".unittest.mock.patch", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial006.test_process_items", + "callee": ".docs_src.python_types.tutorial006_py310.process_items", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial007.test_process_items", + "callee": ".docs_src.python_types.tutorial007_py310.process_items", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial008.test_process_items", + "callee": ".unittest.mock.patch", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial008.test_process_items", + "callee": ".docs_src.python_types.tutorial008_py310.process_items", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial008b": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial008b.test_process_items", + "callee": ".unittest.mock.patch", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b.test_say_hi", + "callee": ".unittest.mock.patch", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial010": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial010.test_get_person_name", + "callee": ".docs_src.python_types.tutorial010_py310.get_person_name", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial010.test_get_person_name", + "callee": ".docs_src.python_types.tutorial010_py310.Person", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial011": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial011.test_run_module", + "callee": ".unittest.mock.patch", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types.test_tutorial013": [ + { + "caller": "tests.test_tutorial.test_python_types.test_tutorial013.test_say_hello", + "callee": ".docs_src.python_types.tutorial013_py310.say_hello", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_python_types": [], + "tests.test_tutorial.test_query_params.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 58, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_query_params.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 64, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params": [], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 66, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 76, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 61, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 67, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 75, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial008": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial009": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial010": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010.test_openapi_schema", + "callee": ".inline_snapshot.Is", + "lineno": 114, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial011": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial012": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial013": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial014": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations.test_tutorial015": [ + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_random_item", + "callee": ".dirty_equals.IsStr", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_random_item", + "callee": ".dirty_equals.IsStr", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_get_invalid_item", + "callee": ".inline_snapshot.snapshot", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_params_str_validations": [], + "tests.test_tutorial.test_query_param_models.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_query_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_param_models.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 116, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_param_models.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model_invalid", + "callee": ".inline_snapshot.snapshot", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_query_param_model_extra", + "callee": ".inline_snapshot.snapshot", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_query_param_models.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 122, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_query_param_models": [], + "tests.test_tutorial.test_request_files.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_request_files.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 86, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_02": [ + { + "caller": "tests.test_tutorial.test_request_files.test_tutorial001_02.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_files.test_tutorial001_03": [ + { + "caller": "tests.test_tutorial.test_request_files.test_tutorial001_03.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_files.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_request_files.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 106, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_files.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_request_files.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 76, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_files": [], + "tests.test_tutorial.test_request_forms.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_request_forms.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 103, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_forms": [], + "tests.test_tutorial.test_request_forms_and_files.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 153, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_forms_and_files": [], + "tests.test_tutorial.test_request_form_models.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_request_form_models.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 103, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_form_models.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_request_form_models.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 120, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_request_form_models": [], + "tests.test_tutorial.test_response_change_status_code.test_tutorial001": [], + "tests.test_tutorial.test_response_change_status_code": [], + "tests.test_tutorial.test_response_cookies.test_tutorial001": [], + "tests.test_tutorial.test_response_cookies.test_tutorial002": [], + "tests.test_tutorial.test_response_cookies": [], + "tests.test_tutorial.test_response_directly.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_response_directly.test_tutorial001.test_openapi_schema_pv2", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_directly.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_response_directly.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_directly": [], + "tests.test_tutorial.test_response_headers.test_tutorial001": [], + "tests.test_tutorial.test_response_headers.test_tutorial002": [], + "tests.test_tutorial.test_response_headers": [], + "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 79, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_01": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial003_01.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_02": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial003_02.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_03": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial003_03.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial003_04": [], + "tests.test_tutorial.test_response_model.test_tutorial003_05": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial003_05.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_response_model.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_model": [], + "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002": [ + { + "caller": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_response_status_code": [], + "tests.test_tutorial.test_schema_extra_example.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_schema_extra_example.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_schema_extra_example.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_schema_extra_example.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_schema_extra_example.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_schema_extra_example.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_schema_extra_example.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_schema_extra_example": [], + "tests.test_tutorial.test_security.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 88, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial004.test_token", + "callee": "tests.test_tutorial.test_security.test_tutorial004.get_access_token", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial004.test_token_inactive_user", + "callee": "tests.test_tutorial.test_security.test_tutorial004.get_access_token", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial004.test_read_items", + "callee": "tests.test_tutorial.test_security.test_tutorial004.get_access_token", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 190, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.cache_verify_password", + "callee": ".functools.lru_cache", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_token", + "callee": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_token_no_scope", + "callee": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_token_inactive_user", + "callee": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_read_items", + "callee": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_read_system_status", + "callee": "tests.test_tutorial.test_security.test_tutorial005.get_access_token", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 232, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial006": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial006.test_security_http_basic_non_basic_credentials", + "callee": ".base64.b64encode", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial006.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 57, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security.test_tutorial007": [ + { + "caller": "tests.test_tutorial.test_security.test_tutorial007.test_security_http_basic_non_basic_credentials", + "callee": ".base64.b64encode", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_security.test_tutorial007.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 69, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_security": [], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_separate_openapi_schemas": [], + "tests.test_tutorial.test_server_sent_events.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_server_sent_events.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_server_sent_events.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_server_sent_events.test_tutorial003.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_server_sent_events.test_tutorial004.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 74, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_server_sent_events.test_tutorial005": [ + { + "caller": "tests.test_tutorial.test_server_sent_events.test_tutorial005.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_server_sent_events": [], + "tests.test_tutorial.test_settings.test_app01": [ + { + "caller": "tests.test_tutorial.test_settings.test_app01.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 62, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_settings.test_app02": [], + "tests.test_tutorial.test_settings.test_app03": [], + "tests.test_tutorial.test_settings.test_tutorial001": [], + "tests.test_tutorial.test_settings": [], + "tests.test_tutorial.test_sql_databases.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.get_client", + "callee": "tests.test_tutorial.test_sql_databases.test_tutorial001.clear_sqlmodel", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.get_client", + "callee": "tests.test_tutorial.test_sql_databases.test_tutorial001.clear_sqlmodel", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.get_client", + "callee": ".sqlmodel.create_engine", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 148, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_sql_databases.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.get_client", + "callee": "tests.test_tutorial.test_sql_databases.test_tutorial002.clear_sqlmodel", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.get_client", + "callee": "tests.test_tutorial.test_sql_databases.test_tutorial002.clear_sqlmodel", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.get_client", + "callee": ".sqlmodel.create_engine", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".dirty_equals.IsInt", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.Is", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.Is", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_crud_app", + "callee": ".inline_snapshot.snapshot", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sql_databases.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 152, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_sql_databases": [], + "tests.test_tutorial.test_static_files.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_static_files.test_tutorial001.client", + "callee": ".pathlib.Path", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_static_files.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_static_files": [], + "tests.test_tutorial.test_stream_data.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_stream_data.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 59, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_stream_data.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_stream_data.test_tutorial002.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_stream_data": [], + "tests.test_tutorial.test_stream_json_lines.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_stream_json_lines.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_stream_json_lines": [], + "tests.test_tutorial.test_strict_content_type.test_tutorial001": [], + "tests.test_tutorial.test_strict_content_type": [], + "tests.test_tutorial.test_sub_applications.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_openapi_schema_main", + "callee": ".inline_snapshot.snapshot", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_sub_applications.test_tutorial001.test_openapi_schema_sub", + "callee": ".inline_snapshot.snapshot", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_sub_applications": [], + "tests.test_tutorial.test_templates.test_tutorial001": [], + "tests.test_tutorial.test_templates": [], + "tests.test_tutorial.test_testing.test_main_a": [ + { + "caller": "tests.test_tutorial.test_testing.test_main_a.test_main", + "callee": ".docs_src.app_testing.app_a_py310.test_main.test_read_main", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_testing.test_main_a.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_testing.test_main_b": [], + "tests.test_tutorial.test_testing.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_testing.test_tutorial001.test_main", + "callee": ".docs_src.app_testing.tutorial001_py310.test_read_main", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_testing.test_tutorial001.test_openapi_schema", + "callee": ".inline_snapshot.snapshot", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_testing.test_tutorial002": [ + { + "caller": "tests.test_tutorial.test_testing.test_tutorial002.test_main", + "callee": ".docs_src.app_testing.tutorial002_py310.test_read_main", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_tutorial.test_testing.test_tutorial002.test_ws", + "callee": ".docs_src.app_testing.tutorial002_py310.test_websocket", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_testing.test_tutorial003": [ + { + "caller": "tests.test_tutorial.test_testing.test_tutorial003.test_main", + "callee": ".docs_src.app_testing.tutorial003_py310.test_read_items", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_testing.test_tutorial004": [ + { + "caller": "tests.test_tutorial.test_testing.test_tutorial004.test_main", + "callee": ".docs_src.app_testing.tutorial004_py310.test_read_items", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_testing": [], + "tests.test_tutorial.test_testing_dependencies.test_tutorial001": [], + "tests.test_tutorial.test_testing_dependencies": [], + "tests.test_tutorial.test_using_request_directly.test_tutorial001": [ + { + "caller": "tests.test_tutorial.test_using_request_directly.test_tutorial001.test_openapi", + "callee": ".inline_snapshot.snapshot", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.test_tutorial.test_using_request_directly": [], + "tests.test_tutorial.test_websockets.test_tutorial001": [], + "tests.test_tutorial.test_websockets.test_tutorial002": [], + "tests.test_tutorial.test_websockets.test_tutorial003": [], + "tests.test_tutorial.test_websockets": [], + "tests.test_tutorial.test_wsgi.test_tutorial001": [], + "tests.test_tutorial.test_wsgi": [], + "tests.test_validate_response_recursive.app": [], + "tests.test_validate_response_recursive.test_validate_response_recursive": [], + "tests.test_validate_response_recursive": [] + }, + "cyclic_clusters": [], + "unresolved": [ + { + "module": "docs_src.additional_responses.tutorial001_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial001_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial001_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.additional_responses.tutorial002_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial002_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FileResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial002_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.additional_responses.tutorial003_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial003_py310", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial003_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.additional_responses.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial004_py310", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'FileResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_responses.tutorial004_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_an_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_an_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.additional_status_codes.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.advanced_middleware.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .add_middleware(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.advanced_middleware.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .add_middleware(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial002_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.advanced_middleware.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .add_middleware(...) - target object type not statically resolved." + }, + { + "module": "docs_src.advanced_middleware.tutorial003_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial001_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial002_py310", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial003_py310", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial004_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial004_py310", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.tutorial004_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.tutorial004_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_a_py310.main", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_a_py310.main", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_a_py310.test_main", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_a_py310.test_main", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_a_py310.test_main", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.main", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_an_py310.test_main", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.main", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.app_testing.app_b_py310.test_main", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.async_tests.app_a_py310.main", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.async_tests.app_a_py310.main", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.async_tests.app_a_py310.test_main", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.async_tests.app_a_py310.test_main", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.authentication_error_status_code.tutorial001_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.background_tasks.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial001_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_an_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "docs_src.background_tasks.tutorial002_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial001_01_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.behind_a_proxy.tutorial001_01_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.behind_a_proxy.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.behind_a_proxy.tutorial002_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.behind_a_proxy.tutorial003_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial003_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.behind_a_proxy.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.behind_a_proxy.tutorial004_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.dependencies", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.dependencies", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.dependencies", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.main", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.internal.admin", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.internal.admin", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.items", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.users", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.users", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.users", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.bigger_applications.app_an_py310.routers.users", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial002_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial002_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial003_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body.tutorial003_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial004_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body.tutorial004_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_fields.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_fields.tutorial001_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_fields.tutorial001_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_fields.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_fields.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_fields.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial002_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_an_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial003_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_an_py310", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial004_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_an_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_multiple_params.tutorial005_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial004_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial005_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial006_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial006_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial007_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial007_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial008_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial008_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_nested_models.tutorial009_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_nested_models.tutorial009_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial001_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_updates.tutorial001_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial001_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .model_copy(...) - target object type not statically resolved." + }, + { + "module": "docs_src.body_updates.tutorial002_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "docs_src.conditional_openapi.tutorial001_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.conditional_openapi.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.conditional_openapi.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.configure_swagger_ui.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_params.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_params.tutorial001_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_params.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_params.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_params.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_params.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_an_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial001_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cookie_param_models.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cors.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.cors.tutorial001_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .add_middleware(...) - target object type not statically resolved." + }, + { + "module": "docs_src.cors.tutorial001_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_docs_ui.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial001_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial001_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial001_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'StaticFiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_docs_ui.tutorial002_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .decompress(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'original_route_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_an_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .decompress(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'original_route_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial001_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'original_route_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_an_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'original_route_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial002_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'original_route_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_request_and_route.tutorial003_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial001b_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial001b_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial002_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial003_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial003_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial004_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial005_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial006b_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial006b_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial006c_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial006c_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial006_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial006_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'RedirectResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial006_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial007_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial007_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial007_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial007_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial008_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial008_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial008_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial009b_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial009b_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial009c_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial009c_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial009c_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial009_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial009_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FileResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial009_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.custom_response.tutorial010_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.custom_response.tutorial010_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dataclasses_.tutorial001_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dataclasses_.tutorial001_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dataclasses_.tutorial002_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dataclasses_.tutorial002_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dataclasses_.tutorial003_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dataclasses_.tutorial003_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dataclasses_.tutorial003_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.debugging.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.debugging.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.debugging.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_02_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_02_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_02_an_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_02_an_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_an_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial002_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial002_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial002_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial002_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial002_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial003_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial003_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial003_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial003_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial003_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial004_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial004_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial004_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial004_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial004_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial005_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_an_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial005_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial006_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial007_py310", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'DBSession(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial007_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'OwnerError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'OwnerError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008b_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008c_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_an_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'InternalError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_an_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008c_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'InternalError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008c_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008d_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_an_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_an_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'InternalError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_an_py310", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_an_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008d_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'InternalError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008d_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008e_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008e_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008e_an_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008e_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008e_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008e_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_a(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_c(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_an_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_a(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_dep_c(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial008_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial010_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'DBSession(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial010_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial011_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial011_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial011_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial011_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial011_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial011_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial012_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial012_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial013_an_py310", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependencies.tutorial014_an_py310", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_an_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.dependency_testing.tutorial001_py310", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.encoder.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.encoder.tutorial001_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.events.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.events.tutorial002_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial002_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.events.tutorial003_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.events.tutorial003_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extending_openapi.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extending_openapi.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_an_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_data_types.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial001_py310", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial001_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial001_py310", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial002_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial002_py310", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial002_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial003_py310", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial004_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.extra_models.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.extra_models.tutorial005_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.first_steps.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.first_steps.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.first_steps.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.first_steps.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.generate_clients.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial001_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.generate_clients.tutorial002_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial002_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial002_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial003_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.generate_clients.tutorial003_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial003_py310", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial003_py310", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.generate_clients.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "docs_src.graphql_.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.graphql_.tutorial001_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .Schema(...) - target object type not statically resolved." + }, + { + "module": "docs_src.graphql_.tutorial001_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.graphql_.tutorial001_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial002_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial002_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial003_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial003_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial003_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial003_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'PlainTextResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'PlainTextResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial004_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial005_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial005_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial005_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial005_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial005_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial006_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.handling_errors.tutorial006_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial006_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "docs_src.handling_errors.tutorial006_py310", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial001_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial002_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial002_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial002_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial002_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial003_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial003_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial003_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_params.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial003_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_params.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial001_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial001_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial002_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial002_an_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial002_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial002_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial003_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial003_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial003_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.header_param_models.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial003_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.header_param_models.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'DataOutput(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.json_base64_bytes.tutorial001_py310", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial001_1_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.metadata.tutorial001_1_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial001_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.metadata.tutorial001_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.metadata.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.metadata.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.metadata.tutorial004_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.metadata.tutorial004_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.middleware.tutorial001_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.middleware.tutorial001_py310", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." + }, + { + "module": "docs_src.middleware.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'call_next(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.middleware.tutorial001_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." + }, + { + "module": "docs_src.middleware.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .middleware(...) - target object type not statically resolved." + }, + { + "module": "docs_src.openapi_callbacks.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.openapi_callbacks.tutorial001_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.openapi_callbacks.tutorial001_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.openapi_callbacks.tutorial001_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.openapi_webhooks.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.openapi_webhooks.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.openapi_webhooks.tutorial001_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial002_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial005_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial006_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_advanced_configuration.tutorial007_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .model_json_schema(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002b_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002b_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002b_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial002_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial003_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial004_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial005_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_operation_configuration.tutorial006_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial006_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_operation_configuration.tutorial006_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial003b_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial003b_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial003b_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial003_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial004_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params.tutorial005_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params.tutorial005_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial004_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial005_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.path_params_numeric_validations.tutorial006_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial002_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial002_an_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial003_an_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.pydantic_v1_in_v2.tutorial004_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial001_py310", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial001_py310", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial002_py310", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial002_py310", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial008_py310", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "docs_src.python_types.tutorial011_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial004_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial005_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params.tutorial006_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial003_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial004_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial005_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006c_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial006_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial007_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial008_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial009_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial010_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial011_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial012_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial013_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial014_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial015_an_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_params_str_validations.tutorial015_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial015_an_py310", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_params_str_validations.tutorial015_an_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_param_models.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial001_an_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial001_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_param_models.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_param_models.tutorial002_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial002_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial002_an_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.query_param_models.tutorial002_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial002_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.query_param_models.tutorial002_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_02_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_02_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_02_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_02_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_02_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_02_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_02_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_02_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_03_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_03_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_an_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_03_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_03_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_03_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_an_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_an_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial002_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_an_py310", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_files.tutorial003_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_forms.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_forms.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_an_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_forms_and_files.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_form_models.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial001_an_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial001_an_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_form_models.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial001_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial001_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_form_models.tutorial002_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial002_an_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial002_an_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.request_form_models.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial002_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.request_form_models.tutorial002_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_change_status_code.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_change_status_code.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_cookies.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_cookies.tutorial001_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_cookies.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .set_cookie(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_cookies.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_cookies.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_cookies.tutorial002_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .set_cookie(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_cookies.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_directly.tutorial001_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_directly.tutorial001_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_directly.tutorial001_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_directly.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_directly.tutorial002_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Response(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_directly.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_headers.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_headers.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_headers.tutorial001_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_headers.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_headers.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial001_01_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial001_01_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial001_01_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial001_01_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial001_01_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial001_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial001_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial002_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_01_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_01_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_02_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_02_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'RedirectResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_02_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_02_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_03_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_03_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'RedirectResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_03_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_04_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_04_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'RedirectResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_04_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_05_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_05_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'RedirectResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_05_py310", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial003_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial003_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial004_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial005_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial005_py310", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial006_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_model.tutorial006_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_model.tutorial006_py310", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_status_code.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_status_code.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.response_status_code.tutorial002_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.response_status_code.tutorial002_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial001_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial002_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial002_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_an_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial003_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial004_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_an_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_an_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.schema_extra_example.tutorial005_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial001_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_an_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_an_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_an_py310", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial002_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_an_py310", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial003_py310", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .recommended(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .verify(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'TokenData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_an_py310", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .recommended(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .verify(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'TokenData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial004_py310", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .recommended(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .verify(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'TokenData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_an_py310", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .recommended(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .verify(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .hash(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'UserInDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'TokenData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial005_py310", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial006_an_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_an_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_an_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_an_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial006_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial006_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_digest(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_digest(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_an_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_digest(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_digest(...) - target object type not statically resolved." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.security.tutorial007_py310", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial001_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.separate_openapi_schemas.tutorial002_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial001_py310", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial002_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial002_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial002_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial002_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial002_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial003_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial003_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial004_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial005_py310", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.server_sent_events.tutorial005_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs_src.server_sent_events.tutorial005_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.tutorial001_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.tutorial001_py310", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app01_py310.config", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app01_py310.main", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app01_py310.main", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_an_py310.main", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_an_py310.main", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_an_py310.main", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_an_py310.test_main", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_an_py310.test_main", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_an_py310.test_main", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_py310.main", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_py310.main", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_py310.main", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_py310.test_main", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app02_py310.test_main", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app02_py310.test_main", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app03_an_py310.main", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app03_an_py310.main", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Settings(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app03_an_py310.main", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app03_an_py310.main", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app03_py310.main", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app03_py310.main", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Settings(...) - target object type not statically resolved." + }, + { + "module": "docs_src.settings.app03_py310.main", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.settings.app03_py310.main", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .create_all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .limit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_an_py310", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .create_all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .limit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial001_py310", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .create_all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .limit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .sqlmodel_update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_an_py310", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .create_all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .limit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .sqlmodel_update(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .refresh(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sql_databases.tutorial002_py310", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "docs_src.static_files.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.static_files.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "docs_src.static_files.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'StaticFiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial001_py310", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .b64decode(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_data.tutorial002_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.stream_json_lines.tutorial001_py310", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.strict_content_type.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.strict_content_type.tutorial001_py310", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sub_applications.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sub_applications.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sub_applications.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.sub_applications.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.sub_applications.tutorial001_py310", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'StaticFiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Jinja2Templates(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateResponse(...) - target object type not statically resolved." + }, + { + "module": "docs_src.templates.tutorial001_py310", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.using_request_directly.tutorial001_py310", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.using_request_directly.tutorial001_py310", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial001_py310", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'WebSocketException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_an_py310", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'WebSocketException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial002_py310", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "docs_src.websockets_.tutorial003_py310", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "docs_src.wsgi.tutorial001_py310", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.wsgi.tutorial001_py310", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "docs_src.wsgi.tutorial001_py310", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs_src.wsgi.tutorial001_py310", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs_src.wsgi.tutorial001_py310", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1065, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.applications", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1116, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.applications", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1133, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.applications", + "lineno": 1140, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.applications", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1154, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.applications", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .add_api_route(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .add_api_route(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .add_api_websocket_route(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 1910, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 2288, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 2666, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 3039, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 3412, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 3785, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 4163, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 4536, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 4566, + "pattern": "attribute_call", + "note": "Call via attribute access .add_websocket_route(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 4598, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "fastapi.applications", + "lineno": 4641, + "pattern": "self_method_not_found", + "note": "self.add_middleware(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.applications", + "lineno": 4688, + "pattern": "self_method_not_found", + "note": "self.add_exception_handler(...) not found in class 'FastAPI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.background", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "fastapi.cli", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'cli_main(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.concurrency", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .run_sync(...) - target object type not statically resolved." + }, + { + "module": "fastapi.concurrency", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .run_sync(...) - target object type not statically resolved." + }, + { + "module": "fastapi.datastructures", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "fastapi.datastructures", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "fastapi.datastructures", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "fastapi.datastructures", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "fastapi.datastructures", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'with_info_plain_validator_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.encoders", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .as_tuple(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'encoder_instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.encoders", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dataclass(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .asdict(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'encoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.encoders", + "lineno": 339, + "pattern": "name_call_unresolved", + "note": "Call to 'is_pydantic_v1_model_instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.encoders", + "lineno": 340, + "pattern": "name_call_unresolved", + "note": "Call to 'PydanticV1NotSupportedError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.encoders", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.encoders", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exceptions", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exception_handlers", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exception_handlers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "fastapi.exception_handlers", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "fastapi.logger", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.params", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.param_functions", + "lineno": 2369, + "pattern": "attribute_call", + "note": "Call via attribute access .Depends(...) - target object type not statically resolved." + }, + { + "module": "fastapi.param_functions", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .Security(...) - target object type not statically resolved." + }, + { + "module": "fastapi.responses", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "fastapi.responses", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "fastapi.responses", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.responses", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.responses", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'response(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .__enter__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .__exit__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .contextmanager(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'cmgr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'original_context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'nested_context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access ._startup(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access ._shutdown(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .getsourcefile(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .getsourcelines(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'EndpointContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'EndpointContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'serializer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 376, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 393, + "pattern": "name_call_unresolved", + "note": "Call to 'EndpointContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .form(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .push_async_callback(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .Message(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .get_content_maintype(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .get_content_subtype(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 477, + "pattern": "name_call_unresolved", + "note": "Call to 'EndpointContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize_json(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .__aiter__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .fail_after(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .receive(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task_group(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_async_context(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .push_async_callback(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 671, + "pattern": "name_call_unresolved", + "note": "Call to 'actual_response_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 715, + "pattern": "name_call_unresolved", + "note": "Call to 'actual_response_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 741, + "pattern": "name_call_unresolved", + "note": "Call to 'EndpointContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 849, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 862, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 863, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 899, + "pattern": "name_call_unresolved", + "note": "Call to 'current_generate_unique_id(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .cleandoc(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 970, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1325, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'APIRouter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.routing", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1380, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1386, + "pattern": "name_call_unresolved", + "note": "Call to 'route_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1491, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1500, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1573, + "pattern": "self_method_not_found", + "note": "self.add_websocket_route(...) not found in class 'APIRouter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.routing", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1719, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1727, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 1748, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 1799, + "pattern": "self_method_not_found", + "note": "self.add_route(...) not found in class 'APIRouter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.routing", + "lineno": 1819, + "pattern": "self_method_not_found", + "note": "self.add_websocket_route(...) not found in class 'APIRouter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.routing", + "lineno": 4884, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 4886, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 4900, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 4902, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.routing", + "lineno": 4920, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.routing", + "lineno": 4922, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.sse", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'annotation_is_pydantic_v1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.utils", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'PydanticV1NotSupportedError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.utils", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .FastAPIError(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.utils", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .unwrap(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .isroutine(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .isroutine(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.models", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'get_cached_model_fields(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .unwrap(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .Parameter(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'evaluate_forwardref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .unwrap(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 326, + "pattern": "name_call_unresolved", + "note": "Call to 'DependencyScopeError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 368, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 377, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 380, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'copy_field_info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 488, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 510, + "pattern": "name_call_unresolved", + "note": "Call to 'is_uploadfile_or_nonable_uploadfile_annotation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 512, + "pattern": "name_call_unresolved", + "note": "Call to 'is_uploadfile_sequence_annotation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 514, + "pattern": "name_call_unresolved", + "note": "Call to 'field_annotation_is_scalar(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 549, + "pattern": "name_call_unresolved", + "note": "Call to 'is_scalar_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 554, + "pattern": "name_call_unresolved", + "note": "Call to 'is_scalar_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 555, + "pattern": "name_call_unresolved", + "note": "Call to 'field_annotation_is_scalar_sequence(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 556, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 559, + "pattern": "name_call_unresolved", + "note": "Call to 'ParamDetails(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 583, + "pattern": "name_call_unresolved", + "note": "Call to 'asynccontextmanager(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_async_context(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 678, + "pattern": "name_call_unresolved", + "note": "Call to 'call(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 729, + "pattern": "name_call_unresolved", + "note": "Call to 'SolvedDependency(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 743, + "pattern": "name_call_unresolved", + "note": "Call to 'get_missing_field_error(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 759, + "pattern": "name_call_unresolved", + "note": "Call to 'field_annotation_is_sequence(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 773, + "pattern": "name_call_unresolved", + "note": "Call to 'field_annotation_is_sequence(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 798, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 801, + "pattern": "name_call_unresolved", + "note": "Call to 'get_cached_model_fields(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 886, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 909, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 927, + "pattern": "name_call_unresolved", + "note": "Call to 'is_bytes_or_nonable_bytes_annotation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 932, + "pattern": "name_call_unresolved", + "note": "Call to 'is_bytes_sequence_annotation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 934, + "pattern": "name_call_unresolved", + "note": "Call to 'value_is_sequence(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 941, + "pattern": "name_call_unresolved", + "note": "Call to 'serialize_sequence_value(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 971, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 974, + "pattern": "name_call_unresolved", + "note": "Call to 'get_cached_model_fields(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 993, + "pattern": "name_call_unresolved", + "note": "Call to 'get_missing_field_error(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 1024, + "pattern": "name_call_unresolved", + "note": "Call to 'create_body_model(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi.dependencies.utils", + "lineno": 1054, + "pattern": "name_call_unresolved", + "note": "Call to 'BodyFieldInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.middleware.asyncexitstack", + "lineno": 18, + "pattern": "self_method_not_found", + "note": "self.app(...) not found in class 'AsyncExitStackMiddleware' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.docs", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.models", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.models", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.models", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'with_info_plain_validator_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.models", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'typing_deprecated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.models", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.models", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.models", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 377, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 395, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 397, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 430, + "pattern": "name_call_unresolved", + "note": "Call to 'get_schema_from_model_field(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 550, + "pattern": "name_call_unresolved", + "note": "Call to 'get_flat_models_from_fields(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 551, + "pattern": "name_call_unresolved", + "note": "Call to 'get_model_name_map(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 552, + "pattern": "name_call_unresolved", + "note": "Call to 'get_definitions(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "fastapi.openapi.utils", + "lineno": 606, + "pattern": "name_call_unresolved", + "note": "Call to 'OpenAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.api_key", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKey(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.api_key", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.api_key", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.api_key", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.api_key", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.api_key", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.api_key", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBaseModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPAuthorizationCredentials(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBaseModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasicCredentials(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearerModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 316, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPAuthorizationCredentials(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 400, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBaseModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.http", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.http", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPAuthorizationCredentials(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 353, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuthFlowsModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 395, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2Model(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 519, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuthFlowsModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 624, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuthFlowsModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.oauth2", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.open_id_connect_url", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'OpenIdConnectModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi.security.open_id_connect_url", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.utils", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "fastapi.security.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.shared", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.shared", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.shared", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.shared", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.shared", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'try_eval_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .eval_type_lenient(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.update_with_validations(...) not found in class 'GenerateJsonSchema' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "fastapi._compat.v2", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .is_required(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_python(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .dump_python(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .dump_json(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .generate_definitions(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .from_annotation(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .from_exception_data(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 399, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 452, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 455, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 466, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 471, + "pattern": "name_call_unresolved", + "note": "Call to 'lenient_issubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "fastapi._compat.v2", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "fastapi._compat.v2", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .today(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .writelines(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.add_latest_release_date", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'ContributorsResults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.contributors", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.contributors", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .token_hex(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .create_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.contributors", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Token(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pulls(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commits(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .create_status(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .create_status(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .create_status(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .create_status(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_files(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .as_issue(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_comments(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .edit(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .create_comment(...) - target object type not statically resolved." + }, + { + "module": "scripts.deploy_docs_status", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Typer(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 85, + "pattern": "self_method_not_found", + "note": "self.reset(...) not found in class 'VisibleTextExtractor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "scripts.docs", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.feed(...) not found in class 'VisibleTextExtractor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "scripts.docs", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'py_slugify(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.docs", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .unsafe_load(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Argument(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .Abort(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .Argument(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .as_posix(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .as_posix(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .with_suffix(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .removesuffix(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .Abort(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .unsafe_load(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .cpu_count(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .Abort(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .with_name(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .with_name(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .copy2(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .writelines(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.docs", + "lineno": 862, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'CodeIncludeInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 170, + "pattern": "name_call_unresolved", + "note": "Call to 'HeaderPermalinkInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 267, + "pattern": "name_call_unresolved", + "note": "Call to 'MarkdownLinkInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 391, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLLinkAttribute(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 396, + "pattern": "name_call_unresolved", + "note": "Call to 'HtmlLinkInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 421, + "pattern": "name_call_unresolved", + "note": "Call to 'HTMLLinkAttribute(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 517, + "pattern": "name_call_unresolved", + "note": "Call to 'MultilineCodeBlockInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 536, + "pattern": "name_call_unresolved", + "note": "Call to 'MultilineCodeBlockInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.doc_parsing_utils", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'LabelSettings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.label_approved", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.label_approved", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pulls(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_labels(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_reviews(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add_to_labels(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_from_labels(...) - target object type not statically resolved." + }, + { + "module": "scripts.label_approved", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 307, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.notify_translations", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .get_labels(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.notify_translations", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fromtimestamp(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .fromtimestamp(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .fromisoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 326, + "pattern": "name_call_unresolved", + "note": "Call to 'DiscussionExpertsResults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.people", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 397, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.people", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .token_hex(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .create_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.people", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Typer(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .fullmatch(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Argument(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .today(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .fromisoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .today(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.prepare_release", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.sponsors", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 161, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.sponsors", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .token_hex(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .create_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.sponsors", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Settings(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.topic_repos", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump_json(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_secret_value(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .search_repositories(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Repo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.topic_repos", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .model_dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .token_hex(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .create_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.topic_repos", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Typer(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .run_sync(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .Repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_commits(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_commits(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .Repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dirty(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .token_hex(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .get_repo(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .create_pull(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translate", + "lineno": 485, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.translation_fixer", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Typer(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .rglob(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .Argument(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .Exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "scripts.translation_fixer", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'cli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.cookie_param_models.image01", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.header_param_models.image01", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.json_base64_bytes.image01", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.query_param_models.image01", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.request_form_models.image01", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image01", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image02", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_label(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image03", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .set_viewport_size(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image04", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_role(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .set_viewport_size(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.separate_openapi_schemas.image05", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_label(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image01", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .launch(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_context(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .new_page(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .goto(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .click(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_label(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "scripts.playwright.sql_databases.image02", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .add_marker(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.conftest", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_lines_number_mismatch", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_mermaid", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_number_mismatch", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_blocks.test_code_blocks_wrong_lang_code", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_code_includes.test_number_mismatch", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_complex_doc.test_compex_doc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_level_mismatch", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_header_permalinks.test_header_number_mismatch", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_html_links.test_html_links_number_mismatch", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "scripts.tests.test_translation_fixer.test_markdown_links.test_mkd_links_number_mismatch", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.forward_reference_type", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'ForwardRefModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .api_route(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .add_api_route(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.main", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.main", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_properties", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_properties", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_properties_bool", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_bad", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_bad", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_bad", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_bad", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_bad", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_model_in_callback", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_validationerror", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_custom_validationerror", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_validationerror", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_custom_validationerror", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_custom_validationerror", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_default_validationerror", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_default_validationerror", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_default_validationerror", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_default_validationerror", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_default_validationerror", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_response_class", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_router", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_responses_union_duplicate_anyof", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_additional_response_extra", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_allow_inf_nan_in_enforcing", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ambiguous_params", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_annotated", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_annotated", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_application", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_application", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json_schema(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'MyModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'FakeNumpyArray(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json_schema(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .dump_python(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'MyModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'FakeNumpyArray(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json_schema(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_arbitrary_types", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_callable_endpoint", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_callable_endpoint", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_callable_endpoint", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_callable_endpoint", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_callable_endpoint", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'Missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'EmbeddedModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_compat", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_compat", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'is_uploadfile_sequence_annotation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_computed_fields", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_computed_fields", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_computed_fields", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_computed_fields", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_computed_fields", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_computed_fields", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'receive(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 49, + "pattern": "self_method_not_found", + "note": "self.app(...) not found in class 'ContentSizeLimitMiddleware' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 53, + "pattern": "self_method_not_found", + "note": "self.app(...) not found in class 'ContentSizeLimitMiddleware' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .add_middleware(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_middleware_exception", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_route_class", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_schema_fields", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_custom_swagger_ui_redirect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access ._validate(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datastructures", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datastructures", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'UploadFile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datastructures", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datastructures", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithDatetimeField(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_datetime_custom_encoder", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_default_response_class_router", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_raise", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_streaming", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_after_yield_websockets", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_cache", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .__anext__(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'instance(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_class", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_class", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'AsyncDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'SyncDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'AsyncDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'SyncDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 170, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'OtherDependencyError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'call_next(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .middleware(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 305, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 367, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextmanager", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'call_next(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .middleware(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_contextvars", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_duplicates", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_overrides", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_paramless", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 184, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_partial", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_pep695", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_pep695", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_pep695", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_pep695", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_pep695", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_security_overrides", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'iterate_in_threadpool(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .isasyncgenfunction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .isroutine(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'run_in_threadpool(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'dunder_call(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'run_in_threadpool(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 276, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 290, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 304, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 351, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 358, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 372, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 379, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 386, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 393, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 410, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_wrapped", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_except_httpexception", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamingResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 140, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dependency_yield_scope_websockets", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_depends_hashable", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_openapi_prefix", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_deprecated_responses", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_dump_json_fast_path", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_duplicate_models_openapi", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_empty_router", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_empty_router", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_empty_router", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_empty_router", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_enforce_once_required_parameter", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_exception_handlers", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_extra_routes", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .api_route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .add_api_route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_extra_routes", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_extra_routes", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_extra_routes", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_extra_routes", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .request(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .request(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_extra_routes", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_fastapi_cli", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_fastapi_cli", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_fastapi_cli", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_file_and_form_order_issue_9116", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelC(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_filter_pydantic_sub_model_pv2", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_from_non_typing_sequences", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_model", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_forms_single_param", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_form_default", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_form_default", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_form_default", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_form_default", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_form_default", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_form_default", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_form_default", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_form_default", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_form_default", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 243, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 244, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 453, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 454, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 467, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 663, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 664, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 665, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 687, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 948, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 949, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 965, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1161, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1162, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1181, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1182, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1378, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1379, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1390, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1408, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1410, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1676, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1682, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1690, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1691, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generate_unique_id_function", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_generic_parameterless_depends", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Facility(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Address(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_model_definitions_formfeed_escape", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_request_body", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_request_body", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_request_body", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_get_request_body", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .request(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_request_body", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_request_body", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_get_request_body", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_http_connection_injection", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_route", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_route", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_route", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_route", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_route", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_route", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_route", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_route", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 287, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 300, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 318, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 331, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 344, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_include_router_defaults_overrides", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_infer_param_optionality", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'SomeCustomClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_inherited_custom_class", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_path_param", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_invalid_sequence_param", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithCustomEncoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithCustomEncoderSubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelV1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithConfig(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithAlias(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithAlias(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithDefault(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 212, + "pattern": "name_call_unresolved", + "note": "Call to 'MyDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithPath(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 260, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithPath(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelWithPath(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'Model(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_jsonable_encoder", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_type", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_type", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'original_read(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_list_bytes_file_order_preserved_issue_14811", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_local_docs", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .delattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multipart_installation", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_body_errors", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_multi_query_errors", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'Message(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'MessageOutput(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_schema_split", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_no_swagger_ui_redirect", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_cache_root_path", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_examples", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_model_description_trim_on_formfeed", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_model_description_trim_on_formfeed", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_model_description_trim_on_formfeed", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_model_description_trim_on_formfeed", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_model_description_trim_on_formfeed", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_query_parameter_extension", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_route_extensions", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_schema_type", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_schema_type", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_schema_type", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_schema_type", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'SubItem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_separate_input_output_schemas", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_openapi_servers", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_operations_signatures", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "tests.test_operations_signatures", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "tests.test_operations_signatures", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "tests.test_operations_signatures", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_optional_file_list", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_orjson_response_class", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_class", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_class", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_class", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_class", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_class", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_class", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_class", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_include_in_schema", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_param_in_path_and_dependency", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_path", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_path", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_prepare_release", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_put_no_body", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_put_no_body", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_put_no_body", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .uuid4(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydanticv2_dataclasses_uuid_stringified_annotations", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'ReturnModelV1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_pydantic_v1_error", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_query_cookie_header_model_extra_params", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .model_validate(...) - target object type not statically resolved." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_read_with_orm_mode", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_body", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regex_deprecated_params", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .set_cookie(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_cookie_headers", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_dependency_schema", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_repeated_parameter_alias", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_body_parameters_media_type", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_param_model_by_alias", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_required_noneable", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_required_noneable", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_required_noneable", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_required_noneable", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_required_noneable", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'Model(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'Model(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelNoAlias(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_by_alias", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_change_status_code", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_class_no_mediatype", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_code_no_body", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .add_task(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_dependency", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_dependency", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'DBUser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 243, + "pattern": "name_call_unresolved", + "note": "Call to 'Response(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'JSONResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 500, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 505, + "pattern": "name_call_unresolved", + "note": "Call to 'Response(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_as_return_annotation", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'UserDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'UserDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'UserDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'UserDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'PetDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_data_filter_no_inheritance", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'ResponseModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_default_factory", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Model2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Model1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'Model2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Model1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'Model3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Model2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'Model1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_include_exclude", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_invalid", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_model_sub_types", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_response_set_response_code_empty", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_return_none_stringified_annotations", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_return_none_stringified_annotations", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_return_none_stringified_annotations", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_return_none_stringified_annotations", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_circular_import", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_circular_import", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_circular_import", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'State(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 193, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 215, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .on_event(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 277, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 285, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 303, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 342, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 363, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_events", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_events", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_prefix_with_template", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_router_redirect_slashes", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_route_scope", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .send_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_route_scope", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_route_scope", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_compat_pydantic_v2", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_extra_examples", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_schema_ref_pydantic_v2", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyCookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyCookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_description", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyCookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_cookie_optional", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyHeader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyHeader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_description", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyHeader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_header_optional", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyQuery(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyQuery(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_description", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIKeyQuery(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_api_key_query_optional", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_description", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_base_optional", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_optional", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBasic(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_basic_realm_description", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_description", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_bearer_optional", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPDigest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPDigest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_description", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPDigest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_http_digest_optional", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2AuthorizationCodeBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2AuthorizationCodeBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_description", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2AuthorizationCodeBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2AuthorizationCodeBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_authorization_code_bearer_scopes_openapi_simple", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_optional_description", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'OAuth2PasswordBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_oauth2_password_bearer_optional_description", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_description", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'User(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_openid_connect_optional", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_dont_propagate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_security_scopes_sub_dependency", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_dataclass", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .isoformat(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "tests.test_serialize_response_model", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelSubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelDefaults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelDefaults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelDefaults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'ModelDefaults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_skip_defaults", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 301, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 313, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sse", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sse", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'StarletteHTTPException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_exception", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .url_path_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .url_path_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_starlette_urlconvertors", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .url_path_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_bare_type", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .move_on_after(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_cancellation", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stream_json_validation_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_app_level", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_nested", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_strict_content_type_router_level", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotations_simple", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotations_simple", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotations_simple", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotations_simple", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotations_simple", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_people(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency_py314", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency_py314", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency_py314", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_stringified_annotation_dependency_py314", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_stringified_annotation_dependency_py314", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_sub_callbacks", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_escape", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_escape", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_escape", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_swagger_ui_init_oauth", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_top_level_security_scheme_in_openapi", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tuples", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tuples", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tuples", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tuples", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_typing_python39", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_typing_python39", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_typing_python39", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_typing_python39", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_typing_python39", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_typing_python39", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_body_discriminator_annotated", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_forms", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_forms", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_forms", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_forms", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_union_inherited_body", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_dataclass", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validation_error_context", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'HTTPBearer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Security(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_webhooks_security", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_wrapped_method_forward_reference", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_dependencies", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 140, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'app(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'WebSocket(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'middleware_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'call_next(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 224, + "pattern": "name_call_unresolved", + "note": "Call to 'Middleware(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 244, + "pattern": "name_call_unresolved", + "note": "Call to 'call_next(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'Middleware(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_ws_router", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_ws_router", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .xdist_group(...) - target object type not statically resolved." + }, + { + "module": "tests.utils", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'LargeOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'LargeOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'LargeOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'LargeOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'ItemOut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 198, + "pattern": "name_call_unresolved", + "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.benchmarks.test_general_performance", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.test_main", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.app.a", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.a", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.a", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.a", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.app.b", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'APIRouter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.b", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.b", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.b", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.app.main", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_modules_same_name_body.app.main", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_modules_same_name_body.app.main", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .include_router(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 263, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 287, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 303, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 357, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 380, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 406, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 430, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_list", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 282, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 296, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 327, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 381, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 404, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 418, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 432, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 446, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_list", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 354, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 384, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 398, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 412, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 426, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_optional_str", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 272, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 289, + "pattern": "name_call_unresolved", + "note": "Call to 'Body(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 341, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 391, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 415, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.test_required_str", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_body.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 288, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 302, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 317, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_optional_str", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 193, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 288, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'Cookie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 358, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 389, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_cookie.test_required_str", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 277, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 301, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 318, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 329, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 397, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 424, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 448, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_list", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 318, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 346, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 360, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 290, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 378, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_optional_list", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 244, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 309, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'File(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 357, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 383, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 410, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 434, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.test_required", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_file.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 287, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 303, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 317, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 355, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 381, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 410, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 433, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_list", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 254, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 308, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 322, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_list", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 256, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 292, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 320, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 334, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_optional_str", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 189, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 286, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 300, + "pattern": "name_call_unresolved", + "note": "Call to 'Form(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 334, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 360, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 387, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 411, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.test_required_str", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_form.utils", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 293, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 304, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 341, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 367, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 396, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 422, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_list", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 300, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 314, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 328, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 342, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_list", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_optional_str", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 243, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 267, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'Header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 324, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 380, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 407, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_header.test_required_str", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Path(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_path.test_required_str", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 302, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 339, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 399, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 425, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_list", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 298, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 312, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 326, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 340, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_list", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_optional_str", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 327, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 353, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 383, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 410, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request_params.test_query.test_required_str", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial002", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_responses.test_tutorial004", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_additional_status_codes.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'PlainTextResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_advanced_middleware.test_tutorial003", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_authentication_error_status_code.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_background_tasks.test_tutorial002", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial001_01", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_behind_a_proxy.test_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_bigger_applications.test_main", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial001", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial002", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial003", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body.test_tutorial004", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_fields.test_tutorial001", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial001", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial002", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial003", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial004", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_multiple_params.test_tutorial005", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial001_tutorial002_tutorial003", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial004", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial005", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial006", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial007", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial008", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_nested_models.test_tutorial009", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_body_updates.test_tutorial002", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_conditional_openapi.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_configure_swagger_ui.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_params.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial001", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cookie_param_models.test_tutorial002", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_cors.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_docs_ui.test_tutorial002", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_request_and_route.test_tutorial003", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial001b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial002_tutorial003_tutorial004", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006b", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial006c", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial007", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial007", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial008", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009b", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009c", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009c", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial009c", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_custom_response.test_tutorial010", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial001", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dataclasses.test_tutorial003", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .run_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_debugging.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial001_tutorial001_02", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial002_tutorial003_tutorial004", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial005", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial006", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial007", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'cm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial007", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial007", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008b", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008c", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008d", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial008e", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Depends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial010", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial011", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_dependencies.test_tutorial012", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_encoder.test_tutorial001", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_events.test_tutorial003", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extending_openapi.test_tutorial001", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_data_types.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial001_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial003", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial004", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_extra_models.test_tutorial005", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_first_steps.test_tutorial001_tutorial002_tutorial003", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .openapi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_generate_clients.test_tutorial004", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_graphql.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial004", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial005", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_handling_errors.test_tutorial006", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial002", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_params.test_tutorial003", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial001", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial002", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_header_param_models.test_tutorial003", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_json_base64_bytes.test_tutorial001", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial001_1", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial003", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial004", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_metadata.test_tutorial004", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_middleware.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_middleware.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_middleware.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_middleware.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .invoice_notification(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_callbacks.test_tutorial001", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .endpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_openapi_webhooks.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial004", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial005", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_advanced_configurations.test_tutorial007", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial001", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial002b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial003_tutorial004", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial005", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_operation_configurations.test_tutorial006", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial003b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial004", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params.test_tutorial005", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial001", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial002_tutorial003", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial004", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial005", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_path_params_numeric_validations.test_tutorial006", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial001_tutorial002", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial003", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .process_item(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial008b", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .say_hi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial009_tutorial009b", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .say_hi(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial011", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .run_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial011", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_python_types.test_tutorial011", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial002", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial003", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial004", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial005", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params.test_tutorial006", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial002", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial003", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial004", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial005", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial006c", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial007", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial008", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial009", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial010", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial011", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial012", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial013", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial014", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_params_str_validations.test_tutorial015", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial001", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_query_param_models.test_tutorial002", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_02", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial001_03", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial002", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_files.test_tutorial003", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms.test_tutorial001", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_forms_and_files.test_tutorial001", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial001", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_request_form_models.test_tutorial002", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_change_status_code.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial001", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial002", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial002", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_cookies.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_directly.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial001", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial002", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial002", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_headers.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial001_tutorial001_01", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial002", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_01", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_02", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_03", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_04", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial003_05", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial004", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial005", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_model.test_tutorial006", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_response_status_code.test_tutorial001_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial003", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial004", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_schema_extra_example.test_tutorial005", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial001", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial003", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .verify_password(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_password_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .create_access_token(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_password_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .dict(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial004", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .verify_password(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_password_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .create_access_token(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 201, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial005", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial006", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_security.test_tutorial007", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial001", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_separate_openapi_schemas.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial002", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial003", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial004", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_server_sent_events.test_tutorial005", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .delenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .errors(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app01", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_settings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app02", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .test_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_settings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_app03", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_settings.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial001", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sql_databases.test_tutorial002", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_static_files.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial001", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_data.test_tutorial002", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_stream_json_lines.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_strict_content_type.test_tutorial001", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_sub_applications.test_tutorial001", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .copytree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_templates.test_tutorial001", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_a", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_a", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .test_create_existing_item(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .test_create_item(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .test_create_item_bad_token(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .test_read_nonexistent_item(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .test_read_item(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_main_b", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .test_read_item_bad_token(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing.test_tutorial003", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'test_override_in_items(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'test_override_in_items_with_q(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'test_override_in_items_with_params(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_testing_dependencies.test_tutorial001", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_using_request_directly.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial001", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial002", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .send_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_websockets.test_tutorial003", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .receive_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_tutorial.test_wsgi.test_tutorial001", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'FastAPI(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .model_rebuild(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.app", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_validate_response_recursive.test_validate_response_recursive", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file