diff --git "a/pallets__flask-4992/blocks_by_function_name.json" "b/pallets__flask-4992/blocks_by_function_name.json" new file mode 100644--- /dev/null +++ "b/pallets__flask-4992/blocks_by_function_name.json" @@ -0,0 +1,11093 @@ +{ + "github_link": [ + [ + "docs/conf.py", + [ + "github_link" + ] + ] + ], + "setup": [ + [ + "docs/conf.py", + [ + "setup" + ] + ] + ], + "index": [ + [ + "examples/celery/src/task_app/__init__.py", + [ + "create_app", + "index" + ] + ], + [ + "examples/javascript/js_example/views.py", + [ + "index" + ] + ], + [ + "examples/tutorial/flaskr/blog.py", + [ + "index" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_basic_url_generation", + "index" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_app_handler", + "index" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_unhandled_exception", + "index" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_context_refcounts", + "index" + ] + ], + [ + "tests/test_apps/blueprintapp/apps/admin/__init__.py", + [ + "index" + ] + ], + [ + "tests/test_apps/blueprintapp/apps/frontend/__init__.py", + [ + "index" + ] + ], + [ + "tests/test_async.py", + [ + "_async_app", + "index" + ] + ], + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_options_work", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_options_on_multiple_rules", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_attr", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_kwarg", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_dispatching", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_url_mapping", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_werkzeug_routing", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_endpoint_decorator", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_server_name", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_server_name_and_port", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_server_name_port_and_path", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_application_root", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_session_settings", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_samesite_attribute", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_localhost_warning", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_ip_warning", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_expiration", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_processing", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_preprocessing_early_return", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_after_request_processing", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handling", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_user_error_handling", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handler_after_processor_error", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_enctype_debug_helper", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_server_name_subdomain", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_exception_propagation", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_url_processors", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_nonascii_pathinfo", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_no_setup_after_first_request", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_subdomain_matching", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_subdomain_matching_with_ports", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_subdomain_matching_other_name", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_multi_route_rules", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_multi_route_class_views", + "View", + "index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_max_cookie_size", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_prefix_slash", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_processors", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_dotted_names_from_app", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_after_route_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_name_and_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_name_and_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_after_route_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_name_and_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_name_and_template", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_url_processors", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_nesting_url_prefixes", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_nesting_subdomains", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_child_and_parent_subdomain", + "index" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_renaming", + "index" + ] + ], + [ + "tests/test_converters.py", + [ + "test_custom_converters", + "index" + ] + ], + [ + "tests/test_converters.py", + [ + "test_context_available", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_anchor", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_scheme", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_alternating_schemes", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_as_decorator", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close", + "index" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_stream_keeps_session", + "index" + ] + ], + [ + "tests/test_json.py", + [ + "test_jsonify_datetime", + "index" + ] + ], + [ + "tests/test_json.py", + [ + "test_json_customization", + "index" + ] + ], + [ + "tests/test_json.py", + [ + "test_modified_url_encoding", + "index" + ] + ], + [ + "tests/test_json.py", + [ + "test_json_key_sorting", + "index" + ] + ], + [ + "tests/test_logging.py", + [ + "test_wsgi_errors_stream", + "index" + ] + ], + [ + "tests/test_logging.py", + [ + "test_log_view_exception", + "index" + ] + ], + [ + "tests/test_regression.py", + [ + "test_aborting", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_proper_test_request_context", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_context_binding", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_manual_context_binding", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying_api", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_session_error_pops_context", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_environ_for_valid_idna_completes", + "index" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_normal_environ_completes", + "index" + ] + ], + [ + "tests/test_session_interface.py", + [ + "test_open_session_with_endpoint", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_template_rendered", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_before_render_template", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_request_signals", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_request_exception_signal", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_appcontext_signals", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_flash_signal", + "index" + ] + ], + [ + "tests/test_signals.py", + [ + "test_appcontext_tearing_down_signal", + "index" + ] + ], + [ + "tests/test_subclassing.py", + [ + "test_suppressed_exception_logging", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_context_processing", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_original_win", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_simple_stream", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_standard_context", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_escaping", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_no_escaping", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_name_and_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_name_and_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_name_and_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_name_and_template", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_custom_template_loader", + "index" + ] + ], + [ + "tests/test_templating.py", + [ + "test_iterable_loader", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_environ_defaults_from_config", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_environ_defaults", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_environ_base_default", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_environ_base_modified", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_client_open_environ", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_specify_url_scheme", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_blueprint_with_subdomain", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_redirect_keep_session", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_session_transactions", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_test_client_context_binding", + "index" + ] + ], + [ + "tests/test_testing.py", + [ + "test_client_pop_all_preserved", + "index" + ] + ] + ], + "create_app": [ + [ + "examples/celery/src/task_app/__init__.py", + [ + "create_app" + ] + ], + [ + "examples/tutorial/flaskr/__init__.py", + [ + "create_app" + ] + ], + [ + "tests/test_apps/cliapp/factory.py", + [ + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_3", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_4", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_6", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_7", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_10", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_11", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_scriptinfo", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_app_context", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_debug", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "test_help_echo_exception", + "create_app" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRoutes", + "invoke_no_routes", + "create_app" + ] + ], + [ + "tests/test_testing.py", + [ + "test_cli_custom_obj", + "create_app" + ] + ] + ], + "__call__": [ + [ + "examples/celery/src/task_app/__init__.py", + [ + "celery_init_app", + "FlaskTask", + "__call__" + ] + ], + [ + "src/flask/app.py", + [ + "Flask", + "__call__" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_using_application_root", + "PrefixPathMiddleware", + "__call__" + ] + ] + ], + "celery_init_app": [ + [ + "examples/celery/src/task_app/__init__.py", + [ + "celery_init_app" + ] + ] + ], + "add": [ + [ + "examples/celery/src/task_app/tasks.py", + [ + "add" + ] + ], + [ + "examples/celery/src/task_app/views.py", + [ + "add" + ] + ], + [ + "examples/javascript/js_example/views.py", + [ + "add" + ] + ], + [ + "tests/test_json.py", + [ + "test_json_attr", + "add" + ] + ], + [ + "tests/test_testing.py", + [ + "test_client_json_no_app_context", + "Namespace", + "add" + ] + ] + ], + "block": [ + [ + "examples/celery/src/task_app/tasks.py", + [ + "block" + ] + ], + [ + "examples/celery/src/task_app/views.py", + [ + "block" + ] + ] + ], + "process": [ + [ + "examples/celery/src/task_app/tasks.py", + [ + "process" + ] + ], + [ + "examples/celery/src/task_app/views.py", + [ + "process" + ] + ] + ], + "result": [ + [ + "examples/celery/src/task_app/views.py", + [ + "result" + ] + ] + ], + "fixture_app": [ + [ + "examples/javascript/tests/conftest.py", + [ + "fixture_app" + ] + ] + ], + "client": [ + [ + "examples/javascript/tests/conftest.py", + [ + "client" + ] + ], + [ + "examples/tutorial/tests/conftest.py", + [ + "client" + ] + ], + [ + "tests/conftest.py", + [ + "client" + ] + ] + ], + "check": [ + [ + "examples/javascript/tests/test_js_example.py", + [ + "test_index", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "JSONTag", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDict", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "PassDict", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagTuple", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "PassList", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagBytes", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagMarkup", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagUUID", + "check" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDateTime", + "check" + ] + ], + [ + "tests/test_cli.py", + [ + "test_app_cli_has_app_context", + "check" + ] + ], + [ + "tests/test_json_tag.py", + [ + "test_custom_tag", + "TagFoo", + "check" + ] + ] + ], + "test_index": [ + [ + "examples/javascript/tests/test_js_example.py", + [ + "test_index" + ] + ], + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_index" + ] + ], + [ + "tests/test_basic.py", + [ + "test_subdomain_basic_support", + "test_index" + ] + ] + ], + "test_add": [ + [ + "examples/javascript/tests/test_js_example.py", + [ + "test_add" + ] + ] + ], + "hello": [ + [ + "examples/tutorial/flaskr/__init__.py", + [ + "create_app", + "hello" + ] + ], + [ + "tests/test_apps/helloworld/hello.py", + [ + "hello" + ] + ], + [ + "tests/test_basic.py", + [ + "test_method_route", + "hello" + ] + ], + [ + "tests/test_basic.py", + [ + "test_url_generation", + "hello" + ] + ], + [ + "tests/test_testing.py", + [ + "test_client_json_no_app_context", + "hello" + ] + ] + ], + "wrapped_view": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "login_required", + "wrapped_view" + ] + ] + ], + "login_required": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "login_required" + ] + ] + ], + "load_logged_in_user": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "load_logged_in_user" + ] + ] + ], + "register": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "register" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "register" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TaggedJSONSerializer", + "register" + ] + ] + ], + "login": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "login" + ] + ], + [ + "examples/tutorial/tests/conftest.py", + [ + "AuthActions", + "login" + ] + ] + ], + "logout": [ + [ + "examples/tutorial/flaskr/auth.py", + [ + "logout" + ] + ], + [ + "examples/tutorial/tests/conftest.py", + [ + "AuthActions", + "logout" + ] + ] + ], + "get_post": [ + [ + "examples/tutorial/flaskr/blog.py", + [ + "get_post" + ] + ] + ], + "create": [ + [ + "examples/tutorial/flaskr/blog.py", + [ + "create" + ] + ] + ], + "update": [ + [ + "examples/tutorial/flaskr/blog.py", + [ + "update" + ] + ] + ], + "delete": [ + [ + "examples/tutorial/flaskr/blog.py", + [ + "delete" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "delete" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_inheritance", + "BetterIndex", + "delete" + ] + ], + [ + "tests/test_views.py", + [ + "test_multiple_inheritance", + "DeleteView", + "delete" + ] + ] + ], + "get_db": [ + [ + "examples/tutorial/flaskr/db.py", + [ + "get_db" + ] + ] + ], + "close_db": [ + [ + "examples/tutorial/flaskr/db.py", + [ + "close_db" + ] + ] + ], + "init_db": [ + [ + "examples/tutorial/flaskr/db.py", + [ + "init_db" + ] + ] + ], + "init_db_command": [ + [ + "examples/tutorial/flaskr/db.py", + [ + "init_db_command" + ] + ] + ], + "init_app": [ + [ + "examples/tutorial/flaskr/db.py", + [ + "init_app" + ] + ] + ], + "app": [ + [ + "examples/tutorial/tests/conftest.py", + [ + "app" + ] + ], + [ + "src/flask/cli.py", + [ + "run_command", + "try_", + "except_Exception_as_e_", + "if_is_running_from_reload", + "app" + ] + ], + [ + "tests/conftest.py", + [ + "app" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRoutes", + "app" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "app" + ] + ] + ], + "runner": [ + [ + "examples/tutorial/tests/conftest.py", + [ + "runner" + ] + ], + [ + "tests/test_cli.py", + [ + "runner" + ] + ] + ], + "auth": [ + [ + "examples/tutorial/tests/conftest.py", + [ + "auth" + ] + ] + ], + "test_register": [ + [ + "examples/tutorial/tests/test_auth.py", + [ + "test_register" + ] + ] + ], + "test_register_validate_input": [ + [ + "examples/tutorial/tests/test_auth.py", + [ + "test_register_validate_input" + ] + ] + ], + "test_login": [ + [ + "examples/tutorial/tests/test_auth.py", + [ + "test_login" + ] + ] + ], + "test_login_validate_input": [ + [ + "examples/tutorial/tests/test_auth.py", + [ + "test_login_validate_input" + ] + ] + ], + "test_logout": [ + [ + "examples/tutorial/tests/test_auth.py", + [ + "test_logout" + ] + ] + ], + "test_login_required": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_login_required" + ] + ] + ], + "test_author_required": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_author_required" + ] + ] + ], + "test_exists_required": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_exists_required" + ] + ] + ], + "test_create": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_create" + ] + ] + ], + "test_update": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_update" + ] + ] + ], + "test_create_update_validate": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_create_update_validate" + ] + ] + ], + "test_delete": [ + [ + "examples/tutorial/tests/test_blog.py", + [ + "test_delete" + ] + ] + ], + "test_get_close_db": [ + [ + "examples/tutorial/tests/test_db.py", + [ + "test_get_close_db" + ] + ] + ], + "fake_init_db": [ + [ + "examples/tutorial/tests/test_db.py", + [ + "test_init_db_command", + "fake_init_db" + ] + ] + ], + "test_init_db_command": [ + [ + "examples/tutorial/tests/test_db.py", + [ + "test_init_db_command" + ] + ] + ], + "test_config": [ + [ + "examples/tutorial/tests/test_factory.py", + [ + "test_config" + ] + ] + ], + "test_hello": [ + [ + "examples/tutorial/tests/test_factory.py", + [ + "test_hello" + ] + ] + ], + "__getattr__": [ + [ + "src/flask/__init__.py", + [ + "__getattr__" + ] + ], + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__getattr__" + ] + ], + [ + "src/flask/globals.py", + [ + "__getattr__" + ] + ], + [ + "tests/conftest.py", + [ + "limit_loader", + "LimitedLoader", + "__getattr__" + ] + ], + [ + "tests/test_helpers.py", + [ + "PyBytesIO", + "__getattr__" + ] + ] + ], + "iscoroutinefunction": [ + [ + "src/flask/app.py", + [ + "if_sys_version_info_3", + "else_", + "iscoroutinefunction" + ] + ] + ], + "_make_timedelta": [ + [ + "src/flask/app.py", + [ + "_make_timedelta" + ] + ] + ], + "_check_setup_finished": [ + [ + "src/flask/app.py", + [ + "Flask", + "_check_setup_finished" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "_check_setup_finished" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "_check_setup_finished" + ] + ] + ], + "name": [ + [ + "src/flask/app.py", + [ + "Flask", + "name" + ] + ] + ], + "logger": [ + [ + "src/flask/app.py", + [ + "Flask", + "logger" + ] + ] + ], + "jinja_env": [ + [ + "src/flask/app.py", + [ + "Flask", + "jinja_env" + ] + ] + ], + "got_first_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "got_first_request" + ] + ] + ], + "make_config": [ + [ + "src/flask/app.py", + [ + "Flask", + "make_config" + ] + ] + ], + "make_aborter": [ + [ + "src/flask/app.py", + [ + "Flask", + "make_aborter" + ] + ] + ], + "auto_find_instance_path": [ + [ + "src/flask/app.py", + [ + "Flask", + "auto_find_instance_path" + ] + ] + ], + "open_instance_resource": [ + [ + "src/flask/app.py", + [ + "Flask", + "open_instance_resource" + ] + ] + ], + "create_jinja_environment": [ + [ + "src/flask/app.py", + [ + "Flask", + "create_jinja_environment" + ] + ] + ], + "create_global_jinja_loader": [ + [ + "src/flask/app.py", + [ + "Flask", + "create_global_jinja_loader" + ] + ], + [ + "tests/test_templating.py", + [ + "test_custom_template_loader", + "MyFlask", + "create_global_jinja_loader" + ] + ] + ], + "select_jinja_autoescape": [ + [ + "src/flask/app.py", + [ + "Flask", + "select_jinja_autoescape" + ] + ] + ], + "update_template_context": [ + [ + "src/flask/app.py", + [ + "Flask", + "update_template_context" + ] + ] + ], + "make_shell_context": [ + [ + "src/flask/app.py", + [ + "Flask", + "make_shell_context" + ] + ] + ], + "debug": [ + [ + "src/flask/app.py", + [ + "Flask", + "debug" + ] + ] + ], + "debug_15": [ + [ + "src/flask/app.py", + [ + "Flask", + "debug_15" + ] + ] + ], + "run": [ + [ + "src/flask/app.py", + [ + "Flask", + "run" + ] + ] + ], + "test_client": [ + [ + "src/flask/app.py", + [ + "Flask", + "test_client" + ] + ] + ], + "test_cli_runner": [ + [ + "src/flask/app.py", + [ + "Flask", + "test_cli_runner" + ] + ] + ], + "register_blueprint": [ + [ + "src/flask/app.py", + [ + "Flask", + "register_blueprint" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "register_blueprint" + ] + ] + ], + "iter_blueprints": [ + [ + "src/flask/app.py", + [ + "Flask", + "iter_blueprints" + ] + ] + ], + "add_url_rule": [ + [ + "src/flask/app.py", + [ + "Flask", + "add_url_rule" + ] + ], + [ + "src/flask/blueprints.py", + [ + "BlueprintSetupState", + "add_url_rule" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_url_rule" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "add_url_rule" + ] + ] + ], + "decorator": [ + [ + "src/flask/app.py", + [ + "Flask", + "template_filter", + "decorator" + ] + ], + [ + "src/flask/app.py", + [ + "Flask", + "template_test", + "decorator" + ] + ], + [ + "src/flask/app.py", + [ + "Flask", + "template_global", + "decorator" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_filter", + "decorator" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_test", + "decorator" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_global", + "decorator" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_errorhandler", + "decorator" + ] + ], + [ + "src/flask/cli.py", + [ + "with_appcontext", + "decorator" + ] + ], + [ + "src/flask/cli.py", + [ + "AppGroup", + "command", + "decorator" + ] + ], + [ + "src/flask/helpers.py", + [ + "stream_with_context", + "try_", + "except_TypeError_", + "decorator" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "route", + "decorator" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "endpoint", + "decorator" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "errorhandler", + "decorator" + ] + ] + ], + "template_filter": [ + [ + "src/flask/app.py", + [ + "Flask", + "template_filter" + ] + ] + ], + "add_template_filter": [ + [ + "src/flask/app.py", + [ + "Flask", + "add_template_filter" + ] + ] + ], + "template_test": [ + [ + "src/flask/app.py", + [ + "Flask", + "template_test" + ] + ] + ], + "add_template_test": [ + [ + "src/flask/app.py", + [ + "Flask", + "add_template_test" + ] + ] + ], + "template_global": [ + [ + "src/flask/app.py", + [ + "Flask", + "template_global" + ] + ] + ], + "add_template_global": [ + [ + "src/flask/app.py", + [ + "Flask", + "add_template_global" + ] + ] + ], + "teardown_appcontext": [ + [ + "src/flask/app.py", + [ + "Flask", + "teardown_appcontext" + ] + ] + ], + "shell_context_processor": [ + [ + "src/flask/app.py", + [ + "Flask", + "shell_context_processor" + ] + ] + ], + "_find_error_handler": [ + [ + "src/flask/app.py", + [ + "Flask", + "_find_error_handler" + ] + ] + ], + "handle_http_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "handle_http_exception" + ] + ] + ], + "trap_http_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "trap_http_exception" + ] + ] + ], + "handle_user_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "handle_user_exception" + ] + ] + ], + "handle_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "handle_exception" + ] + ], + [ + "tests/test_basic.py", + [ + "test_errorhandler_precedence", + "handle_exception" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_generic", + "handle_exception" + ] + ] + ], + "log_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "log_exception" + ] + ], + [ + "tests/test_subclassing.py", + [ + "test_suppressed_exception_logging", + "SuppressedFlask", + "log_exception" + ] + ] + ], + "raise_routing_exception": [ + [ + "src/flask/app.py", + [ + "Flask", + "raise_routing_exception" + ] + ] + ], + "dispatch_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "dispatch_request" + ] + ], + [ + "src/flask/views.py", + [ + "View", + "dispatch_request" + ] + ], + [ + "src/flask/views.py", + [ + "MethodView", + "dispatch_request" + ] + ], + [ + "tests/test_async.py", + [ + "AsyncView", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_basic_view", + "Index", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_decorators", + "Index", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_provide_automatic_options_attr", + "Index1", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_provide_automatic_options_attr", + "Index2", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_provide_automatic_options_attr", + "Index3", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_endpoint_override", + "Index", + "dispatch_request" + ] + ], + [ + "tests/test_views.py", + [ + "test_init_once", + "CountInit", + "dispatch_request" + ] + ], + [ + "tests/typing/typing_route.py", + [ + "RenderTemplateView", + "dispatch_request" + ] + ] + ], + "full_dispatch_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "full_dispatch_request" + ] + ] + ], + "finalize_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "finalize_request" + ] + ] + ], + "make_default_options_response": [ + [ + "src/flask/app.py", + [ + "Flask", + "make_default_options_response" + ] + ] + ], + "should_ignore_error": [ + [ + "src/flask/app.py", + [ + "Flask", + "should_ignore_error" + ] + ] + ], + "ensure_sync": [ + [ + "src/flask/app.py", + [ + "Flask", + "ensure_sync" + ] + ] + ], + "async_to_sync": [ + [ + "src/flask/app.py", + [ + "Flask", + "async_to_sync" + ] + ] + ], + "url_for": [ + [ + "src/flask/app.py", + [ + "Flask", + "url_for" + ] + ], + [ + "src/flask/helpers.py", + [ + "url_for" + ] + ] + ], + "redirect": [ + [ + "src/flask/app.py", + [ + "Flask", + "redirect" + ] + ], + [ + "src/flask/helpers.py", + [ + "redirect" + ] + ], + [ + "tests/test_helpers.py", + [ + "test_redirect_with_app", + "redirect" + ] + ] + ], + "make_response": [ + [ + "src/flask/app.py", + [ + "Flask", + "make_response" + ] + ], + [ + "src/flask/helpers.py", + [ + "make_response" + ] + ] + ], + "create_url_adapter": [ + [ + "src/flask/app.py", + [ + "Flask", + "create_url_adapter" + ] + ] + ], + "inject_url_defaults": [ + [ + "src/flask/app.py", + [ + "Flask", + "inject_url_defaults" + ] + ] + ], + "handle_url_build_error": [ + [ + "src/flask/app.py", + [ + "Flask", + "handle_url_build_error" + ] + ] + ], + "preprocess_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "preprocess_request" + ] + ] + ], + "process_response": [ + [ + "src/flask/app.py", + [ + "Flask", + "process_response" + ] + ] + ], + "do_teardown_request": [ + [ + "src/flask/app.py", + [ + "Flask", + "do_teardown_request" + ] + ] + ], + "do_teardown_appcontext": [ + [ + "src/flask/app.py", + [ + "Flask", + "do_teardown_appcontext" + ] + ] + ], + "app_context": [ + [ + "src/flask/app.py", + [ + "Flask", + "app_context" + ] + ] + ], + "request_context": [ + [ + "src/flask/app.py", + [ + "Flask", + "request_context" + ] + ] + ], + "test_request_context": [ + [ + "src/flask/app.py", + [ + "Flask", + "test_request_context" + ] + ] + ], + "wsgi_app": [ + [ + "src/flask/app.py", + [ + "Flask", + "wsgi_app" + ] + ] + ], + "record": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "record" + ] + ], + [ + "tests/test_signals.py", + [ + "test_template_rendered", + "record" + ] + ], + [ + "tests/test_signals.py", + [ + "test_before_render_template", + "record" + ] + ], + [ + "tests/test_signals.py", + [ + "test_request_exception_signal", + "record" + ] + ], + [ + "tests/test_signals.py", + [ + "test_flash_signal", + "record" + ] + ] + ], + "wrapper": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "record_once", + "wrapper" + ] + ], + [ + "src/flask/ctx.py", + [ + "copy_current_request_context", + "wrapper" + ] + ] + ], + "record_once": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "record_once" + ] + ] + ], + "make_setup_state": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "make_setup_state" + ] + ] + ], + "extend": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "register", + "if_first_bp_registration_", + "extend" + ] + ] + ], + "app_template_filter": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_filter" + ] + ] + ], + "register_template": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_filter", + "register_template" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_test", + "register_template" + ] + ], + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_global", + "register_template" + ] + ] + ], + "add_app_template_filter": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_filter" + ] + ] + ], + "app_template_test": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_test" + ] + ] + ], + "add_app_template_test": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_test" + ] + ] + ], + "app_template_global": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_template_global" + ] + ] + ], + "add_app_template_global": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "add_app_template_global" + ] + ] + ], + "before_app_request": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "before_app_request" + ] + ] + ], + "after_app_request": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "after_app_request" + ] + ] + ], + "teardown_app_request": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "teardown_app_request" + ] + ] + ], + "app_context_processor": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_context_processor" + ] + ] + ], + "app_errorhandler": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_errorhandler" + ] + ] + ], + "app_url_value_preprocessor": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_url_value_preprocessor" + ] + ] + ], + "app_url_defaults": [ + [ + "src/flask/blueprints.py", + [ + "Blueprint", + "app_url_defaults" + ] + ] + ], + "find_best_app": [ + [ + "src/flask/cli.py", + [ + "find_best_app" + ] + ] + ], + "_called_with_wrong_args": [ + [ + "src/flask/cli.py", + [ + "_called_with_wrong_args" + ] + ] + ], + "find_app_by_string": [ + [ + "src/flask/cli.py", + [ + "find_app_by_string" + ] + ] + ], + "prepare_import": [ + [ + "src/flask/cli.py", + [ + "prepare_import" + ] + ] + ], + "locate_app": [ + [ + "src/flask/cli.py", + [ + "locate_app" + ] + ] + ], + "get_version": [ + [ + "src/flask/cli.py", + [ + "get_version" + ] + ] + ], + "load_app": [ + [ + "src/flask/cli.py", + [ + "ScriptInfo", + "load_app" + ] + ] + ], + "with_appcontext": [ + [ + "src/flask/cli.py", + [ + "with_appcontext" + ] + ] + ], + "command": [ + [ + "src/flask/cli.py", + [ + "AppGroup", + "command" + ] + ] + ], + "group": [ + [ + "src/flask/cli.py", + [ + "AppGroup", + "group" + ] + ] + ], + "_set_app": [ + [ + "src/flask/cli.py", + [ + "_set_app" + ] + ] + ], + "_set_debug": [ + [ + "src/flask/cli.py", + [ + "_set_debug" + ] + ] + ], + "_env_file_callback": [ + [ + "src/flask/cli.py", + [ + "_env_file_callback" + ] + ] + ], + "_load_plugin_commands": [ + [ + "src/flask/cli.py", + [ + "FlaskGroup", + "_load_plugin_commands" + ] + ] + ], + "get_command": [ + [ + "src/flask/cli.py", + [ + "FlaskGroup", + "get_command" + ] + ] + ], + "list_commands": [ + [ + "src/flask/cli.py", + [ + "FlaskGroup", + "list_commands" + ] + ] + ], + "make_context": [ + [ + "src/flask/cli.py", + [ + "FlaskGroup", + "make_context" + ] + ] + ], + "parse_args": [ + [ + "src/flask/cli.py", + [ + "FlaskGroup", + "parse_args" + ] + ] + ], + "_path_is_ancestor": [ + [ + "src/flask/cli.py", + [ + "_path_is_ancestor" + ] + ] + ], + "load_dotenv": [ + [ + "src/flask/cli.py", + [ + "load_dotenv" + ] + ] + ], + "show_server_banner": [ + [ + "src/flask/cli.py", + [ + "show_server_banner" + ] + ] + ], + "convert": [ + [ + "src/flask/cli.py", + [ + "CertParamType", + "convert" + ] + ], + [ + "src/flask/cli.py", + [ + "SeparatedPathType", + "convert" + ] + ] + ], + "_validate_key": [ + [ + "src/flask/cli.py", + [ + "_validate_key" + ] + ] + ], + "run_command": [ + [ + "src/flask/cli.py", + [ + "run_command" + ] + ] + ], + "shell_command": [ + [ + "src/flask/cli.py", + [ + "shell_command" + ] + ] + ], + "routes_command": [ + [ + "src/flask/cli.py", + [ + "routes_command" + ] + ] + ], + "main": [ + [ + "src/flask/cli.py", + [ + "main" + ] + ] + ], + "__get__": [ + [ + "src/flask/config.py", + [ + "ConfigAttribute", + "__get__" + ] + ], + [ + "src/flask/helpers.py", + [ + "locked_cached_property", + "__get__" + ] + ] + ], + "__set__": [ + [ + "src/flask/config.py", + [ + "ConfigAttribute", + "__set__" + ] + ], + [ + "src/flask/helpers.py", + [ + "locked_cached_property", + "__set__" + ] + ] + ], + "from_envvar": [ + [ + "src/flask/config.py", + [ + "Config", + "from_envvar" + ] + ] + ], + "from_prefixed_env": [ + [ + "src/flask/config.py", + [ + "Config", + "from_prefixed_env" + ] + ] + ], + "from_pyfile": [ + [ + "src/flask/config.py", + [ + "Config", + "from_pyfile" + ] + ] + ], + "from_object": [ + [ + "src/flask/config.py", + [ + "Config", + "from_object" + ] + ] + ], + "from_file": [ + [ + "src/flask/config.py", + [ + "Config", + "from_file" + ] + ] + ], + "from_mapping": [ + [ + "src/flask/config.py", + [ + "Config", + "from_mapping" + ] + ] + ], + "get_namespace": [ + [ + "src/flask/config.py", + [ + "Config", + "get_namespace" + ] + ] + ], + "__repr__": [ + [ + "src/flask/config.py", + [ + "Config", + "__repr__" + ] + ], + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__repr__" + ] + ], + [ + "src/flask/ctx.py", + [ + "RequestContext", + "__repr__" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "__repr__" + ] + ] + ], + "__setattr__": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__setattr__" + ] + ] + ], + "__delattr__": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__delattr__" + ] + ] + ], + "get": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "get" + ] + ], + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "get" + ] + ], + [ + "src/flask/sessions.py", + [ + "SecureCookieSession", + "get" + ] + ], + [ + "tests/test_async.py", + [ + "AsyncMethodView", + "get" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session", + "get" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "get" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_with_method", + "MyView", + "get" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_method_based_view", + "Index", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_patching", + "Index", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_patching", + "Other", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_inheritance", + "Index", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_implicit_head", + "Index", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_explicit_head", + "Index", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_methods_var_inheritance", + "ChildView", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_multiple_inheritance", + "GetView", + "get" + ] + ], + [ + "tests/test_views.py", + [ + "test_remove_method_from_parent", + "GetView", + "get" + ] + ] + ], + "pop": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "pop" + ] + ], + [ + "src/flask/ctx.py", + [ + "AppContext", + "pop" + ] + ], + [ + "src/flask/ctx.py", + [ + "RequestContext", + "pop" + ] + ] + ], + "setdefault": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "setdefault" + ] + ], + [ + "src/flask/sessions.py", + [ + "SecureCookieSession", + "setdefault" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "setdefault" + ] + ] + ], + "__contains__": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__contains__" + ] + ] + ], + "__iter__": [ + [ + "src/flask/ctx.py", + [ + "_AppCtxGlobals", + "__iter__" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close", + "Wrapper", + "__iter__" + ] + ] + ], + "after_this_request": [ + [ + "src/flask/ctx.py", + [ + "after_this_request" + ] + ] + ], + "copy_current_request_context": [ + [ + "src/flask/ctx.py", + [ + "copy_current_request_context" + ] + ] + ], + "has_request_context": [ + [ + "src/flask/ctx.py", + [ + "has_request_context" + ] + ] + ], + "has_app_context": [ + [ + "src/flask/ctx.py", + [ + "has_app_context" + ] + ] + ], + "push": [ + [ + "src/flask/ctx.py", + [ + "AppContext", + "push" + ] + ], + [ + "src/flask/ctx.py", + [ + "RequestContext", + "push" + ] + ] + ], + "__enter__": [ + [ + "src/flask/ctx.py", + [ + "AppContext", + "__enter__" + ] + ], + [ + "src/flask/ctx.py", + [ + "RequestContext", + "__enter__" + ] + ], + [ + "src/flask/testing.py", + [ + "FlaskClient", + "__enter__" + ] + ] + ], + "__exit__": [ + [ + "src/flask/ctx.py", + [ + "AppContext", + "__exit__" + ] + ], + [ + "src/flask/ctx.py", + [ + "RequestContext", + "__exit__" + ] + ], + [ + "src/flask/testing.py", + [ + "FlaskClient", + "__exit__" + ] + ] + ], + "copy": [ + [ + "src/flask/ctx.py", + [ + "RequestContext", + "copy" + ] + ] + ], + "match_request": [ + [ + "src/flask/ctx.py", + [ + "RequestContext", + "match_request" + ] + ] + ], + "__str__": [ + [ + "src/flask/debughelpers.py", + [ + "DebugFilesKeyError", + "__str__" + ] + ] + ], + "__getitem__": [ + [ + "src/flask/debughelpers.py", + [ + "attach_enctype_error_multidict", + "newcls", + "__getitem__" + ] + ], + [ + "src/flask/sessions.py", + [ + "SecureCookieSession", + "__getitem__" + ] + ] + ], + "attach_enctype_error_multidict": [ + [ + "src/flask/debughelpers.py", + [ + "attach_enctype_error_multidict" + ] + ] + ], + "_dump_loader_info": [ + [ + "src/flask/debughelpers.py", + [ + "_dump_loader_info" + ] + ] + ], + "explain_template_loading_attempts": [ + [ + "src/flask/debughelpers.py", + [ + "explain_template_loading_attempts" + ] + ] + ], + "top": [ + [ + "src/flask/globals.py", + [ + "_FakeStack", + "top" + ] + ] + ], + "get_debug_flag": [ + [ + "src/flask/helpers.py", + [ + "get_debug_flag" + ] + ] + ], + "get_load_dotenv": [ + [ + "src/flask/helpers.py", + [ + "get_load_dotenv" + ] + ] + ], + "generator": [ + [ + "src/flask/helpers.py", + [ + "stream_with_context", + "generator" + ] + ] + ], + "stream_with_context": [ + [ + "src/flask/helpers.py", + [ + "stream_with_context" + ] + ] + ], + "abort": [ + [ + "src/flask/helpers.py", + [ + "abort" + ] + ] + ], + "get_template_attribute": [ + [ + "src/flask/helpers.py", + [ + "get_template_attribute" + ] + ] + ], + "flash": [ + [ + "src/flask/helpers.py", + [ + "flash" + ] + ] + ], + "get_flashed_messages": [ + [ + "src/flask/helpers.py", + [ + "get_flashed_messages" + ] + ] + ], + "_prepare_send_file_kwargs": [ + [ + "src/flask/helpers.py", + [ + "_prepare_send_file_kwargs" + ] + ] + ], + "send_file": [ + [ + "src/flask/helpers.py", + [ + "send_file" + ] + ] + ], + "send_from_directory": [ + [ + "src/flask/helpers.py", + [ + "send_from_directory" + ] + ] + ], + "get_root_path": [ + [ + "src/flask/helpers.py", + [ + "get_root_path" + ] + ] + ], + "__delete__": [ + [ + "src/flask/helpers.py", + [ + "locked_cached_property", + "__delete__" + ] + ] + ], + "is_ip": [ + [ + "src/flask/helpers.py", + [ + "is_ip" + ] + ] + ], + "_split_blueprint_path": [ + [ + "src/flask/helpers.py", + [ + "_split_blueprint_path" + ] + ] + ], + "dumps": [ + [ + "src/flask/json/__init__.py", + [ + "dumps" + ] + ], + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "dumps" + ] + ], + [ + "src/flask/json/provider.py", + [ + "DefaultJSONProvider", + "dumps" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TaggedJSONSerializer", + "dumps" + ] + ] + ], + "dump": [ + [ + "src/flask/json/__init__.py", + [ + "dump" + ] + ], + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "dump" + ] + ] + ], + "loads": [ + [ + "src/flask/json/__init__.py", + [ + "loads" + ] + ], + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "loads" + ] + ], + [ + "src/flask/json/provider.py", + [ + "DefaultJSONProvider", + "loads" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TaggedJSONSerializer", + "loads" + ] + ], + [ + "tests/test_json.py", + [ + "test_json_customization", + "CustomProvider", + "loads" + ] + ] + ], + "load": [ + [ + "src/flask/json/__init__.py", + [ + "load" + ] + ], + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "load" + ] + ] + ], + "jsonify": [ + [ + "src/flask/json/__init__.py", + [ + "jsonify" + ] + ] + ], + "_prepare_response_obj": [ + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "_prepare_response_obj" + ] + ] + ], + "response": [ + [ + "src/flask/json/provider.py", + [ + "JSONProvider", + "response" + ] + ], + [ + "src/flask/json/provider.py", + [ + "DefaultJSONProvider", + "response" + ] + ] + ], + "_default": [ + [ + "src/flask/json/provider.py", + [ + "_default" + ] + ] + ], + "to_json": [ + [ + "src/flask/json/tag.py", + [ + "JSONTag", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDict", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "PassDict", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagTuple", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "PassList", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagBytes", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagMarkup", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagUUID", + "to_json" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDateTime", + "to_json" + ] + ], + [ + "tests/test_json_tag.py", + [ + "test_custom_tag", + "TagFoo", + "to_json" + ] + ] + ], + "to_python": [ + [ + "src/flask/json/tag.py", + [ + "JSONTag", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDict", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagTuple", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagBytes", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagMarkup", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagUUID", + "to_python" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TagDateTime", + "to_python" + ] + ], + [ + "tests/test_converters.py", + [ + "test_custom_converters", + "ListConverter", + "to_python" + ] + ], + [ + "tests/test_converters.py", + [ + "test_context_available", + "ContextConverter", + "to_python" + ] + ], + [ + "tests/test_json_tag.py", + [ + "test_custom_tag", + "TagFoo", + "to_python" + ] + ] + ], + "tag": [ + [ + "src/flask/json/tag.py", + [ + "JSONTag", + "tag" + ] + ], + [ + "src/flask/json/tag.py", + [ + "TaggedJSONSerializer", + "tag" + ] + ] + ], + "untag": [ + [ + "src/flask/json/tag.py", + [ + "TaggedJSONSerializer", + "untag" + ] + ] + ], + "wsgi_errors_stream": [ + [ + "src/flask/logging.py", + [ + "wsgi_errors_stream" + ] + ] + ], + "has_level_handler": [ + [ + "src/flask/logging.py", + [ + "has_level_handler" + ] + ] + ], + "create_logger": [ + [ + "src/flask/logging.py", + [ + "create_logger" + ] + ] + ], + "wrapper_func": [ + [ + "src/flask/scaffold.py", + [ + "setupmethod", + "wrapper_func" + ] + ] + ], + "setupmethod": [ + [ + "src/flask/scaffold.py", + [ + "setupmethod" + ] + ] + ], + "static_folder": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "static_folder" + ] + ] + ], + "static_folder_3": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "static_folder_3" + ] + ] + ], + "has_static_folder": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "has_static_folder" + ] + ] + ], + "static_url_path": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "static_url_path" + ] + ] + ], + "static_url_path_6": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "static_url_path_6" + ] + ] + ], + "get_send_file_max_age": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "get_send_file_max_age" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_default_static_max_age", + "MyBlueprint", + "get_send_file_max_age" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestSendfile", + "test_static_file", + "StaticFileApp", + "get_send_file_max_age" + ] + ] + ], + "send_static_file": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "send_static_file" + ] + ] + ], + "jinja_loader": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "jinja_loader" + ] + ] + ], + "open_resource": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "open_resource" + ] + ] + ], + "_method_route": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "_method_route" + ] + ] + ], + "post": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "post" + ] + ], + [ + "tests/test_async.py", + [ + "AsyncMethodView", + "post" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_with_method", + "MyView", + "post" + ] + ], + [ + "tests/test_views.py", + [ + "test_method_based_view", + "Index", + "post" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_patching", + "Index", + "post" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_patching", + "Other", + "post" + ] + ], + [ + "tests/test_views.py", + [ + "test_view_inheritance", + "Index", + "post" + ] + ], + [ + "tests/test_views.py", + [ + "test_remove_method_from_parent", + "OtherView", + "post" + ] + ] + ], + "put": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "put" + ] + ] + ], + "patch": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "patch" + ] + ] + ], + "route": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "route" + ] + ] + ], + "endpoint": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "endpoint" + ] + ], + [ + "src/flask/wrappers.py", + [ + "Request", + "endpoint" + ] + ] + ], + "before_request": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "before_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_processing", + "before_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handler_after_processor_error", + "before_request" + ] + ] + ], + "after_request": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "after_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_processing", + "after_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handling_processing", + "after_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handler_after_processor_error", + "after_request" + ] + ] + ], + "teardown_request": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "teardown_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler", + "teardown_request" + ] + ], + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_debug_mode", + "teardown_request" + ] + ] + ], + "context_processor": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "context_processor" + ] + ], + [ + "tests/test_templating.py", + [ + "test_context_processing", + "context_processor" + ] + ], + [ + "tests/test_templating.py", + [ + "test_request_less_rendering", + "context_processor" + ] + ], + [ + "tests/test_templating.py", + [ + "test_iterable_loader", + "context_processor" + ] + ] + ], + "url_value_preprocessor": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "url_value_preprocessor" + ] + ] + ], + "url_defaults": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "url_defaults" + ] + ] + ], + "errorhandler": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "errorhandler" + ] + ] + ], + "register_error_handler": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "register_error_handler" + ] + ] + ], + "_get_exc_class_and_code": [ + [ + "src/flask/scaffold.py", + [ + "Scaffold", + "_get_exc_class_and_code" + ] + ] + ], + "_endpoint_from_view_func": [ + [ + "src/flask/scaffold.py", + [ + "_endpoint_from_view_func" + ] + ] + ], + "_matching_loader_thinks_module_is_package": [ + [ + "src/flask/scaffold.py", + [ + "_matching_loader_thinks_module_is_package" + ] + ] + ], + "_path_is_relative_to": [ + [ + "src/flask/scaffold.py", + [ + "_path_is_relative_to" + ] + ] + ], + "_find_package_path": [ + [ + "src/flask/scaffold.py", + [ + "_find_package_path" + ] + ] + ], + "find_package": [ + [ + "src/flask/scaffold.py", + [ + "find_package" + ] + ] + ], + "permanent": [ + [ + "src/flask/sessions.py", + [ + "SessionMixin", + "permanent" + ] + ] + ], + "permanent_1": [ + [ + "src/flask/sessions.py", + [ + "SessionMixin", + "permanent_1" + ] + ] + ], + "on_update": [ + [ + "src/flask/sessions.py", + [ + "SecureCookieSession", + "__init__", + "on_update" + ] + ] + ], + "_fail": [ + [ + "src/flask/sessions.py", + [ + "NullSession", + "_fail" + ] + ], + [ + "src/flask/signals.py", + [ + "try_", + "except_ImportError_", + "_FakeSignal", + "_fail" + ] + ] + ], + "make_null_session": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "make_null_session" + ] + ] + ], + "is_null_session": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "is_null_session" + ] + ] + ], + "get_cookie_name": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_name" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name", + "PathAwareSessionInterface", + "get_cookie_name" + ] + ] + ], + "get_cookie_domain": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_domain" + ] + ] + ], + "get_cookie_path": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_path" + ] + ] + ], + "get_cookie_httponly": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_httponly" + ] + ] + ], + "get_cookie_secure": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_secure" + ] + ] + ], + "get_cookie_samesite": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_cookie_samesite" + ] + ] + ], + "get_expiration_time": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "get_expiration_time" + ] + ] + ], + "should_set_cookie": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "should_set_cookie" + ] + ] + ], + "open_session": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "open_session" + ] + ], + [ + "src/flask/sessions.py", + [ + "SecureCookieSessionInterface", + "open_session" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_session_error_pops_context", + "FailingSessionInterface", + "open_session" + ] + ], + [ + "tests/test_session_interface.py", + [ + "test_open_session_with_endpoint", + "MySessionInterface", + "open_session" + ] + ] + ], + "save_session": [ + [ + "src/flask/sessions.py", + [ + "SessionInterface", + "save_session" + ] + ], + [ + "src/flask/sessions.py", + [ + "SecureCookieSessionInterface", + "save_session" + ] + ], + [ + "tests/test_session_interface.py", + [ + "test_open_session_with_endpoint", + "MySessionInterface", + "save_session" + ] + ] + ], + "get_signing_serializer": [ + [ + "src/flask/sessions.py", + [ + "SecureCookieSessionInterface", + "get_signing_serializer" + ] + ] + ], + "signal": [ + [ + "src/flask/signals.py", + [ + "try_", + "except_ImportError_", + "Namespace", + "signal" + ] + ] + ], + "send": [ + [ + "src/flask/signals.py", + [ + "try_", + "except_ImportError_", + "_FakeSignal", + "send" + ] + ] + ], + "_default_template_ctx_processor": [ + [ + "src/flask/templating.py", + [ + "_default_template_ctx_processor" + ] + ] + ], + "get_source": [ + [ + "src/flask/templating.py", + [ + "DispatchingJinjaLoader", + "get_source" + ] + ] + ], + "_get_source_explained": [ + [ + "src/flask/templating.py", + [ + "DispatchingJinjaLoader", + "_get_source_explained" + ] + ] + ], + "_get_source_fast": [ + [ + "src/flask/templating.py", + [ + "DispatchingJinjaLoader", + "_get_source_fast" + ] + ] + ], + "_iter_loaders": [ + [ + "src/flask/templating.py", + [ + "DispatchingJinjaLoader", + "_iter_loaders" + ] + ] + ], + "list_templates": [ + [ + "src/flask/templating.py", + [ + "DispatchingJinjaLoader", + "list_templates" + ] + ] + ], + "_render": [ + [ + "src/flask/templating.py", + [ + "_render" + ] + ] + ], + "render_template": [ + [ + "src/flask/templating.py", + [ + "render_template" + ] + ] + ], + "render_template_string": [ + [ + "src/flask/templating.py", + [ + "render_template_string" + ] + ] + ], + "generate": [ + [ + "src/flask/templating.py", + [ + "_stream", + "generate" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context", + "index", + "generate" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_as_decorator", + "index", + "generate" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close", + "index", + "generate" + ] + ] + ], + "_stream": [ + [ + "src/flask/templating.py", + [ + "_stream" + ] + ] + ], + "stream_template": [ + [ + "src/flask/templating.py", + [ + "stream_template" + ] + ] + ], + "stream_template_string": [ + [ + "src/flask/templating.py", + [ + "stream_template_string" + ] + ] + ], + "json_dumps": [ + [ + "src/flask/testing.py", + [ + "EnvironBuilder", + "json_dumps" + ] + ] + ], + "session_transaction": [ + [ + "src/flask/testing.py", + [ + "FlaskClient", + "session_transaction" + ] + ] + ], + "_copy_environ": [ + [ + "src/flask/testing.py", + [ + "FlaskClient", + "_copy_environ" + ] + ] + ], + "_request_from_builder_args": [ + [ + "src/flask/testing.py", + [ + "FlaskClient", + "_request_from_builder_args" + ] + ] + ], + "open": [ + [ + "src/flask/testing.py", + [ + "FlaskClient", + "open" + ] + ] + ], + "invoke": [ + [ + "src/flask/testing.py", + [ + "FlaskCliRunner", + "invoke" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRoutes", + "invoke" + ] + ] + ], + "view": [ + [ + "src/flask/views.py", + [ + "View", + "as_view", + "if_cls_init_every_request", + "view" + ] + ], + [ + "src/flask/views.py", + [ + "View", + "as_view", + "if_cls_init_every_request", + "else_", + "view" + ] + ], + [ + "tests/test_basic.py", + [ + "test_inject_blueprint_url_defaults", + "view" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint_with_dots", + "view" + ] + ], + [ + "tests/test_testing.py", + [ + "test_subdomain", + "view" + ] + ], + [ + "tests/test_testing.py", + [ + "test_nosubdomain", + "view" + ] + ] + ], + "as_view": [ + [ + "src/flask/views.py", + [ + "View", + "as_view" + ] + ] + ], + "__init_subclass__": [ + [ + "src/flask/views.py", + [ + "MethodView", + "__init_subclass__" + ] + ] + ], + "max_content_length": [ + [ + "src/flask/wrappers.py", + [ + "Request", + "max_content_length" + ] + ] + ], + "blueprint": [ + [ + "src/flask/wrappers.py", + [ + "Request", + "blueprint" + ] + ] + ], + "blueprints": [ + [ + "src/flask/wrappers.py", + [ + "Request", + "blueprints" + ] + ] + ], + "_load_form_data": [ + [ + "src/flask/wrappers.py", + [ + "Request", + "_load_form_data" + ] + ] + ], + "on_json_loading_failed": [ + [ + "src/flask/wrappers.py", + [ + "Request", + "on_json_loading_failed" + ] + ] + ], + "max_cookie_size": [ + [ + "src/flask/wrappers.py", + [ + "Response", + "max_cookie_size" + ] + ] + ], + "_standard_os_environ": [ + [ + "tests/conftest.py", + [ + "_standard_os_environ" + ] + ] + ], + "_reset_os_environ": [ + [ + "tests/conftest.py", + [ + "_reset_os_environ" + ] + ] + ], + "app_ctx": [ + [ + "tests/conftest.py", + [ + "app_ctx" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "app_ctx" + ] + ] + ], + "req_ctx": [ + [ + "tests/conftest.py", + [ + "req_ctx" + ] + ] + ], + "test_apps": [ + [ + "tests/conftest.py", + [ + "test_apps" + ] + ] + ], + "leak_detector": [ + [ + "tests/conftest.py", + [ + "leak_detector" + ] + ] + ], + "get_loader": [ + [ + "tests/conftest.py", + [ + "limit_loader", + "get_loader" + ] + ] + ], + "limit_loader": [ + [ + "tests/conftest.py", + [ + "limit_loader" + ] + ] + ], + "modules_tmpdir": [ + [ + "tests/conftest.py", + [ + "modules_tmpdir" + ] + ] + ], + "modules_tmpdir_prefix": [ + [ + "tests/conftest.py", + [ + "modules_tmpdir_prefix" + ] + ] + ], + "site_packages": [ + [ + "tests/conftest.py", + [ + "site_packages" + ] + ] + ], + "inner": [ + [ + "tests/conftest.py", + [ + "install_egg", + "inner" + ] + ], + [ + "tests/conftest.py", + [ + "purge_module", + "inner" + ] + ] + ], + "install_egg": [ + [ + "tests/conftest.py", + [ + "install_egg" + ] + ] + ], + "purge_module": [ + [ + "tests/conftest.py", + [ + "purge_module" + ] + ] + ], + "test_basic_url_generation": [ + [ + "tests/test_appctx.py", + [ + "test_basic_url_generation" + ] + ] + ], + "test_url_generation_requires_server_name": [ + [ + "tests/test_appctx.py", + [ + "test_url_generation_requires_server_name" + ] + ] + ], + "test_url_generation_without_context_fails": [ + [ + "tests/test_appctx.py", + [ + "test_url_generation_without_context_fails" + ] + ] + ], + "test_request_context_means_app_context": [ + [ + "tests/test_appctx.py", + [ + "test_request_context_means_app_context" + ] + ] + ], + "test_app_context_provides_current_app": [ + [ + "tests/test_appctx.py", + [ + "test_app_context_provides_current_app" + ] + ] + ], + "cleanup": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down", + "cleanup" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_previous_exception", + "cleanup" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_except_block", + "cleanup" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_app_handler", + "cleanup" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_unhandled_exception", + "cleanup" + ] + ] + ], + "test_app_tearing_down": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down" + ] + ] + ], + "test_app_tearing_down_with_previous_exception": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_previous_exception" + ] + ] + ], + "test_app_tearing_down_with_handled_exception_by_except_block": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_except_block" + ] + ] + ], + "handler": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_app_handler", + "handler" + ] + ], + [ + "tests/test_basic.py", + [ + "test_build_error_handler", + "handler" + ] + ], + [ + "tests/test_basic.py", + [ + "test_url_for_passes_special_values_to_build_error_handler", + "handler" + ] + ] + ], + "test_app_tearing_down_with_handled_exception_by_app_handler": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_handled_exception_by_app_handler" + ] + ] + ], + "test_app_tearing_down_with_unhandled_exception": [ + [ + "tests/test_appctx.py", + [ + "test_app_tearing_down_with_unhandled_exception" + ] + ] + ], + "test_app_ctx_globals_methods": [ + [ + "tests/test_appctx.py", + [ + "test_app_ctx_globals_methods" + ] + ] + ], + "test_custom_app_ctx_globals_class": [ + [ + "tests/test_appctx.py", + [ + "test_custom_app_ctx_globals_class" + ] + ] + ], + "teardown_req": [ + [ + "tests/test_appctx.py", + [ + "test_context_refcounts", + "teardown_req" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_clean_pop", + "teardown_req" + ] + ] + ], + "teardown_app": [ + [ + "tests/test_appctx.py", + [ + "test_context_refcounts", + "teardown_app" + ] + ], + [ + "tests/test_appctx.py", + [ + "test_clean_pop", + "teardown_app" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_request_processing", + "teardown_app" + ] + ] + ], + "test_context_refcounts": [ + [ + "tests/test_appctx.py", + [ + "test_context_refcounts" + ] + ] + ], + "test_clean_pop": [ + [ + "tests/test_appctx.py", + [ + "test_clean_pop" + ] + ] + ], + "index2": [ + [ + "tests/test_apps/blueprintapp/apps/admin/__init__.py", + [ + "index2" + ] + ], + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_attr", + "index2" + ] + ], + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling", + "index2" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_renaming", + "index2" + ] + ] + ], + "missing_template": [ + [ + "tests/test_apps/blueprintapp/apps/frontend/__init__.py", + [ + "missing_template" + ] + ] + ], + "create_app2": [ + [ + "tests/test_apps/cliapp/factory.py", + [ + "create_app2" + ] + ] + ], + "no_app": [ + [ + "tests/test_apps/cliapp/factory.py", + [ + "no_app" + ] + ] + ], + "handle": [ + [ + "tests/test_async.py", + [ + "_async_app", + "handle" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_loader_debugging", + "_TestHandler", + "handle" + ] + ] + ], + "error": [ + [ + "tests/test_async.py", + [ + "_async_app", + "error" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handling", + "error" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_renaming", + "error" + ] + ] + ], + "bp_index": [ + [ + "tests/test_async.py", + [ + "_async_app", + "bp_index" + ] + ], + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "bp_index" + ] + ] + ], + "bp_handle": [ + [ + "tests/test_async.py", + [ + "_async_app", + "bp_handle" + ] + ] + ], + "bp_error": [ + [ + "tests/test_async.py", + [ + "_async_app", + "bp_error" + ] + ] + ], + "_async_app": [ + [ + "tests/test_async.py", + [ + "_async_app" + ] + ] + ], + "test_async_route": [ + [ + "tests/test_async.py", + [ + "test_async_route" + ] + ] + ], + "test_async_error_handler": [ + [ + "tests/test_async.py", + [ + "test_async_error_handler" + ] + ] + ], + "before": [ + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "before" + ] + ] + ], + "after": [ + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "after" + ] + ] + ], + "bp_before": [ + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "bp_before" + ] + ] + ], + "bp_after": [ + [ + "tests/test_async.py", + [ + "test_async_before_after_request", + "bp_after" + ] + ] + ], + "test_async_before_after_request": [ + [ + "tests/test_async.py", + [ + "test_async_before_after_request" + ] + ] + ], + "test_options_work": [ + [ + "tests/test_basic.py", + [ + "test_options_work" + ] + ] + ], + "index_put": [ + [ + "tests/test_basic.py", + [ + "test_options_on_multiple_rules", + "index_put" + ] + ] + ], + "test_options_on_multiple_rules": [ + [ + "tests/test_basic.py", + [ + "test_options_on_multiple_rules" + ] + ] + ], + "test_method_route": [ + [ + "tests/test_basic.py", + [ + "test_method_route" + ] + ] + ], + "test_method_route_no_methods": [ + [ + "tests/test_basic.py", + [ + "test_method_route_no_methods" + ] + ] + ], + "test_provide_automatic_options_attr": [ + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_attr" + ] + ] + ], + "more": [ + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_kwarg", + "more" + ] + ], + [ + "tests/test_basic.py", + [ + "test_request_dispatching", + "more" + ] + ], + [ + "tests/test_basic.py", + [ + "test_url_mapping", + "more" + ] + ] + ], + "test_provide_automatic_options_kwarg": [ + [ + "tests/test_basic.py", + [ + "test_provide_automatic_options_kwarg" + ] + ] + ], + "test_request_dispatching": [ + [ + "tests/test_basic.py", + [ + "test_request_dispatching" + ] + ] + ], + "test_disallow_string_for_allowed_methods": [ + [ + "tests/test_basic.py", + [ + "test_disallow_string_for_allowed_methods" + ] + ] + ], + "options": [ + [ + "tests/test_basic.py", + [ + "test_url_mapping", + "options" + ] + ] + ], + "test_url_mapping": [ + [ + "tests/test_basic.py", + [ + "test_url_mapping" + ] + ] + ], + "bar": [ + [ + "tests/test_basic.py", + [ + "test_werkzeug_routing", + "bar" + ] + ], + [ + "tests/test_basic.py", + [ + "test_endpoint_decorator", + "bar" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_defaults", + "bar" + ] + ] + ], + "test_werkzeug_routing": [ + [ + "tests/test_basic.py", + [ + "test_werkzeug_routing" + ] + ] + ], + "test_endpoint_decorator": [ + [ + "tests/test_basic.py", + [ + "test_endpoint_decorator" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_endpoint_decorator" + ] + ] + ], + "set": [ + [ + "tests/test_basic.py", + [ + "test_session", + "set" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name", + "set" + ] + ] + ], + "test_session": [ + [ + "tests/test_basic.py", + [ + "test_session" + ] + ] + ], + "test_session_using_server_name": [ + [ + "tests/test_basic.py", + [ + "test_session_using_server_name" + ] + ] + ], + "test_session_using_server_name_and_port": [ + [ + "tests/test_basic.py", + [ + "test_session_using_server_name_and_port" + ] + ] + ], + "test_session_using_server_name_port_and_path": [ + [ + "tests/test_basic.py", + [ + "test_session_using_server_name_port_and_path" + ] + ] + ], + "test_session_using_application_root": [ + [ + "tests/test_basic.py", + [ + "test_session_using_application_root" + ] + ] + ], + "clear": [ + [ + "tests/test_basic.py", + [ + "test_session_using_session_settings", + "clear" + ] + ] + ], + "test_session_using_session_settings": [ + [ + "tests/test_basic.py", + [ + "test_session_using_session_settings" + ] + ] + ], + "test_session_using_samesite_attribute": [ + [ + "tests/test_basic.py", + [ + "test_session_using_samesite_attribute" + ] + ] + ], + "test_session_localhost_warning": [ + [ + "tests/test_basic.py", + [ + "test_session_localhost_warning" + ] + ] + ], + "test_session_ip_warning": [ + [ + "tests/test_basic.py", + [ + "test_session_ip_warning" + ] + ] + ], + "expect_exception": [ + [ + "tests/test_basic.py", + [ + "test_missing_session", + "expect_exception" + ] + ] + ], + "test_missing_session": [ + [ + "tests/test_basic.py", + [ + "test_missing_session" + ] + ] + ], + "test": [ + [ + "tests/test_basic.py", + [ + "test_session_expiration", + "test" + ] + ], + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "test_appgroup_app_context", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_app_context", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_debug", + "test" + ] + ], + [ + "tests/test_regression.py", + [ + "test_aborting", + "test" + ] + ] + ], + "test_session_expiration": [ + [ + "tests/test_basic.py", + [ + "test_session_expiration" + ] + ] + ], + "modify_session": [ + [ + "tests/test_basic.py", + [ + "test_session_stored_last", + "modify_session" + ] + ] + ], + "dump_session_contents": [ + [ + "tests/test_basic.py", + [ + "test_session_stored_last", + "dump_session_contents" + ] + ], + [ + "tests/test_basic.py", + [ + "test_session_special_types", + "dump_session_contents" + ] + ] + ], + "test_session_stored_last": [ + [ + "tests/test_basic.py", + [ + "test_session_stored_last" + ] + ] + ], + "test_session_special_types": [ + [ + "tests/test_basic.py", + [ + "test_session_special_types" + ] + ] + ], + "bump": [ + [ + "tests/test_basic.py", + [ + "test_session_cookie_setting", + "bump" + ] + ] + ], + "read": [ + [ + "tests/test_basic.py", + [ + "test_session_cookie_setting", + "read" + ] + ] + ], + "run_test": [ + [ + "tests/test_basic.py", + [ + "test_session_cookie_setting", + "run_test" + ] + ] + ], + "test_session_cookie_setting": [ + [ + "tests/test_basic.py", + [ + "test_session_cookie_setting" + ] + ] + ], + "set_session": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "set_session" + ] + ] + ], + "getitem": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "getitem" + ] + ] + ], + "vary_cookie_header_set": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "vary_cookie_header_set" + ] + ] + ], + "vary_header_set": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "vary_header_set" + ] + ] + ], + "no_vary_header": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "no_vary_header" + ] + ] + ], + "expect": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie", + "expect" + ] + ] + ], + "test_session_vary_cookie": [ + [ + "tests/test_basic.py", + [ + "test_session_vary_cookie" + ] + ] + ], + "test_flashes": [ + [ + "tests/test_basic.py", + [ + "test_flashes" + ] + ] + ], + "test_with_categories": [ + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "test_with_categories" + ] + ] + ], + "test_filter": [ + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "test_filter" + ] + ] + ], + "test_filters": [ + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "test_filters" + ] + ] + ], + "test_filters2": [ + [ + "tests/test_basic.py", + [ + "test_extended_flashing", + "test_filters2" + ] + ] + ], + "test_extended_flashing": [ + [ + "tests/test_basic.py", + [ + "test_extended_flashing" + ] + ] + ], + "test_request_processing": [ + [ + "tests/test_basic.py", + [ + "test_request_processing" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_request_processing" + ] + ] + ], + "before_request1": [ + [ + "tests/test_basic.py", + [ + "test_request_preprocessing_early_return", + "before_request1" + ] + ] + ], + "before_request2": [ + [ + "tests/test_basic.py", + [ + "test_request_preprocessing_early_return", + "before_request2" + ] + ] + ], + "before_request3": [ + [ + "tests/test_basic.py", + [ + "test_request_preprocessing_early_return", + "before_request3" + ] + ] + ], + "test_request_preprocessing_early_return": [ + [ + "tests/test_basic.py", + [ + "test_request_preprocessing_early_return" + ] + ] + ], + "foo": [ + [ + "tests/test_basic.py", + [ + "test_after_request_processing", + "index", + "foo" + ] + ], + [ + "tests/test_basic.py", + [ + "test_route_decorator_custom_endpoint", + "foo" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_defaults", + "foo" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint", + "foo" + ] + ] + ], + "test_after_request_processing": [ + [ + "tests/test_basic.py", + [ + "test_after_request_processing" + ] + ] + ], + "root": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler", + "root" + ] + ], + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_debug_mode", + "root" + ] + ] + ], + "test_teardown_request_handler": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler" + ] + ] + ], + "test_teardown_request_handler_debug_mode": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_debug_mode" + ] + ] + ], + "teardown_request1": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_error", + "teardown_request1" + ] + ] + ], + "teardown_request2": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_error", + "teardown_request2" + ] + ] + ], + "fails": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_error", + "fails" + ] + ] + ], + "test_teardown_request_handler_error": [ + [ + "tests/test_basic.py", + [ + "test_teardown_request_handler_error" + ] + ] + ], + "before1": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "before1" + ] + ] + ], + "before2": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "before2" + ] + ] + ], + "after1": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "after1" + ] + ] + ], + "after2": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "after2" + ] + ] + ], + "finish1": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "finish1" + ] + ] + ], + "finish2": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order", + "finish2" + ] + ] + ], + "test_before_after_request_order": [ + [ + "tests/test_basic.py", + [ + "test_before_after_request_order" + ] + ] + ], + "not_found": [ + [ + "tests/test_basic.py", + [ + "test_error_handling", + "not_found" + ] + ] + ], + "internal_server_error": [ + [ + "tests/test_basic.py", + [ + "test_error_handling", + "internal_server_error" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handling_processing", + "internal_server_error" + ] + ], + [ + "tests/test_basic.py", + [ + "test_error_handler_after_processor_error", + "internal_server_error" + ] + ] + ], + "forbidden": [ + [ + "tests/test_basic.py", + [ + "test_error_handling", + "forbidden" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "forbidden" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_renaming", + "forbidden" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "forbidden" + ] + ] + ], + "error2": [ + [ + "tests/test_basic.py", + [ + "test_error_handling", + "error2" + ] + ] + ], + "test_error_handling": [ + [ + "tests/test_basic.py", + [ + "test_error_handling" + ] + ] + ], + "broken_func": [ + [ + "tests/test_basic.py", + [ + "test_error_handling_processing", + "broken_func" + ] + ], + [ + "tests/test_basic.py", + [ + "test_baseexception_error_handling", + "broken_func" + ] + ] + ], + "test_error_handling_processing": [ + [ + "tests/test_basic.py", + [ + "test_error_handling_processing" + ] + ] + ], + "test_baseexception_error_handling": [ + [ + "tests/test_basic.py", + [ + "test_baseexception_error_handling" + ] + ] + ], + "attach_something": [ + [ + "tests/test_basic.py", + [ + "test_before_request_and_routing_errors", + "attach_something" + ] + ] + ], + "return_something": [ + [ + "tests/test_basic.py", + [ + "test_before_request_and_routing_errors", + "return_something" + ] + ] + ], + "test_before_request_and_routing_errors": [ + [ + "tests/test_basic.py", + [ + "test_before_request_and_routing_errors" + ] + ] + ], + "handle_my_exception": [ + [ + "tests/test_basic.py", + [ + "test_user_error_handling", + "handle_my_exception" + ] + ] + ], + "test_user_error_handling": [ + [ + "tests/test_basic.py", + [ + "test_user_error_handling" + ] + ] + ], + "handle_forbidden_subclass": [ + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling", + "handle_forbidden_subclass" + ] + ] + ], + "handle_403": [ + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling", + "handle_403" + ] + ] + ], + "index1": [ + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling", + "index1" + ] + ] + ], + "index3": [ + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling", + "index3" + ] + ] + ], + "test_http_error_subclass_handling": [ + [ + "tests/test_basic.py", + [ + "test_http_error_subclass_handling" + ] + ] + ], + "handle_e2": [ + [ + "tests/test_basic.py", + [ + "test_errorhandler_precedence", + "handle_e2" + ] + ] + ], + "raise_e1": [ + [ + "tests/test_basic.py", + [ + "test_errorhandler_precedence", + "raise_e1" + ] + ] + ], + "raise_e3": [ + [ + "tests/test_basic.py", + [ + "test_errorhandler_precedence", + "raise_e3" + ] + ] + ], + "test_errorhandler_precedence": [ + [ + "tests/test_basic.py", + [ + "test_errorhandler_precedence" + ] + ] + ], + "fail": [ + [ + "tests/test_basic.py", + [ + "test_trap_bad_request_key_error", + "fail" + ] + ], + [ + "tests/test_basic.py", + [ + "test_trapping_of_all_http_exceptions", + "fail" + ] + ] + ], + "allow_abort": [ + [ + "tests/test_basic.py", + [ + "test_trap_bad_request_key_error", + "allow_abort" + ] + ] + ], + "test_trap_bad_request_key_error": [ + [ + "tests/test_basic.py", + [ + "test_trap_bad_request_key_error" + ] + ] + ], + "test_trapping_of_all_http_exceptions": [ + [ + "tests/test_basic.py", + [ + "test_trapping_of_all_http_exceptions" + ] + ] + ], + "test_error_handler_after_processor_error": [ + [ + "tests/test_basic.py", + [ + "test_error_handler_after_processor_error" + ] + ] + ], + "test_enctype_debug_helper": [ + [ + "tests/test_basic.py", + [ + "test_enctype_debug_helper" + ] + ] + ], + "from_text": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_text" + ] + ] + ], + "from_bytes": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_bytes" + ] + ] + ], + "from_full_tuple": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_full_tuple" + ] + ] + ], + "from_text_headers": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_text_headers" + ] + ] + ], + "from_text_status": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_text_status" + ] + ] + ], + "from_response_headers": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_response_headers" + ] + ] + ], + "from_response_status": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_response_status" + ] + ] + ], + "from_wsgi": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_wsgi" + ] + ] + ], + "from_dict": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_dict" + ] + ] + ], + "from_list": [ + [ + "tests/test_basic.py", + [ + "test_response_types", + "from_list" + ] + ] + ], + "test_response_types": [ + [ + "tests/test_basic.py", + [ + "test_response_types" + ] + ] + ], + "from_none": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors", + "from_none" + ] + ] + ], + "from_small_tuple": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors", + "from_small_tuple" + ] + ] + ], + "from_large_tuple": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors", + "from_large_tuple" + ] + ] + ], + "from_bad_type": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors", + "from_bad_type" + ] + ] + ], + "from_bad_wsgi": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors", + "from_bad_wsgi" + ] + ] + ], + "test_response_type_errors": [ + [ + "tests/test_basic.py", + [ + "test_response_type_errors" + ] + ] + ], + "test_make_response": [ + [ + "tests/test_basic.py", + [ + "test_make_response" + ] + ], + [ + "tests/test_helpers.py", + [ + "TestHelpers", + "test_make_response" + ] + ] + ], + "test_make_response_with_response_instance": [ + [ + "tests/test_basic.py", + [ + "test_make_response_with_response_instance" + ] + ] + ], + "test_jsonify_no_prettyprint": [ + [ + "tests/test_basic.py", + [ + "test_jsonify_no_prettyprint" + ] + ] + ], + "test_jsonify_mimetype": [ + [ + "tests/test_basic.py", + [ + "test_jsonify_mimetype" + ] + ] + ], + "test_json_dump_dataclass": [ + [ + "tests/test_basic.py", + [ + "test_json_dump_dataclass" + ] + ] + ], + "test_jsonify_args_and_kwargs_check": [ + [ + "tests/test_basic.py", + [ + "test_jsonify_args_and_kwargs_check" + ] + ] + ], + "test_url_generation": [ + [ + "tests/test_basic.py", + [ + "test_url_generation" + ] + ] + ], + "test_build_error_handler": [ + [ + "tests/test_basic.py", + [ + "test_build_error_handler" + ] + ] + ], + "handler_raises_build_error": [ + [ + "tests/test_basic.py", + [ + "test_build_error_handler_reraise", + "handler_raises_build_error" + ] + ] + ], + "test_build_error_handler_reraise": [ + [ + "tests/test_basic.py", + [ + "test_build_error_handler_reraise" + ] + ] + ], + "test_url_for_passes_special_values_to_build_error_handler": [ + [ + "tests/test_basic.py", + [ + "test_url_for_passes_special_values_to_build_error_handler" + ] + ] + ], + "test_static_files": [ + [ + "tests/test_basic.py", + [ + "test_static_files" + ] + ] + ], + "test_static_url_path": [ + [ + "tests/test_basic.py", + [ + "test_static_url_path" + ] + ] + ], + "test_static_url_path_with_ending_slash": [ + [ + "tests/test_basic.py", + [ + "test_static_url_path_with_ending_slash" + ] + ] + ], + "test_static_url_empty_path": [ + [ + "tests/test_basic.py", + [ + "test_static_url_empty_path" + ] + ] + ], + "test_static_url_empty_path_default": [ + [ + "tests/test_basic.py", + [ + "test_static_url_empty_path_default" + ] + ] + ], + "test_static_folder_with_pathlib_path": [ + [ + "tests/test_basic.py", + [ + "test_static_folder_with_pathlib_path" + ] + ] + ], + "catch_all": [ + [ + "tests/test_basic.py", + [ + "test_static_folder_with_ending_slash", + "catch_all" + ] + ] + ], + "test_static_folder_with_ending_slash": [ + [ + "tests/test_basic.py", + [ + "test_static_folder_with_ending_slash" + ] + ] + ], + "test_static_route_with_host_matching": [ + [ + "tests/test_basic.py", + [ + "test_static_route_with_host_matching" + ] + ] + ], + "test_request_locals": [ + [ + "tests/test_basic.py", + [ + "test_request_locals" + ] + ] + ], + "subdomain": [ + [ + "tests/test_basic.py", + [ + "test_server_name_subdomain", + "subdomain" + ] + ] + ], + "test_server_name_subdomain": [ + [ + "tests/test_basic.py", + [ + "test_server_name_subdomain" + ] + ] + ], + "test_exception_propagation": [ + [ + "tests/test_basic.py", + [ + "test_exception_propagation" + ] + ] + ], + "run_simple_mock": [ + [ + "tests/test_basic.py", + [ + "test_werkzeug_passthrough_errors", + "run_simple_mock" + ] + ], + [ + "tests/test_basic.py", + [ + "test_run_defaults", + "run_simple_mock" + ] + ], + [ + "tests/test_basic.py", + [ + "test_run_server_port", + "run_simple_mock" + ] + ], + [ + "tests/test_basic.py", + [ + "test_run_from_config", + "run_simple_mock" + ] + ], + [ + "tests/test_templating.py", + [ + "test_templates_auto_reload_debug_run", + "run_simple_mock" + ] + ] + ], + "test_werkzeug_passthrough_errors": [ + [ + "tests/test_basic.py", + [ + "test_werkzeug_passthrough_errors" + ] + ] + ], + "always_first": [ + [ + "tests/test_basic.py", + [ + "test_max_content_length", + "always_first" + ] + ] + ], + "accept_file": [ + [ + "tests/test_basic.py", + [ + "test_max_content_length", + "accept_file" + ] + ] + ], + "catcher": [ + [ + "tests/test_basic.py", + [ + "test_max_content_length", + "catcher" + ] + ] + ], + "test_max_content_length": [ + [ + "tests/test_basic.py", + [ + "test_max_content_length" + ] + ] + ], + "add_language_code": [ + [ + "tests/test_basic.py", + [ + "test_url_processors", + "add_language_code" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_processors", + "add_language_code" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_url_processors", + "add_language_code" + ] + ] + ], + "pull_lang_code": [ + [ + "tests/test_basic.py", + [ + "test_url_processors", + "pull_lang_code" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_processors", + "pull_lang_code" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_url_processors", + "pull_lang_code" + ] + ] + ], + "about": [ + [ + "tests/test_basic.py", + [ + "test_url_processors", + "about" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_processors", + "about" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_url_processors", + "about" + ] + ] + ], + "something_else": [ + [ + "tests/test_basic.py", + [ + "test_url_processors", + "something_else" + ] + ] + ], + "test_url_processors": [ + [ + "tests/test_basic.py", + [ + "test_url_processors" + ] + ] + ], + "bp_defaults": [ + [ + "tests/test_basic.py", + [ + "test_inject_blueprint_url_defaults", + "bp_defaults" + ] + ] + ], + "test_inject_blueprint_url_defaults": [ + [ + "tests/test_basic.py", + [ + "test_inject_blueprint_url_defaults" + ] + ] + ], + "test_nonascii_pathinfo": [ + [ + "tests/test_basic.py", + [ + "test_nonascii_pathinfo" + ] + ] + ], + "test_no_setup_after_first_request": [ + [ + "tests/test_basic.py", + [ + "test_no_setup_after_first_request" + ] + ] + ], + "user": [ + [ + "tests/test_basic.py", + [ + "test_routing_redirect_debugging", + "user" + ] + ] + ], + "test_routing_redirect_debugging": [ + [ + "tests/test_basic.py", + [ + "test_routing_redirect_debugging" + ] + ] + ], + "for_bar": [ + [ + "tests/test_basic.py", + [ + "test_route_decorator_custom_endpoint", + "for_bar" + ] + ] + ], + "for_bar_foo": [ + [ + "tests/test_basic.py", + [ + "test_route_decorator_custom_endpoint", + "for_bar_foo" + ] + ] + ], + "test_route_decorator_custom_endpoint": [ + [ + "tests/test_basic.py", + [ + "test_route_decorator_custom_endpoint" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint" + ] + ] + ], + "test_get_method_on_g": [ + [ + "tests/test_basic.py", + [ + "test_get_method_on_g" + ] + ] + ], + "test_g_iteration_protocol": [ + [ + "tests/test_basic.py", + [ + "test_g_iteration_protocol" + ] + ] + ], + "normal_index": [ + [ + "tests/test_basic.py", + [ + "test_subdomain_basic_support", + "normal_index" + ] + ] + ], + "test_subdomain_basic_support": [ + [ + "tests/test_basic.py", + [ + "test_subdomain_basic_support" + ] + ] + ], + "test_subdomain_matching": [ + [ + "tests/test_basic.py", + [ + "test_subdomain_matching" + ] + ] + ], + "test_subdomain_matching_with_ports": [ + [ + "tests/test_basic.py", + [ + "test_subdomain_matching_with_ports" + ] + ] + ], + "test_subdomain_matching_other_name": [ + [ + "tests/test_basic.py", + [ + "test_subdomain_matching_other_name" + ] + ] + ], + "test_multi_route_rules": [ + [ + "tests/test_basic.py", + [ + "test_multi_route_rules" + ] + ] + ], + "test_multi_route_class_views": [ + [ + "tests/test_basic.py", + [ + "test_multi_route_class_views" + ] + ] + ], + "test_run_defaults": [ + [ + "tests/test_basic.py", + [ + "test_run_defaults" + ] + ] + ], + "test_run_server_port": [ + [ + "tests/test_basic.py", + [ + "test_run_server_port" + ] + ] + ], + "test_run_from_config": [ + [ + "tests/test_basic.py", + [ + "test_run_from_config" + ] + ] + ], + "test_max_cookie_size": [ + [ + "tests/test_basic.py", + [ + "test_max_cookie_size" + ] + ] + ], + "test_app_freed_on_zero_refcount": [ + [ + "tests/test_basic.py", + [ + "test_app_freed_on_zero_refcount" + ] + ] + ], + "frontend_forbidden": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "frontend_forbidden" + ] + ] + ], + "frontend_no": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "frontend_no" + ] + ] + ], + "backend_forbidden": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "backend_forbidden" + ] + ] + ], + "backend_no": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "backend_no" + ] + ] + ], + "sideend_no": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "sideend_no" + ] + ] + ], + "app_forbidden": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling", + "app_forbidden" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_blueprint_app_error_handling", + "app_forbidden" + ] + ] + ], + "test_blueprint_specific_error_handling": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_error_handling" + ] + ] + ], + "my_decorator_exception_handler": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_user_error_handling", + "my_decorator_exception_handler" + ] + ] + ], + "my_function_exception_handler": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_user_error_handling", + "my_function_exception_handler" + ] + ] + ], + "blue_deco_test": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_user_error_handling", + "blue_deco_test" + ] + ] + ], + "blue_func_test": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_user_error_handling", + "blue_func_test" + ] + ] + ], + "test_blueprint_specific_user_error_handling": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_specific_user_error_handling" + ] + ] + ], + "forbidden_handler": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_app_error_handling", + "forbidden_handler" + ] + ] + ], + "bp_forbidden": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_app_error_handling", + "bp_forbidden" + ] + ] + ], + "test_blueprint_app_error_handling": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_app_error_handling" + ] + ] + ], + "test_blueprint_prefix_slash": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_prefix_slash" + ] + ] + ], + "test_blueprint_url_defaults": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_defaults" + ] + ] + ], + "test_blueprint_url_processors": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_url_processors" + ] + ] + ], + "test_templates_and_static": [ + [ + "tests/test_blueprints.py", + [ + "test_templates_and_static" + ] + ] + ], + "test_default_static_max_age": [ + [ + "tests/test_blueprints.py", + [ + "test_default_static_max_age" + ] + ] + ], + "test_templates_list": [ + [ + "tests/test_blueprints.py", + [ + "test_templates_list" + ] + ] + ], + "test_dotted_name_not_allowed": [ + [ + "tests/test_blueprints.py", + [ + "test_dotted_name_not_allowed" + ] + ] + ], + "app_index": [ + [ + "tests/test_blueprints.py", + [ + "test_dotted_names_from_app", + "app_index" + ] + ] + ], + "test_dotted_names_from_app": [ + [ + "tests/test_blueprints.py", + [ + "test_dotted_names_from_app" + ] + ] + ], + "something": [ + [ + "tests/test_blueprints.py", + [ + "test_empty_url_defaults", + "something" + ] + ] + ], + "test_empty_url_defaults": [ + [ + "tests/test_blueprints.py", + [ + "test_empty_url_defaults" + ] + ] + ], + "foo_bar": [ + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint", + "foo_bar" + ] + ] + ], + "foo_bar_foo": [ + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint", + "foo_bar_foo" + ] + ] + ], + "bar_foo": [ + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint", + "bar_foo" + ] + ] + ], + "test_route_decorator_custom_endpoint_with_dots": [ + [ + "tests/test_blueprints.py", + [ + "test_route_decorator_custom_endpoint_with_dots" + ] + ] + ], + "foobar": [ + [ + "tests/test_blueprints.py", + [ + "test_endpoint_decorator", + "foobar" + ] + ] + ], + "my_reverse": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter", + "my_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter", + "my_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_name", + "my_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_name", + "my_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_name_and_template", + "my_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_name_and_template", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_name", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_name", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_name_and_template", + "my_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_name_and_template", + "my_reverse" + ] + ] + ], + "test_template_filter": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter" + ] + ] + ], + "test_add_template_filter": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter" + ] + ] + ], + "test_template_filter_with_name": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_name" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_name" + ] + ] + ], + "test_add_template_filter_with_name": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_name" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_name" + ] + ] + ], + "super_reverse": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_template", + "super_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_filter_after_route_with_template", + "super_reverse" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_template", + "super_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_template", + "super_reverse" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_template", + "super_reverse" + ] + ] + ], + "test_template_filter_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_template" + ] + ] + ], + "test_template_filter_after_route_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter_after_route_with_template" + ] + ] + ], + "test_add_template_filter_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_template" + ] + ] + ], + "test_template_filter_with_name_and_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_filter_with_name_and_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_filter_with_name_and_template" + ] + ] + ], + "test_add_template_filter_with_name_and_template": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_filter_with_name_and_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_filter_with_name_and_template" + ] + ] + ], + "is_boolean": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test", + "is_boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test", + "is_boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_name", + "is_boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_name", + "is_boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_name_and_template", + "is_boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_name_and_template", + "is_boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_name", + "is_boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_name", + "is_boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_name_and_template", + "is_boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_name_and_template", + "is_boolean" + ] + ] + ], + "test_template_test": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test" + ] + ] + ], + "test_add_template_test": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_test" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test" + ] + ] + ], + "test_template_test_with_name": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_name" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_name" + ] + ] + ], + "test_add_template_test_with_name": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_name" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_name" + ] + ] + ], + "boolean": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_template", + "boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_template_test_after_route_with_template", + "boolean" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_template", + "boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test", + "boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test", + "boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_template", + "boolean" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_template", + "boolean" + ] + ] + ], + "test_template_test_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_template" + ] + ] + ], + "test_template_test_after_route_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test_after_route_with_template" + ] + ] + ], + "test_add_template_test_with_template": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_template" + ] + ] + ], + "test_template_test_with_name_and_template": [ + [ + "tests/test_blueprints.py", + [ + "test_template_test_with_name_and_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_template_test_with_name_and_template" + ] + ] + ], + "test_add_template_test_with_name_and_template": [ + [ + "tests/test_blueprints.py", + [ + "test_add_template_test_with_name_and_template" + ] + ], + [ + "tests/test_templating.py", + [ + "test_add_template_test_with_name_and_template" + ] + ] + ], + "not_answer_context_processor": [ + [ + "tests/test_blueprints.py", + [ + "test_context_processing", + "not_answer_context_processor" + ] + ] + ], + "answer_context_processor": [ + [ + "tests/test_blueprints.py", + [ + "test_context_processing", + "answer_context_processor" + ] + ] + ], + "bp_page": [ + [ + "tests/test_blueprints.py", + [ + "test_context_processing", + "bp_page" + ] + ] + ], + "app_page": [ + [ + "tests/test_blueprints.py", + [ + "test_context_processing", + "app_page" + ] + ] + ], + "test_context_processing": [ + [ + "tests/test_blueprints.py", + [ + "test_context_processing" + ] + ], + [ + "tests/test_templating.py", + [ + "test_context_processing" + ] + ] + ], + "get_answer": [ + [ + "tests/test_blueprints.py", + [ + "test_template_global", + "get_answer" + ] + ] + ], + "test_template_global": [ + [ + "tests/test_blueprints.py", + [ + "test_template_global" + ] + ] + ], + "before_bp": [ + [ + "tests/test_blueprints.py", + [ + "test_request_processing", + "before_bp" + ] + ] + ], + "after_bp": [ + [ + "tests/test_blueprints.py", + [ + "test_request_processing", + "after_bp" + ] + ] + ], + "teardown_bp": [ + [ + "tests/test_blueprints.py", + [ + "test_request_processing", + "teardown_bp" + ] + ] + ], + "bp_endpoint": [ + [ + "tests/test_blueprints.py", + [ + "test_request_processing", + "bp_endpoint" + ] + ], + [ + "tests/test_blueprints.py", + [ + "test_app_request_processing", + "bp_endpoint" + ] + ] + ], + "before_app": [ + [ + "tests/test_blueprints.py", + [ + "test_app_request_processing", + "before_app" + ] + ] + ], + "after_app": [ + [ + "tests/test_blueprints.py", + [ + "test_app_request_processing", + "after_app" + ] + ] + ], + "test_app_request_processing": [ + [ + "tests/test_blueprints.py", + [ + "test_app_request_processing" + ] + ] + ], + "test_app_url_processors": [ + [ + "tests/test_blueprints.py", + [ + "test_app_url_processors" + ] + ] + ], + "parent_index": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "parent_index" + ] + ] + ], + "parent_no": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "parent_no" + ] + ] + ], + "child_index": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "child_index" + ] + ] + ], + "child_no": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "child_no" + ] + ] + ], + "grandchild_forbidden": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "grandchild_forbidden" + ] + ] + ], + "grandchild_index": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "grandchild_index" + ] + ] + ], + "grandchild_no": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint", + "grandchild_no" + ] + ] + ], + "test_nested_blueprint": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_blueprint" + ] + ] + ], + "app_before1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "app_before1" + ] + ] + ], + "app_teardown1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "app_teardown1" + ] + ] + ], + "app_before2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "app_before2" + ] + ] + ], + "app_teardown2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "app_teardown2" + ] + ] + ], + "parent_before1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "parent_before1" + ] + ] + ], + "parent_teardown1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "parent_teardown1" + ] + ] + ], + "parent_before2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "parent_before2" + ] + ] + ], + "parent_teardown2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "parent_teardown2" + ] + ] + ], + "parent_ctx": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "parent_ctx" + ] + ] + ], + "child_before1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "child_before1" + ] + ] + ], + "child_teardown1": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "child_teardown1" + ] + ] + ], + "child_before2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "child_before2" + ] + ] + ], + "child_teardown2": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "child_teardown2" + ] + ] + ], + "child_ctx": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "child_ctx" + ] + ] + ], + "a": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "a" + ] + ] + ], + "b": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order", + "b" + ] + ] + ], + "test_nested_callback_order": [ + [ + "tests/test_blueprints.py", + [ + "test_nested_callback_order" + ] + ] + ], + "test_nesting_url_prefixes": [ + [ + "tests/test_blueprints.py", + [ + "test_nesting_url_prefixes" + ] + ] + ], + "test_nesting_subdomains": [ + [ + "tests/test_blueprints.py", + [ + "test_nesting_subdomains" + ] + ] + ], + "test_child_and_parent_subdomain": [ + [ + "tests/test_blueprints.py", + [ + "test_child_and_parent_subdomain" + ] + ] + ], + "test_unique_blueprint_names": [ + [ + "tests/test_blueprints.py", + [ + "test_unique_blueprint_names" + ] + ] + ], + "test_self_registration": [ + [ + "tests/test_blueprints.py", + [ + "test_self_registration" + ] + ] + ], + "test_blueprint_renaming": [ + [ + "tests/test_blueprints.py", + [ + "test_blueprint_renaming" + ] + ] + ], + "test_cli_name": [ + [ + "tests/test_cli.py", + [ + "test_cli_name" + ] + ] + ], + "make_app": [ + [ + "tests/test_cli.py", + [ + "test_find_best_app", + "Module_5", + "make_app" + ] + ] + ], + "test_find_best_app": [ + [ + "tests/test_cli.py", + [ + "test_find_best_app" + ] + ] + ], + "reset_path": [ + [ + "tests/test_cli.py", + [ + "test_prepare_import", + "reset_path" + ] + ] + ], + "test_prepare_import": [ + [ + "tests/test_cli.py", + [ + "test_prepare_import" + ] + ] + ], + "test_locate_app": [ + [ + "tests/test_cli.py", + [ + "test_locate_app" + ] + ] + ], + "test_locate_app_raises": [ + [ + "tests/test_cli.py", + [ + "test_locate_app_raises" + ] + ] + ], + "test_locate_app_suppress_raise": [ + [ + "tests/test_cli.py", + [ + "test_locate_app_suppress_raise" + ] + ] + ], + "exit": [ + [ + "tests/test_cli.py", + [ + "test_get_version", + "MockCtx", + "exit" + ] + ] + ], + "test_get_version": [ + [ + "tests/test_cli.py", + [ + "test_get_version" + ] + ] + ], + "test_scriptinfo": [ + [ + "tests/test_cli.py", + [ + "test_scriptinfo" + ] + ] + ], + "_param_cb": [ + [ + "tests/test_cli.py", + [ + "test_app_cli_has_app_context", + "_param_cb" + ] + ] + ], + "test_app_cli_has_app_context": [ + [ + "tests/test_cli.py", + [ + "test_app_cli_has_app_context" + ] + ] + ], + "testcmd": [ + [ + "tests/test_cli.py", + [ + "test_with_appcontext", + "testcmd" + ] + ] + ], + "test_with_appcontext": [ + [ + "tests/test_cli.py", + [ + "test_with_appcontext" + ] + ] + ], + "cli": [ + [ + "tests/test_cli.py", + [ + "test_appgroup_app_context", + "cli" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_app_context", + "cli" + ] + ], + [ + "tests/test_cli.py", + [ + "test_flaskgroup_debug", + "cli" + ] + ] + ], + "subgroup": [ + [ + "tests/test_cli.py", + [ + "test_appgroup_app_context", + "subgroup" + ] + ] + ], + "test2": [ + [ + "tests/test_cli.py", + [ + "test_appgroup_app_context", + "test2" + ] + ] + ], + "test_appgroup_app_context": [ + [ + "tests/test_cli.py", + [ + "test_appgroup_app_context" + ] + ] + ], + "test_flaskgroup_app_context": [ + [ + "tests/test_cli.py", + [ + "test_flaskgroup_app_context" + ] + ] + ], + "test_flaskgroup_debug": [ + [ + "tests/test_cli.py", + [ + "test_flaskgroup_debug" + ] + ] + ], + "show": [ + [ + "tests/test_cli.py", + [ + "test_flaskgroup_nested", + "show" + ] + ], + [ + "tests/typing/typing_route.py", + [ + "hello_generator", + "show" + ] + ] + ], + "test_flaskgroup_nested": [ + [ + "tests/test_cli.py", + [ + "test_flaskgroup_nested" + ] + ] + ], + "test_no_command_echo_loading_error": [ + [ + "tests/test_cli.py", + [ + "test_no_command_echo_loading_error" + ] + ] + ], + "test_help_echo_loading_error": [ + [ + "tests/test_cli.py", + [ + "test_help_echo_loading_error" + ] + ] + ], + "test_help_echo_exception": [ + [ + "tests/test_cli.py", + [ + "test_help_echo_exception" + ] + ] + ], + "yyy_get_post": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "app", + "yyy_get_post" + ] + ] + ], + "aaa_post": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "app", + "aaa_post" + ] + ] + ], + "invoke_no_routes": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "invoke_no_routes" + ] + ] + ], + "expect_order": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "expect_order" + ] + ] + ], + "test_simple": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "test_simple" + ] + ] + ], + "test_sort": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "test_sort" + ] + ] + ], + "test_all_methods": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "test_all_methods" + ] + ] + ], + "test_no_routes": [ + [ + "tests/test_cli.py", + [ + "TestRoutes", + "test_no_routes" + ] + ] + ], + "dotenv_not_available": [ + [ + "tests/test_cli.py", + [ + "dotenv_not_available" + ] + ] + ], + "test_load_dotenv": [ + [ + "tests/test_cli.py", + [ + "test_load_dotenv" + ] + ] + ], + "test_dotenv_path": [ + [ + "tests/test_cli.py", + [ + "test_dotenv_path" + ] + ] + ], + "test_dotenv_optional": [ + [ + "tests/test_cli.py", + [ + "test_dotenv_optional" + ] + ] + ], + "test_disable_dotenv_from_env": [ + [ + "tests/test_cli.py", + [ + "test_disable_dotenv_from_env" + ] + ] + ], + "test_run_cert_path": [ + [ + "tests/test_cli.py", + [ + "test_run_cert_path" + ] + ] + ], + "test_run_cert_adhoc": [ + [ + "tests/test_cli.py", + [ + "test_run_cert_adhoc" + ] + ] + ], + "test_run_cert_import": [ + [ + "tests/test_cli.py", + [ + "test_run_cert_import" + ] + ] + ], + "test_run_cert_no_ssl": [ + [ + "tests/test_cli.py", + [ + "test_run_cert_no_ssl" + ] + ] + ], + "custom_command": [ + [ + "tests/test_cli.py", + [ + "test_cli_blueprints", + "custom_command" + ] + ] + ], + "nested_command": [ + [ + "tests/test_cli.py", + [ + "test_cli_blueprints", + "nested_command" + ] + ] + ], + "merged_command": [ + [ + "tests/test_cli.py", + [ + "test_cli_blueprints", + "merged_command" + ] + ] + ], + "late_command": [ + [ + "tests/test_cli.py", + [ + "test_cli_blueprints", + "late_command" + ] + ] + ], + "test_cli_blueprints": [ + [ + "tests/test_cli.py", + [ + "test_cli_blueprints" + ] + ] + ], + "test_cli_empty": [ + [ + "tests/test_cli.py", + [ + "test_cli_empty" + ] + ] + ], + "common_object_test": [ + [ + "tests/test_config.py", + [ + "common_object_test" + ] + ] + ], + "test_config_from_pyfile": [ + [ + "tests/test_config.py", + [ + "test_config_from_pyfile" + ] + ] + ], + "test_config_from_object": [ + [ + "tests/test_config.py", + [ + "test_config_from_object" + ] + ] + ], + "test_config_from_file": [ + [ + "tests/test_config.py", + [ + "test_config_from_file" + ] + ] + ], + "test_from_prefixed_env": [ + [ + "tests/test_config.py", + [ + "test_from_prefixed_env" + ] + ] + ], + "test_from_prefixed_env_custom_prefix": [ + [ + "tests/test_config.py", + [ + "test_from_prefixed_env_custom_prefix" + ] + ] + ], + "test_from_prefixed_env_nested": [ + [ + "tests/test_config.py", + [ + "test_from_prefixed_env_nested" + ] + ] + ], + "test_config_from_mapping": [ + [ + "tests/test_config.py", + [ + "test_config_from_mapping" + ] + ] + ], + "test_config_from_class": [ + [ + "tests/test_config.py", + [ + "test_config_from_class" + ] + ] + ], + "test_config_from_envvar": [ + [ + "tests/test_config.py", + [ + "test_config_from_envvar" + ] + ] + ], + "test_config_from_envvar_missing": [ + [ + "tests/test_config.py", + [ + "test_config_from_envvar_missing" + ] + ] + ], + "test_config_missing": [ + [ + "tests/test_config.py", + [ + "test_config_missing" + ] + ] + ], + "test_config_missing_file": [ + [ + "tests/test_config.py", + [ + "test_config_missing_file" + ] + ] + ], + "test_custom_config_class": [ + [ + "tests/test_config.py", + [ + "test_custom_config_class" + ] + ] + ], + "test_session_lifetime": [ + [ + "tests/test_config.py", + [ + "test_session_lifetime" + ] + ] + ], + "test_get_namespace": [ + [ + "tests/test_config.py", + [ + "test_get_namespace" + ] + ] + ], + "test_from_pyfile_weird_encoding": [ + [ + "tests/test_config.py", + [ + "test_from_pyfile_weird_encoding" + ] + ] + ], + "to_url": [ + [ + "tests/test_converters.py", + [ + "test_custom_converters", + "ListConverter", + "to_url" + ] + ] + ], + "test_custom_converters": [ + [ + "tests/test_converters.py", + [ + "test_custom_converters" + ] + ] + ], + "test_context_available": [ + [ + "tests/test_converters.py", + [ + "test_context_available" + ] + ] + ], + "__fspath__": [ + [ + "tests/test_helpers.py", + [ + "FakePath", + "__fspath__" + ] + ] + ], + "test_send_file": [ + [ + "tests/test_helpers.py", + [ + "TestSendfile", + "test_send_file" + ] + ] + ], + "test_static_file": [ + [ + "tests/test_helpers.py", + [ + "TestSendfile", + "test_static_file" + ] + ] + ], + "test_send_from_directory": [ + [ + "tests/test_helpers.py", + [ + "TestSendfile", + "test_send_from_directory" + ] + ] + ], + "test_url_for_with_anchor": [ + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_anchor" + ] + ] + ], + "test_url_for_with_scheme": [ + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_scheme" + ] + ] + ], + "test_url_for_with_scheme_not_external": [ + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_scheme_not_external" + ] + ] + ], + "test_url_for_with_alternating_schemes": [ + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_for_with_alternating_schemes" + ] + ] + ], + "test_url_with_method": [ + [ + "tests/test_helpers.py", + [ + "TestUrlFor", + "test_url_with_method" + ] + ] + ], + "test_redirect_no_app": [ + [ + "tests/test_helpers.py", + [ + "test_redirect_no_app" + ] + ] + ], + "test_redirect_with_app": [ + [ + "tests/test_helpers.py", + [ + "test_redirect_with_app" + ] + ] + ], + "test_abort_no_app": [ + [ + "tests/test_helpers.py", + [ + "test_abort_no_app" + ] + ] + ], + "test_app_aborter_class": [ + [ + "tests/test_helpers.py", + [ + "test_app_aborter_class" + ] + ] + ], + "test_abort_with_app": [ + [ + "tests/test_helpers.py", + [ + "test_abort_with_app" + ] + ] + ], + "test_name_with_import_error": [ + [ + "tests/test_helpers.py", + [ + "TestNoImports", + "test_name_with_import_error" + ] + ] + ], + "test_streaming_with_context": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context" + ] + ] + ], + "test_streaming_with_context_as_decorator": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_as_decorator" + ] + ] + ], + "close": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close", + "Wrapper", + "close" + ] + ] + ], + "__next__": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close", + "Wrapper", + "__next__" + ] + ] + ], + "test_streaming_with_context_and_custom_close": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_streaming_with_context_and_custom_close" + ] + ] + ], + "gen": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_stream_keeps_session", + "index", + "gen" + ] + ] + ], + "test_stream_keeps_session": [ + [ + "tests/test_helpers.py", + [ + "TestStreaming", + "test_stream_keeps_session" + ] + ] + ], + "test_get_debug_flag": [ + [ + "tests/test_helpers.py", + [ + "TestHelpers", + "test_get_debug_flag" + ] + ] + ], + "test_open_resource": [ + [ + "tests/test_helpers.py", + [ + "TestHelpers", + "test_open_resource" + ] + ] + ], + "test_open_resource_exceptions": [ + [ + "tests/test_helpers.py", + [ + "TestHelpers", + "test_open_resource_exceptions" + ] + ] + ], + "test_explicit_instance_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_explicit_instance_paths" + ] + ] + ], + "test_uninstalled_module_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_uninstalled_module_paths" + ] + ] + ], + "test_uninstalled_package_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_uninstalled_package_paths" + ] + ] + ], + "create_namespace": [ + [ + "tests/test_instance_config.py", + [ + "test_uninstalled_namespace_paths", + "create_namespace" + ] + ] + ], + "test_uninstalled_namespace_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_uninstalled_namespace_paths" + ] + ] + ], + "test_installed_module_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_installed_module_paths" + ] + ] + ], + "test_installed_package_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_installed_package_paths" + ] + ] + ], + "test_prefix_package_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_prefix_package_paths" + ] + ] + ], + "test_egg_installed_paths": [ + [ + "tests/test_instance_config.py", + [ + "test_egg_installed_paths" + ] + ] + ], + "post_json": [ + [ + "tests/test_json.py", + [ + "test_bad_request_debug_message", + "post_json" + ] + ] + ], + "test_bad_request_debug_message": [ + [ + "tests/test_json.py", + [ + "test_bad_request_debug_message" + ] + ] + ], + "return_json": [ + [ + "tests/test_json.py", + [ + "test_json_bad_requests", + "return_json" + ] + ], + [ + "tests/test_json.py", + [ + "test_json_custom_mimetypes", + "return_json" + ] + ] + ], + "test_json_bad_requests": [ + [ + "tests/test_json.py", + [ + "test_json_bad_requests" + ] + ] + ], + "test_json_custom_mimetypes": [ + [ + "tests/test_json.py", + [ + "test_json_custom_mimetypes" + ] + ] + ], + "test_json_as_unicode": [ + [ + "tests/test_json.py", + [ + "test_json_as_unicode" + ] + ] + ], + "test_json_dump_to_file": [ + [ + "tests/test_json.py", + [ + "test_json_dump_to_file" + ] + ] + ], + "test_jsonify_basic_types": [ + [ + "tests/test_json.py", + [ + "test_jsonify_basic_types" + ] + ] + ], + "return_kwargs": [ + [ + "tests/test_json.py", + [ + "test_jsonify_dicts", + "return_kwargs" + ] + ] + ], + "return_dict": [ + [ + "tests/test_json.py", + [ + "test_jsonify_dicts", + "return_dict" + ] + ] + ], + "test_jsonify_dicts": [ + [ + "tests/test_json.py", + [ + "test_jsonify_dicts" + ] + ] + ], + "return_args_unpack": [ + [ + "tests/test_json.py", + [ + "test_jsonify_arrays", + "return_args_unpack" + ] + ] + ], + "return_array": [ + [ + "tests/test_json.py", + [ + "test_jsonify_arrays", + "return_array" + ] + ] + ], + "test_jsonify_arrays": [ + [ + "tests/test_json.py", + [ + "test_jsonify_arrays" + ] + ] + ], + "test_jsonify_datetime": [ + [ + "tests/test_json.py", + [ + "test_jsonify_datetime" + ] + ] + ], + "utcoffset": [ + [ + "tests/test_json.py", + [ + "FixedOffset", + "utcoffset" + ] + ] + ], + "tzname": [ + [ + "tests/test_json.py", + [ + "FixedOffset", + "tzname" + ] + ] + ], + "dst": [ + [ + "tests/test_json.py", + [ + "FixedOffset", + "dst" + ] + ] + ], + "test_jsonify_aware_datetimes": [ + [ + "tests/test_json.py", + [ + "test_jsonify_aware_datetimes" + ] + ] + ], + "test_jsonify_uuid_types": [ + [ + "tests/test_json.py", + [ + "test_jsonify_uuid_types" + ] + ] + ], + "test_json_decimal": [ + [ + "tests/test_json.py", + [ + "test_json_decimal" + ] + ] + ], + "test_json_attr": [ + [ + "tests/test_json.py", + [ + "test_json_attr" + ] + ] + ], + "test_tojson_filter": [ + [ + "tests/test_json.py", + [ + "test_tojson_filter" + ] + ] + ], + "default": [ + [ + "tests/test_json.py", + [ + "test_json_customization", + "default" + ] + ] + ], + "object_hook": [ + [ + "tests/test_json.py", + [ + "test_json_customization", + "CustomProvider", + "object_hook" + ] + ] + ], + "test_json_customization": [ + [ + "tests/test_json.py", + [ + "test_json_customization" + ] + ] + ], + "_has_encoding": [ + [ + "tests/test_json.py", + [ + "_has_encoding" + ] + ] + ], + "test_modified_url_encoding": [ + [ + "tests/test_json.py", + [ + "test_modified_url_encoding" + ] + ] + ], + "test_json_key_sorting": [ + [ + "tests/test_json.py", + [ + "test_json_key_sorting" + ] + ] + ], + "__html__": [ + [ + "tests/test_json.py", + [ + "test_html_method", + "ObjectWithHTML", + "__html__" + ] + ] + ], + "test_html_method": [ + [ + "tests/test_json.py", + [ + "test_html_method" + ] + ] + ], + "test_dump_load_unchanged": [ + [ + "tests/test_json_tag.py", + [ + "test_dump_load_unchanged" + ] + ] + ], + "test_duplicate_tag": [ + [ + "tests/test_json_tag.py", + [ + "test_duplicate_tag" + ] + ] + ], + "test_custom_tag": [ + [ + "tests/test_json_tag.py", + [ + "test_custom_tag" + ] + ] + ], + "test_tag_interface": [ + [ + "tests/test_json_tag.py", + [ + "test_tag_interface" + ] + ] + ], + "test_tag_order": [ + [ + "tests/test_json_tag.py", + [ + "test_tag_order" + ] + ] + ], + "reset_logging": [ + [ + "tests/test_logging.py", + [ + "reset_logging" + ] + ] + ], + "test_logger": [ + [ + "tests/test_logging.py", + [ + "test_logger" + ] + ] + ], + "test_logger_debug": [ + [ + "tests/test_logging.py", + [ + "test_logger_debug" + ] + ] + ], + "test_existing_handler": [ + [ + "tests/test_logging.py", + [ + "test_existing_handler" + ] + ] + ], + "test_wsgi_errors_stream": [ + [ + "tests/test_logging.py", + [ + "test_wsgi_errors_stream" + ] + ] + ], + "test_has_level_handler": [ + [ + "tests/test_logging.py", + [ + "test_has_level_handler" + ] + ] + ], + "test_log_view_exception": [ + [ + "tests/test_logging.py", + [ + "test_log_view_exception" + ] + ] + ], + "handle_foo": [ + [ + "tests/test_regression.py", + [ + "test_aborting", + "handle_foo" + ] + ] + ], + "test_aborting": [ + [ + "tests/test_regression.py", + [ + "test_aborting" + ] + ] + ], + "end_of_request": [ + [ + "tests/test_reqctx.py", + [ + "test_teardown_on_pop", + "end_of_request" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_teardown_with_previous_exception", + "end_of_request" + ] + ], + [ + "tests/test_reqctx.py", + [ + "test_teardown_with_handled_exception", + "end_of_request" + ] + ] + ], + "test_teardown_on_pop": [ + [ + "tests/test_reqctx.py", + [ + "test_teardown_on_pop" + ] + ] + ], + "test_teardown_with_previous_exception": [ + [ + "tests/test_reqctx.py", + [ + "test_teardown_with_previous_exception" + ] + ] + ], + "test_teardown_with_handled_exception": [ + [ + "tests/test_reqctx.py", + [ + "test_teardown_with_handled_exception" + ] + ] + ], + "sub": [ + [ + "tests/test_reqctx.py", + [ + "test_proper_test_request_context", + "sub" + ] + ] + ], + "test_proper_test_request_context": [ + [ + "tests/test_reqctx.py", + [ + "test_proper_test_request_context" + ] + ] + ], + "meh": [ + [ + "tests/test_reqctx.py", + [ + "test_context_binding", + "meh" + ] + ] + ], + "test_context_binding": [ + [ + "tests/test_reqctx.py", + [ + "test_context_binding" + ] + ] + ], + "test_context_test": [ + [ + "tests/test_reqctx.py", + [ + "test_context_test" + ] + ] + ], + "test_manual_context_binding": [ + [ + "tests/test_reqctx.py", + [ + "test_manual_context_binding" + ] + ] + ], + "g": [ + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying", + "index", + "g" + ] + ], + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying_api", + "index", + "g" + ] + ] + ], + "test_greenlet_context_copying": [ + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying" + ] + ] + ], + "test_greenlet_context_copying_api": [ + [ + "tests/test_reqctx.py", + [ + "TestGreenletContextCopying", + "test_greenlet_context_copying_api" + ] + ] + ], + "test_session_error_pops_context": [ + [ + "tests/test_reqctx.py", + [ + "test_session_error_pops_context" + ] + ] + ], + "set_dynamic_cookie": [ + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name", + "set_dynamic_cookie" + ] + ] + ], + "get_dynamic_cookie": [ + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name", + "get_dynamic_cookie" + ] + ] + ], + "test_session_dynamic_cookie_name": [ + [ + "tests/test_reqctx.py", + [ + "test_session_dynamic_cookie_name" + ] + ] + ], + "test_bad_environ_raises_bad_request": [ + [ + "tests/test_reqctx.py", + [ + "test_bad_environ_raises_bad_request" + ] + ] + ], + "test_environ_for_valid_idna_completes": [ + [ + "tests/test_reqctx.py", + [ + "test_environ_for_valid_idna_completes" + ] + ] + ], + "test_normal_environ_completes": [ + [ + "tests/test_reqctx.py", + [ + "test_normal_environ_completes" + ] + ] + ], + "test_open_session_with_endpoint": [ + [ + "tests/test_session_interface.py", + [ + "test_open_session_with_endpoint" + ] + ] + ], + "test_template_rendered": [ + [ + "tests/test_signals.py", + [ + "test_template_rendered" + ] + ] + ], + "test_before_render_template": [ + [ + "tests/test_signals.py", + [ + "test_before_render_template" + ] + ] + ], + "before_request_signal": [ + [ + "tests/test_signals.py", + [ + "test_request_signals", + "before_request_signal" + ] + ] + ], + "after_request_signal": [ + [ + "tests/test_signals.py", + [ + "test_request_signals", + "after_request_signal" + ] + ] + ], + "before_request_handler": [ + [ + "tests/test_signals.py", + [ + "test_request_signals", + "before_request_handler" + ] + ] + ], + "after_request_handler": [ + [ + "tests/test_signals.py", + [ + "test_request_signals", + "after_request_handler" + ] + ] + ], + "test_request_signals": [ + [ + "tests/test_signals.py", + [ + "test_request_signals" + ] + ] + ], + "test_request_exception_signal": [ + [ + "tests/test_signals.py", + [ + "test_request_exception_signal" + ] + ] + ], + "record_push": [ + [ + "tests/test_signals.py", + [ + "test_appcontext_signals", + "record_push" + ] + ] + ], + "record_pop": [ + [ + "tests/test_signals.py", + [ + "test_appcontext_signals", + "record_pop" + ] + ] + ], + "test_appcontext_signals": [ + [ + "tests/test_signals.py", + [ + "test_appcontext_signals" + ] + ] + ], + "test_flash_signal": [ + [ + "tests/test_signals.py", + [ + "test_flash_signal" + ] + ] + ], + "record_teardown": [ + [ + "tests/test_signals.py", + [ + "test_appcontext_tearing_down_signal", + "record_teardown" + ] + ] + ], + "test_appcontext_tearing_down_signal": [ + [ + "tests/test_signals.py", + [ + "test_appcontext_tearing_down_signal" + ] + ] + ], + "test_suppressed_exception_logging": [ + [ + "tests/test_subclassing.py", + [ + "test_suppressed_exception_logging" + ] + ] + ], + "test_original_win": [ + [ + "tests/test_templating.py", + [ + "test_original_win" + ] + ] + ], + "test_simple_stream": [ + [ + "tests/test_templating.py", + [ + "test_simple_stream" + ] + ] + ], + "test_request_less_rendering": [ + [ + "tests/test_templating.py", + [ + "test_request_less_rendering" + ] + ] + ], + "test_standard_context": [ + [ + "tests/test_templating.py", + [ + "test_standard_context" + ] + ] + ], + "test_escaping": [ + [ + "tests/test_templating.py", + [ + "test_escaping" + ] + ] + ], + "test_no_escaping": [ + [ + "tests/test_templating.py", + [ + "test_no_escaping" + ] + ] + ], + "test_escaping_without_template_filename": [ + [ + "tests/test_templating.py", + [ + "test_escaping_without_template_filename" + ] + ] + ], + "test_macros": [ + [ + "tests/test_templating.py", + [ + "test_macros" + ] + ] + ], + "get_stuff": [ + [ + "tests/test_templating.py", + [ + "test_add_template_global", + "get_stuff" + ] + ] + ], + "test_add_template_global": [ + [ + "tests/test_templating.py", + [ + "test_add_template_global" + ] + ] + ], + "test_custom_template_loader": [ + [ + "tests/test_templating.py", + [ + "test_custom_template_loader" + ] + ] + ], + "test_iterable_loader": [ + [ + "tests/test_templating.py", + [ + "test_iterable_loader" + ] + ] + ], + "test_templates_auto_reload": [ + [ + "tests/test_templating.py", + [ + "test_templates_auto_reload" + ] + ] + ], + "test_templates_auto_reload_debug_run": [ + [ + "tests/test_templating.py", + [ + "test_templates_auto_reload_debug_run" + ] + ] + ], + "test_template_loader_debugging": [ + [ + "tests/test_templating.py", + [ + "test_template_loader_debugging" + ] + ] + ], + "test_custom_jinja_env": [ + [ + "tests/test_templating.py", + [ + "test_custom_jinja_env" + ] + ] + ], + "test_environ_defaults_from_config": [ + [ + "tests/test_testing.py", + [ + "test_environ_defaults_from_config" + ] + ] + ], + "test_environ_defaults": [ + [ + "tests/test_testing.py", + [ + "test_environ_defaults" + ] + ] + ], + "test_environ_base_default": [ + [ + "tests/test_testing.py", + [ + "test_environ_base_default" + ] + ] + ], + "test_environ_base_modified": [ + [ + "tests/test_testing.py", + [ + "test_environ_base_modified" + ] + ] + ], + "test_client_open_environ": [ + [ + "tests/test_testing.py", + [ + "test_client_open_environ" + ] + ] + ], + "test_specify_url_scheme": [ + [ + "tests/test_testing.py", + [ + "test_specify_url_scheme" + ] + ] + ], + "test_path_is_url": [ + [ + "tests/test_testing.py", + [ + "test_path_is_url" + ] + ] + ], + "test_environbuilder_json_dumps": [ + [ + "tests/test_testing.py", + [ + "test_environbuilder_json_dumps" + ] + ] + ], + "test_blueprint_with_subdomain": [ + [ + "tests/test_testing.py", + [ + "test_blueprint_with_subdomain" + ] + ] + ], + "get_session": [ + [ + "tests/test_testing.py", + [ + "test_redirect_keep_session", + "get_session" + ] + ] + ], + "test_redirect_keep_session": [ + [ + "tests/test_testing.py", + [ + "test_redirect_keep_session" + ] + ] + ], + "test_session_transactions": [ + [ + "tests/test_testing.py", + [ + "test_session_transactions" + ] + ] + ], + "test_session_transactions_no_null_sessions": [ + [ + "tests/test_testing.py", + [ + "test_session_transactions_no_null_sessions" + ] + ] + ], + "test_session_transactions_keep_context": [ + [ + "tests/test_testing.py", + [ + "test_session_transactions_keep_context" + ] + ] + ], + "test_session_transaction_needs_cookies": [ + [ + "tests/test_testing.py", + [ + "test_session_transaction_needs_cookies" + ] + ] + ], + "other": [ + [ + "tests/test_testing.py", + [ + "test_test_client_context_binding", + "other" + ] + ] + ], + "test_test_client_context_binding": [ + [ + "tests/test_testing.py", + [ + "test_test_client_context_binding" + ] + ] + ], + "test_reuse_client": [ + [ + "tests/test_testing.py", + [ + "test_reuse_client" + ] + ] + ], + "action": [ + [ + "tests/test_testing.py", + [ + "test_full_url_request", + "action" + ] + ] + ], + "test_full_url_request": [ + [ + "tests/test_testing.py", + [ + "test_full_url_request" + ] + ] + ], + "echo": [ + [ + "tests/test_testing.py", + [ + "test_json_request_and_response", + "echo" + ] + ] + ], + "test_json_request_and_response": [ + [ + "tests/test_testing.py", + [ + "test_json_request_and_response" + ] + ] + ], + "test_client_json_no_app_context": [ + [ + "tests/test_testing.py", + [ + "test_client_json_no_app_context" + ] + ] + ], + "test_subdomain": [ + [ + "tests/test_testing.py", + [ + "test_subdomain" + ] + ] + ], + "test_nosubdomain": [ + [ + "tests/test_testing.py", + [ + "test_nosubdomain" + ] + ] + ], + "test_cli_runner_class": [ + [ + "tests/test_testing.py", + [ + "test_cli_runner_class" + ] + ] + ], + "hello_command": [ + [ + "tests/test_testing.py", + [ + "test_cli_invoke", + "hello_command" + ] + ], + [ + "tests/test_testing.py", + [ + "test_cli_custom_obj", + "hello_command" + ] + ] + ], + "test_cli_invoke": [ + [ + "tests/test_testing.py", + [ + "test_cli_invoke" + ] + ] + ], + "test_cli_custom_obj": [ + [ + "tests/test_testing.py", + [ + "test_cli_custom_obj" + ] + ] + ], + "test_client_pop_all_preserved": [ + [ + "tests/test_testing.py", + [ + "test_client_pop_all_preserved" + ] + ] + ], + "custom_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match", + "custom_exception_handler" + ] + ] + ], + "handle_500": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match", + "handle_500" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_class_or_code", + "handle_500" + ] + ] + ], + "custom_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match", + "custom_test" + ] + ] + ], + "key_error": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match", + "key_error" + ] + ] + ], + "do_abort": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match", + "do_abort" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "app", + "do_abort" + ] + ] + ], + "test_error_handler_no_match": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_no_match" + ] + ] + ], + "parent_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass", + "parent_exception_handler" + ] + ] + ], + "child_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass", + "child_exception_handler" + ] + ] + ], + "parent_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass", + "parent_test" + ] + ] + ], + "unregistered_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass", + "unregistered_test" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass", + "unregistered_test" + ] + ] + ], + "registered_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass", + "registered_test" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass", + "registered_test" + ] + ] + ], + "test_error_handler_subclass": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_subclass" + ] + ] + ], + "code_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass", + "code_exception_handler" + ] + ] + ], + "subclass_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass", + "subclass_exception_handler" + ] + ] + ], + "forbidden_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass", + "forbidden_test" + ] + ] + ], + "test_error_handler_http_subclass": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_http_subclass" + ] + ] + ], + "bp_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_blueprint", + "bp_exception_handler" + ] + ], + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "bp_exception_handler" + ] + ] + ], + "bp_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_blueprint", + "bp_test" + ] + ] + ], + "app_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_blueprint", + "app_exception_handler" + ] + ] + ], + "app_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_blueprint", + "app_test" + ] + ] + ], + "test_error_handler_blueprint": [ + [ + "tests/test_user_error_handler.py", + [ + "test_error_handler_blueprint" + ] + ] + ], + "bp_forbidden_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "bp_forbidden_handler" + ] + ] + ], + "bp_registered_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "bp_registered_test" + ] + ] + ], + "bp_forbidden_test": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "bp_forbidden_test" + ] + ] + ], + "catchall_exception_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "catchall_exception_handler" + ] + ] + ], + "catchall_forbidden_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "catchall_forbidden_handler" + ] + ] + ], + "slash": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler", + "slash" + ] + ] + ], + "test_default_error_handler": [ + [ + "tests/test_user_error_handler.py", + [ + "test_default_error_handler" + ] + ] + ], + "do_custom": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "app", + "do_custom" + ] + ] + ], + "do_error": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "app", + "do_error" + ] + ] + ], + "do_raise": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "app", + "do_raise" + ] + ] + ], + "report_error": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "report_error" + ] + ] + ], + "test_handle_class_or_code": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_class_or_code" + ] + ] + ], + "handle_http": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_generic_http", + "handle_http" + ] + ] + ], + "test_handle_generic_http": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_generic_http" + ] + ] + ], + "test_handle_generic": [ + [ + "tests/test_user_error_handler.py", + [ + "TestGenericHandlers", + "test_handle_generic" + ] + ] + ], + "common_test": [ + [ + "tests/test_views.py", + [ + "common_test" + ] + ] + ], + "test_basic_view": [ + [ + "tests/test_views.py", + [ + "test_basic_view" + ] + ] + ], + "test_method_based_view": [ + [ + "tests/test_views.py", + [ + "test_method_based_view" + ] + ] + ], + "test_view_patching": [ + [ + "tests/test_views.py", + [ + "test_view_patching" + ] + ] + ], + "test_view_inheritance": [ + [ + "tests/test_views.py", + [ + "test_view_inheritance" + ] + ] + ], + "new_function": [ + [ + "tests/test_views.py", + [ + "test_view_decorators", + "add_x_parachute", + "new_function" + ] + ] + ], + "add_x_parachute": [ + [ + "tests/test_views.py", + [ + "test_view_decorators", + "add_x_parachute" + ] + ] + ], + "test_view_decorators": [ + [ + "tests/test_views.py", + [ + "test_view_decorators" + ] + ] + ], + "test_view_provide_automatic_options_attr": [ + [ + "tests/test_views.py", + [ + "test_view_provide_automatic_options_attr" + ] + ] + ], + "test_implicit_head": [ + [ + "tests/test_views.py", + [ + "test_implicit_head" + ] + ] + ], + "head": [ + [ + "tests/test_views.py", + [ + "test_explicit_head", + "Index", + "head" + ] + ] + ], + "test_explicit_head": [ + [ + "tests/test_views.py", + [ + "test_explicit_head" + ] + ] + ], + "test_endpoint_override": [ + [ + "tests/test_views.py", + [ + "test_endpoint_override" + ] + ] + ], + "propfind": [ + [ + "tests/test_views.py", + [ + "test_methods_var_inheritance", + "ChildView", + "propfind" + ] + ] + ], + "test_methods_var_inheritance": [ + [ + "tests/test_views.py", + [ + "test_methods_var_inheritance" + ] + ] + ], + "test_multiple_inheritance": [ + [ + "tests/test_views.py", + [ + "test_multiple_inheritance" + ] + ] + ], + "test_remove_method_from_parent": [ + [ + "tests/test_views.py", + [ + "test_remove_method_from_parent" + ] + ] + ], + "test_init_once": [ + [ + "tests/test_views.py", + [ + "test_init_once" + ] + ] + ], + "after_sync": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "after_sync" + ] + ] + ], + "after_async": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "after_async" + ] + ] + ], + "before_sync": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "before_sync" + ] + ] + ], + "before_async": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "before_async" + ] + ] + ], + "teardown_sync": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "teardown_sync" + ] + ] + ], + "teardown_async": [ + [ + "tests/typing/typing_app_decorators.py", + [ + "teardown_async" + ] + ] + ], + "handle_400": [ + [ + "tests/typing/typing_error_handler.py", + [ + "handle_400" + ] + ] + ], + "handle_custom": [ + [ + "tests/typing/typing_error_handler.py", + [ + "handle_custom" + ] + ] + ], + "handle_accept_base": [ + [ + "tests/typing/typing_error_handler.py", + [ + "handle_accept_base" + ] + ] + ], + "handle_multiple": [ + [ + "tests/typing/typing_error_handler.py", + [ + "handle_multiple" + ] + ] + ], + "hello_str": [ + [ + "tests/typing/typing_route.py", + [ + "hello_str" + ] + ] + ], + "hello_bytes": [ + [ + "tests/typing/typing_route.py", + [ + "hello_bytes" + ] + ] + ], + "hello_json": [ + [ + "tests/typing/typing_route.py", + [ + "hello_json" + ] + ] + ], + "hello_json_dict": [ + [ + "tests/typing/typing_route.py", + [ + "hello_json_dict" + ] + ] + ], + "hello_json_list": [ + [ + "tests/typing/typing_route.py", + [ + "hello_json_list" + ] + ] + ], + "typed_dict": [ + [ + "tests/typing/typing_route.py", + [ + "typed_dict" + ] + ] + ], + "hello_generator": [ + [ + "tests/typing/typing_route.py", + [ + "hello_generator" + ] + ] + ], + "hello_generator_expression": [ + [ + "tests/typing/typing_route.py", + [ + "hello_generator_expression" + ] + ] + ], + "hello_iterator": [ + [ + "tests/typing/typing_route.py", + [ + "hello_iterator" + ] + ] + ], + "tuple_status": [ + [ + "tests/typing/typing_route.py", + [ + "tuple_status" + ] + ] + ], + "tuple_status_enum": [ + [ + "tests/typing/typing_route.py", + [ + "tuple_status_enum" + ] + ] + ], + "tuple_headers": [ + [ + "tests/typing/typing_route.py", + [ + "tuple_headers" + ] + ] + ], + "return_template": [ + [ + "tests/typing/typing_route.py", + [ + "return_template" + ] + ] + ], + "return_template_stream": [ + [ + "tests/typing/typing_route.py", + [ + "return_template_stream" + ] + ] + ], + "async_route": [ + [ + "tests/typing/typing_route.py", + [ + "async_route" + ] + ] + ] +} \ No newline at end of file